get_indices_bars_daily
Retrieve daily open, high, low, close, and volume for Japanese stock indices such as TOPIX and Nikkei 225. Supports single date or date range queries.
Instructions
Retrieve daily index bars (OHLC).
Returns daily OHLC and volume for indices including TOPIX, Nikkei 225, and Growth 250.
[Supported plans] Standard / Premium
Args: code: Index code (e.g. 0000 = TOPIX, 0010 = Nikkei 225) date: Date (YYYYMMDD or YYYY-MM-DD) date_from: Start date for range query date_to: End date for range query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| date | No | ||
| date_to | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||