Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/dilution/events
List dilution events parsed from S-1, 424B*, FWP, and S-3 offering filings, with the full programmatic verification block on every row.Audience: application and coding agent.
Canonical metadata
requestIdtraceparentverification(programmatic per-row block — see API conventions)provenance
Query parameters
| Param | Type | Description |
|---|---|---|
ticker | string | Issuer ticker (case-insensitive). |
cik | string | SEC CIK as digits. |
accession_number | string | Match a specific filing’s events. |
form_type | string | E.g. S-1, 424B5, FWP, S-3. |
offering_type | string | Free-text classification (e.g. atm, pipe). |
is_atm | boolean | Filter to at-the-market offerings. |
filed_at_from | ISO date/timestamp | Inclusive lower bound on filed_at. |
filed_at_to | ISO date/timestamp | Inclusive upper bound on filed_at. |
cursor | int (offset) | Cursor from prior page’s nextCursor. |
limit | int (1–50, default 10) | Page size. |
view | default | compact | agent | Response shape (default leaves verification block intact; agent compresses via summarizeVerification). |
Example request
Example response
Example response (?view=agent)
Give this prompt to your agent
Failure posture
- treat non-2xx responses as contract-aware failures, not free-form errors
- preserve
requestIdandtraceparentin logs and downstream reports - if the verification block reports
confidence < 0.5or anycrossValidationsentry fails, surface that signal — do not paper over it