Material events
stocks_eventsRead-only
Retrieve 8-K material events for a US equity ticker. Filter by item code (e.g., '2.02') to focus on specific disclosures.
Instructions
8-K material events, optionally filtered by item code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| item | No | Filter by 8-K item code, e.g. "2.02". | |
| cursor | No | Opaque cursor from a previous response's meta.next_cursor. | |
| limit | No | Page size (endpoint-specific default and max). | |
| max_items | No | If set, auto-paginate across pages and return up to this many items (ignores cursor). |