sec_filing
Retrieve SEC filings for US-listed companies to access financial reports and regulatory documents directly from EDGAR.
Instructions
Get SEC filings for a US-listed company.
Returns links to actual filing documents on SEC EDGAR.
Args: symbol: US stock ticker (e.g., AAPL, MSFT, GOOGL) filing_type: Type of filing. Options: - 10-K: Annual report - 10-Q: Quarterly report - 8-K: Current events report - ALL: All filing types count: Number of filings to return (default: 5, max: 20)
Examples: sec_filing("AAPL", "10-K") → Apple annual reports sec_filing("TSLA", "10-Q", 3) → Tesla last 3 quarterly reports sec_filing("MSFT", "ALL", 10) → Microsoft all recent filings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| filing_type | No | 10-K | |
| count | No |