Read SEC Filing
finance_filing_readFetch and clean SEC EDGAR filings by URL or company query. Automatically reads the most recent matching filing (e.g., 10-K) and returns clean text with source provenance.
Instructions
Fetch and clean a specific SEC filing. Pass a filing document URL, OR a company query plus formType to auto-read the most recent matching filing (e.g. latest 10-K for NVDA). Returns clean text plus provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | EDGAR filing document URL | |
| query | No | Ticker/name/CIK (used when url is omitted) | |
| formType | No | Form to auto-pick with query, e.g. "10-K" |