get_markets_calendar
Retrieve Japanese stock market trading calendar including trading days, holidays, and half-day classifications. Filter by date range and holiday division.
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 |
|---|---|---|---|
| hol_div | No | ||
| date_from | No | ||
| date_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||