sec_get_filing_document
Get a source document from a SEC filing, served by ko.io. Returns a ko.io LINK to the rendered document (open in a browser) plus, optionally, an extracted text excerpt. Never returns the whole file — for full content, open the link or request a specific section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Company CIK number | |
| file | No | File name within the filing (from sec_get_filing_index). Omit for the primary document. | |
| accession_no | Yes | Accession number, e.g. '0000320193-23-000106' | |
| include_excerpt | No | Include a text excerpt (first ~6000 chars) in the response |