List Filings
ListFilingsList stored SEC filings and earnings-call transcripts newest first. Omit ticker for a market-wide feed or provide one ticker for a company-specific list. Returns company identity, document IDs, types, filing and reporting dates, SEC item numbers, line counts, and page totals. Supports date, document-type, and exact SEC item-number filters. Hidden document types remain excluded unless explicitly requested. Pass a returned ID to SearchDocument or ReadDocumentLines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| ticker | No | Optional company ticker symbol (e.g., AAPL, MSFT). Omit for all companies. | |
| endDate | No | Optional end date filter in YYYY-MM-DD format | |
| maxItems | No | Maximum number of documents per page (default: 10) | |
| startDate | No | Optional start date filter in YYYY-MM-DD format | |
| itemNumber | No | Optional exact SEC current-report item number, e.g. 2.02, 5.02, or 1.01. | |
| documentType | No | Document type filter. Accepts a registered type value — 'TenK', 'TenQ', 'EightK', 'TenKa', 'TenQa', 'EightKa', 'TwentyF', 'SixK', 'FortyF', 'TwentyFa', 'SixKa', or 'FortyFa' — or its display name (e.g. '10-K', '20-F/A'), plus any deployment-registered type, such as EarningsCallTranscript (display name: Earnings Call) for earnings-call transcripts where available. An unrecognized value returns an error listing every accepted value. |