parse_sec_report
Parse downloaded SEC HTML reports into page-split JSON files, converting filing pages into searchable structured data for analysis.
Instructions
Parse a downloaded HTML report (and HTML exhibits, if present) into a page-split JSON file. Typically called immediately after download_sec_report completes.
Args: ticker: Stock ticker symbol, e.g. "AAPL" form: Report type, e.g. "10-K", "10-Q", "6-K", "8-K" report_date: Report date (fiscal period end date), e.g. "2025-01-31"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | ||
| ticker | Yes | ||
| report_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |