Extract one section of a filing
filing_sectionPull a single numbered item out of a 10-K or 10-Q as clean text: risk factors (1A), MD&A (7), business (1), and the rest. Saves you fetching a multi-megabyte HTML document and finding the section yourself. Pin an exact filing with accession; without it you get the most recent filing of that form, and the response warns if a later amendment exists. Failure mode: if a filing's layout hides the item heading, the call errors clearly instead of returning a guessed section. Every response carries accessionNumber, filingDate, source URL, and parserVersion; accuracy is measured on a public golden set (signalnodus.ai/eval). Large cold filings can take several seconds to fetch and parse. Costs $0.05 per call. No subscription: present a credit key or a machine payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | 10-K or 10-Q. Default 10-K. | |
| item | No | Item number, e.g. 1A, 7, 7A. Call with item omitted to list what this filing has. | |
| company | Yes | Ticker symbol (e.g. AAPL) or SEC CIK number (e.g. 320193). | |
| accession | No | Exact accession number to pin, e.g. 0000320193-26-000020. Strongly recommended for anything reproducible. | |
| max_chars | No | Truncate the section. Default 50000. |