download_sec_report
Download SEC EDGAR reports by ticker, form, and date; also fetches HTML exhibits for 6-K/8-K.
Instructions
Download a SEC report from EDGAR for the specified company, form type, and report date. For 6-K/8-K, also downloads HTML exhibits by default (PDF exhibits are skipped, not parsed).
Args: ticker: Stock ticker symbol, e.g. "AAPL" form: Report type, e.g. "10-K", "10-Q", "20-F", "6-K", "8-K", "40-F" report_date: Report date (fiscal period end date) or fiscal year, e.g. "2023" or "2025-01-31" include_exhibits: Whether to download HTML exhibits. Default: true for 6-K/8-K, false otherwise. PDF exhibits are never parsed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | ||
| ticker | Yes | ||
| report_date | Yes | ||
| include_exhibits | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |