Get all filings for a company. Accepts any company identifier: UUID, scoped CC:external_id (e.g. GB:00445790, US:0001234567), bare CIK (US), or bare external_id. Response includes presigned S3 URLs for the original HTML filing and the Docling-converted markdown (URLs are valid for 1 hour).
Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
company_id path parameter accepts any of the following formats:
| Format | Example | Description |
|---|---|---|
TICKER:EXCHANGE | AAPL:NASDAQ, SHEL:LON, BAC:NYSE | Ticker and exchange name (case-insensitive). Best for active listed companies. |
CC:external_id | GB:00445790, US:0001234567 | 2-letter country code + external identifier (CRN, CIK, ISIN, etc.). |
| UUID | 3f2a1b4c-... | Internal UUID — stable across renames, delistings, and jurisdiction changes. |
| Bare CIK | 0001318605 | US companies only. Zero-padded or plain numeric. |
| Bare external ID | 00445790 | Best-effort match across all jurisdictions. May be ambiguous. |
CC:external_id or UUID to guarantee the correct entity.Filter by SEC form type (case-insensitive). Any form type present in the database is accepted, e.g. 10-K, 10-Q, 8-K, 6-K, 20-F, S-1, DEF 14A, SC 13G, 4, 13F-HR, and 250+ others.
1 <= x <= 500x >= 0Successful Response