get_filing_content
Retrieve the text content of any SEC EDGAR filing using a company's ticker or CIK and the filing's accession number. Control the portion returned with offset and character limits for large documents.
Instructions
Get the content of a specific SEC filing with paging support.
Args: identifier: Company ticker symbol or CIK number accession_number: The accession number of the filing offset: Character offset into the filing content (default: 0) max_chars: Maximum number of characters to return (default: 50000)
Returns: Dictionary containing filing content page and pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| accession_number | Yes | ||
| offset | No | ||
| max_chars | No |