List SEC filings
edgar_list_filingsGet a company's SEC filings newest first, showing form type, dates, and document URL. Filter by form or period to locate specific reports.
Instructions
List a company's SEC filings, newest first, with form type, dates, accession number and document URL. Common forms: 10-K (annual), 10-Q (quarterly), 8-K (material events; see 'items', e.g. 2.02 = earnings), DEF 14A (proxy/executive pay), 4 (insider trades), S-1 (IPO), 13D/13G (5%+ holders), 20-F/6-K (foreign issuers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Only these form types, e.g. ['10-K','10-Q','8-K']. Amendments ('10-K/A') match their base form. | |
| limit | No | Maximum filings (default 20). | |
| company | Yes | Company: US ticker ('MSFT', 'BRK.B'), SEC CIK ('789019') or company name ('Microsoft'). | |
| end_date | No | Filed on/before (YYYY-MM-DD). | |
| start_date | No | Filed on/after (YYYY-MM-DD). | |
| response_format | No | Output format: 'markdown' (readable, default) or 'json' (structured). | markdown |