get_disclosures
List a company's EDINET regulatory filings for a date range, returning filing dates and document types. Use it to answer what a company filed and when.
Instructions
List the regulatory documents one company filed in a given period, with filing dates and document types. Use this to answer 'what did they file and when'; use get_text_blocks to read the narrative content of a filing.
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. | |
| month | No | Single month, YYYY-MM. | |
| since | No | Start date, YYYY-MM-DD. | |
| types | No | Comma-separated document type filter, e.g. 'tanshin,yuho'. | |
| until | No | End date, YYYY-MM-DD. |