Trading Days
trading_daysGet trading days for HK, US, CN, or SG markets between specified dates. Returns full and half trading days as date strings.
Instructions
Get trading days for a market between dates. Returns trading_days[] and half_trading_days[] as "yyyy-mm-dd" strings. market: HK/US/CN/SG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market code: HK, US, CN, SG | |
| start | Yes | Start date (yyyy-mm-dd) | |
| end | Yes | End date (yyyy-mm-dd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trading_days | Yes | Full trading days in the requested range (yyyy-mm-dd). | |
| half_trading_days | Yes | Half-day trading sessions in the requested range (yyyy-mm-dd). |