get_calendar
Retrieve and format market calendar data for specified trading or settlement date ranges to track market open/close schedules.
Instructions
Retrieves and formats market calendar for specified date range. WARNING: Always provide start and end dates (YYYY-MM-DD). Without date bounds the response contains the entire multi-year calendar and will be extremely large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | The first date to retrieve data for (inclusive). | |
| end | No | The last date to retrieve data for (inclusive). | |
| date_type | No | Indicates what start and end mean. Default: TRADING. If TRADING is specified, returns a calendar whose trading date matches start, end. If SETTLEMENT is specified, returns the calendar whose settlement date matches start and end. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||