download_dart_report
Download and parse a single DART filing, caching results as JSON. Use when keyword_search or get_report fails with 'file not found'.
Instructions
Download and parse a single DART filing. Combines the SEC flow's
download_sec_report + parse_sec_report into one step.
Args:
rcept_no: 14-digit DART receipt number (from list_dart_filings)
stock_code: optional 6-digit stock code for the JSON filename
({stock_code}_{rcept_no}.json). When omitted, resolves
from an existing cache or uses {rcept_no}.json.
rcept_dt: optional receipt date YYYYMMDD (informational)
report_type: DART detail type code, default "A001". Any valid
type from types.yaml is accepted; the parser
auto-detects the document format.
force_parse: re-parse even if a cached JSON exists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rcept_dt | No | ||
| rcept_no | Yes | ||
| stock_code | No | ||
| force_parse | No | ||
| report_type | No | A001 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |