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)
获取股票的历史行情数据. 参数: code (string), start_date (string), end_date (string)
获取股票的最新行情数据. 参数: code (string)
获取股票的完整行情数据. 参数: code (string)
创建股票图表面板,支持各种技术指标. 参数: codes (string), period (string), indicator_name (string), param_names (string), param_values (string)
创建自定义的图表布局,可以指定指标名称、参数名和参数值. 参数: layout (object)