List filings
stocks_filingsRead-only
Access a paginated list of SEC filings for a US company using its ticker, with optional filters for form type and filing date range.
Instructions
Paginated SEC filings list for a company.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| form | No | Comma-separated exact form types, e.g. "10-K,10-Q". | |
| from | No | Lower bound on filed_at, YYYY-MM-DD. | |
| to | No | Upper bound on filed_at, YYYY-MM-DD. | |
| 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). |