get_report_pages
Retrieve page content from DART financial reports by page range or section code.
Instructions
Retrieve page content from a parsed DART report.
Two modes:
By global page range: pass
start_page+ (page_countORend_page). If both are given,end_pagewins (inclusive). Per plan §Verification step 4:get_report_pages(rcept_no, start_page=12, end_page=14).By section_code: pass
section_code(e.g., "020100"); returns all pages in that section (overrides start_page/page_count/end_page).
Args:
rcept_no: 14-digit DART receipt number
start_page: Starting page number (1-based); ignored if section_code is set
page_count: Consecutive pages to return (default 3, max 10). Ignored
when end_page is positive.
end_page: Inclusive end page (1-based). Use for start_page=12, end_page=14
style ranges (plan §Verification). 0 = interpret as not-set.
section_code: Optional DART section code (e.g., "020100"); overrides
start_page/page_count/end_page and returns all of that section
stock_code: optional 6-digit stock code for cache hit rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | No | ||
| rcept_no | Yes | ||
| page_count | No | ||
| start_page | No | ||
| stock_code | No | ||
| section_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |