sec_company_submissions
Retrieve a company's SEC EDGAR filings using CIK or ticker. Filter by form type and date range to get filing URLs, dates, and company profile details from public SEC data.
Instructions
List a company's EDGAR filings. Returns a company's recent SEC filings (form, dates, primary document URL) filtered by form type and date range, plus company profile fields as reported by EDGAR: entity_type, former_names, exchanges, category, fiscal_year_end, state_of_incorporation. Provide cik or ticker. Credential-free public SEC data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest filing date (YYYY-MM-DD) | |
| cik | No | SEC CIK (numeric or zero-padded) | |
| form | No | Filter by form type, e.g. 10-K, 10-Q, 8-K | |
| from | No | Earliest filing date (YYYY-MM-DD) | |
| limit | No | Max filings, default 50, max 500 | |
| ticker | No | Ticker symbol (alternative to cik) |