get_markets_calendar
Retrieve trading calendar data including trading days, holidays, and half-day classifications. Filter by date range or holiday type to identify market open days.
Instructions
Retrieve market calendar (trading days and holidays).
Returns trading calendar data including trading days, holidays, and half-day classifications. All data is returned in a single response without pagination.
[Supported plans] Free / Light / Standard / Premium
Args: hol_div: Filter by holiday division code (1 = trading day / 営業日, 0 = non-trading weekend / 週末, 3 = national holiday on weekday / 祝日; other values may exist) date_from: Start date for range query (YYYYMMDD or YYYY-MM-DD) date_to: End date for range query (YYYYMMDD or YYYY-MM-DD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | ||
| hol_div | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||