get_filing_text
Retrieve the full text of SEC filings for any ticker to read the company's actual statements behind the numbers. Use when financial metrics need context from the original filing.
Instructions
The text of a filing as filed, markup stripped, in windows.
Use this when the numbers raise a question they cannot answer — a margin
that moved, a quarter that beat and sold off anyway, a net income figure
that outran operating income. `get_filings` gives you the date; this gives
you what the company actually said.
Large filings are returned in windows. `truncated` and `next_offset` tell
you whether there is more; a silently cut filing reads like a complete one.
Prefer `search_filing_text` when you know what you are looking for.
Args:
ticker: Stock symbol.
accession: Specific filing accession number. Takes precedence.
form: Read the newest filing of this form instead, e.g. "10-Q".
offset: Character offset to start from, for paging.
max_chars: Characters to return, capped at 100,000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | ||
| offset | No | ||
| ticker | Yes | ||
| accession | No | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||