List a company's SEC filings
list_company_filingsLists SEC filings submitted by a public company, newest first. Enter a ticker or company name and filter by form type (e.g., 10-K, 10-Q) to get specific reports.
Instructions
List filings a specific public company submitted, newest first. Use when the user names a company and wants its recent reports rather than searching for particular words. Accepts a ticker or company name and resolves it internally. Companies file constantly, mostly routine insider-trading forms, so filter by form type unless the user wants everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Optional but recommended, e.g. ["10-K", "10-Q"]. Without it you mostly get Form 4 insider filings. | |
| limit | No | How many filings to return. Defaults to 10. | |
| company | Yes | Ticker ("AAPL") or company name ("Apple Inc."). Never pass a CIK; this tool looks it up. |