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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
获取指定市场的交易日期. 参数: market (string) - 市场代码
获取特定板块的股票列表. 参数: sector (string) - 板块名称
获取股票的详细信息. 参数: instrument_id (string) - 股票代码
获取股票的历史行情数据. 参数: stock_code (string), start_date (string), end_date (string)
获取股票的最新行情数据. 参数: stock_code (string)
获取股票的完整行情数据. 参数: stock_code (string)
创建股票图表面板,支持各种技术指标. 参数: codes (string), period (string), indicator_name (string), param_names (string), param_values (string)
创建自定义的图表布局,可以指定指标名称、参数名和参数值. 参数: layout_config (object)