edgar_filing_content
Fetch the text content of a specific SEC filing. Returns the primary document (10-K, 10-Q, etc.) stripped of HTML, suitable for LLM consumption. Use edgar_recent_filings first to get the accession number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Filer CIK (with or without leading zeros). | |
| max_chars | No | Maximum characters of text to return (default 20000, max 200000). | |
| accession_number | Yes | Accession number (e.g. '0000320193-25-000006' or '000032019325000006'). |