get_text_blocks
Get original Japanese narrative sections—business overview, risk factors, management discussion—from annual securities reports. Returns 2,000-character excerpts or full text per section.
Instructions
Read the narrative sections of a company's annual securities report — business overview, risk factors, and management's discussion and analysis — as the original filed Japanese text. Returns a 2,000-character excerpt per section unless full is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | EDINET code of the company, e.g. E02144 (Toyota Motor) or E02367 (Nintendo). This is not the securities code — resolve a name or securities code to an EDINET code with search_companies first. | |
| full | No | Return the complete text instead of an excerpt. Default false. | |
| sections | No | Comma-separated section filter, e.g. 'risks,mda,business'. Omit for all sections. | |
| fiscal_year | No | Fiscal year to read. Omit for the most recent. |