get_filing_content
Fetch paginated content of a specific SEC filing by company identifier and accession number, using offset and character limits to access the exact text you need.
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 |
|---|---|---|---|
| offset | No | ||
| max_chars | No | ||
| identifier | Yes | ||
| accession_number | Yes |