sec_company_submissions
List a company's SEC filings from EDGAR by form type and date range using CIK or ticker.
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. 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) |