XTQuantAI

MIT License
30
  • Apple

get_trading_dates

Retrieve a list of trading dates for a specified market using the XTQuantAI MCP server. Input the market code, such as 'SH' for Shanghai, to access accurate trading date data.

Instructions

获取指定市场的交易日期列表

Input Schema

NameRequiredDescriptionDefault
marketNo市场代码,例如 SH 表示上海市场SH

Input Schema (JSON Schema)

{ "properties": { "market": { "default": "SH", "description": "市场代码,例如 SH 表示上海市场", "type": "string" } }, "type": "object" }
ID: 3kfrvw2ptz