Get SEC filings
get_sec_filingsGet recent SEC EDGAR filings for a US-listed company, newest first, with direct URLs. Filter by form type (10-K, 10-Q, 8-K, 4) to find annual, quarterly, or material-event reports and insider trades.
Instructions
Recent SEC EDGAR filings for one US-listed company, newest first, with direct document URLs you can cite or fetch. Filter by form type (10-K annual report, 10-Q quarterly, 8-K material event, 4 insider trade, S-1 IPO, 13F fund holdings, DEF 14A proxy); an amended form such as 10-K/A is returned when you ask for its base form. Use this to find documents for a company you can already name. Use search_sec_filings instead to search filing text across all companies, and get_sec_financials to read reported numbers rather than locate documents. US SEC registrants only — non-US listings do not file with EDGAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Form types to keep, e.g. ["10-K", "8-K"]. Omit for all forms. | |
| limit | No | Maximum filings to return, newest first. Applied after the form filter. | |
| company | Yes | Ticker ("AAPL"), CIK ("320193"), or company name |