A lightweight MCP server for quantitative trading using the XTQuant API, enabling AI-driven financial analysis and trading strategies. Developed by davidfnck, this tool provides a Python-based integration for programmatic stock market interactions, with a focus on leveraging AI capabilities for quantitative investment approaches.
No reviews yet. Be the first to review!
Sign in to join the conversation
获取指定市场的交易日期。参数: market (string) - 指定市场的标识
获取特定板块的股票列表。参数: sector (string) - 指定板块的名称
获取股票的详细信息。参数: instrument_id (string) - 股票的标识
获取股票的历史行情数据。参数: stock_code (string) - 股票代码
获取股票的最新行情数据。参数: stock_code (string) - 股票代码
获取股票的完整行情数据。参数: stock_code (string) - 股票代码
创建股票图表面板,支持各种技术指标。参数: codes (string) - 股票代码列表, period (string) - 时间周期, indicator_name (string) - 指标名称, param_names (string) - 参数名称, param_values (string) - 参数值
创建自定义的图表布局。参数: layout_name (string) - 布局名称, indicators (array) - 指标数组