GET /v1/dilution/reverse-splits
List reverse-stock-split actions with execution date and ratio (split_from : split_to). Ordered by execution_date desc. Verification block on every row.
Use this endpoint from server-side applications, SDKs, or agent workflows.
Response metadata
requestIdtraceparentverificationprovenance
Query parameters
| Param | Type | Description |
|---|---|---|
ticker | string | Issuer ticker. |
execution_date_from / execution_date_to | ISO date | Bounds on execution_date. |
cursor | int | From prior page’s nextCursor. |
limit | int (1–50, default 10) | Page size. |
view | enum | Response shape. |
Example request
Example response
Give this prompt to your agent
Copy this SEC API prompt for your agent.
Errors and partial results
- Treat non-2xx responses as API errors and log the response body for debugging
- preserve
requestIdandtraceparent