search_filing_text
Find every occurrence of a term in SEC filings and read the surrounding passage verbatim. Avoid paging through a 10-K to locate key explanations.
Instructions
Passages of a filing around every occurrence of a term, verbatim.
Far cheaper than paging a 10-K to find the one paragraph that explains a
tax benefit or a goodwill charge. No match means the term is absent from
this document, not that the fact is absent from the company's filings.
Args:
ticker: Stock symbol.
query: Term to find, e.g. "stock-based compensation".
accession: Specific filing accession number. Takes precedence.
form: Search the newest filing of this form instead, e.g. "10-K".
context: Characters of surrounding text per hit.
max_hits: Maximum passages to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | ||
| query | Yes | ||
| ticker | Yes | ||
| context | No | ||
| max_hits | No | ||
| accession | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||