edgar_read_filing
Fetch the full text (HTML) of a specific filing by accession number. Useful when the user wants to read the actual content of a 10-K/8-K. Truncates at ~80K characters; use search to narrow first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | 10-digit CIK (zero-padded). Used to construct the document URL. | |
| ticker | No | Stock ticker (used to resolve the CIK; pass either this or cik). | |
| accession_number | Yes | Accession number, e.g. '0001564590-24-029333'. |