XTQuantAI

MIT License
30
  • Apple

get_latest_market_data

Retrieve real-time stock market data for specified codes and periods using the XTQuantAI server. Input stock codes and time intervals to access pricing and trading information.

Instructions

获取最新行情数据

Input Schema

NameRequiredDescriptionDefault
codesYes股票代码列表,用逗号分隔,例如 "000001.SZ,600519.SH"
periodNo周期,例如 "1d", "1m", "5m" 等1d

Input Schema (JSON Schema)

{ "properties": { "codes": { "description": "股票代码列表,用逗号分隔,例如 \"000001.SZ,600519.SH\"", "type": "string" }, "period": { "default": "1d", "description": "周期,例如 \"1d\", \"1m\", \"5m\" 等", "type": "string" } }, "required": [ "codes" ], "type": "object" }
ID: 3kfrvw2ptz