sec_list_filings
List an entity's SEC filings from EDGAR (most recent first), each with its accession number. Provide the company's CIK (use search or get_stock_profile to find it). Returns accession numbers to pass to sec_get_filing_index / sec_get_filing_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest filing date, ISO YYYY-MM-DD | |
| cik | Yes | Company CIK number (e.g. '320193' for Apple) | |
| from | No | Earliest filing date, ISO YYYY-MM-DD | |
| limit | No | Max filings to return | |
| form_type | No | Exact SEC form filter, e.g. '10-K', '13F-HR', '8-K' |