SEC EDGAR
Fetch XBRL company facts from SEC EDGAR for a given CIK
Custom One-shot
Fetch XBRL company facts from SEC EDGAR for a given CIK. Can list available concepts or retrieve specific concept data.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (2) ▾
sec/get_company_facts
Fetch XBRL company facts from SEC EDGAR for a given CIK. Can list available concepts or retrieve specific concept data.
sec/search_filings
Search SEC EDGAR full-text filing index. Returns matching filings with metadata.
Inputs ▾
sec/get_company_facts
| Name | Type | Required | Description |
|---|---|---|---|
| cik | anyOf | yes | SEC Central Index Key (CIK). Will be zero-padded to 10 digits. |
| taxonomy | string | no | XBRL taxonomy to query. Default 'us-gaap'. Other options include 'ifrs-full', 'dei'. |
| concept | string | no | Specific XBRL concept to filter to, e.g. 'Revenue', 'NetIncomeLoss', 'Assets'. If omitted, lists all available concepts. |
| limit | number | no | Max records to return. Default 100. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
sec/search_filings
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Full-text search query for SEC filings, e.g. 'climate risk' or 'Apple revenue'. |
| formTypes | string | no | Comma-separated form types to filter, e.g. '10-K,10-Q,8-K'. |
| startDate | string | no | Start date filter in YYYY-MM-DD format. |
| endDate | string | no | End date filter in YYYY-MM-DD format. |
| limit | number | no | Max results to return. Default 20. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |