8-K corporate events
get_corporate_eventsList SEC 8-K corporate events classified by official item code, newest first — e.g. 2.02 results of operations, 5.02 executive/director changes, 1.01 material agreements, 7.01 Reg FD. Filter by item code, issuer CIK, or since-date. Returns a {data, total, limit, offset} envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK number, digits only (leading zeros optional). | |
| item | No | Official 8-K item code, e.g. 2.02 or 5.02. | |
| limit | No | Rows to return (max 25 on this endpoint). | |
| since | No | Only filings filed on/after this date (YYYY-MM-DD). | |
| until | No | Only filings filed on/before this date (YYYY-MM-DD) — with since, a fixed reproducible window. | |
| offset | No | Rows to skip — page through 'total' with limit+offset. |