该skill用于获取股票市场数据,包括实时行情、中文名称查询、键盘缩写转换、资金流向和日K线数据。使用thsdk库提供同花顺数据接口支持。支持自动将中文、缩写、短代码转换为thsdk所需的完整ths_code格式。当匹配到多只股票时,会返回候选列表供用户选择。如未安装thsdk,会自动安装。
thes-financial-data 1.0.0 – Initial Release - Provides unified access to stock market data (A-share, HK, US) via the thsdk library. - Auto-installs and checks thsdk dependency (requires >= 1.7.14) with no user intervention. - Allows flexible stock code input (Chinese, short codes, abbreviations); auto-converts to complete ths_code. - Supports real-time quotes, stock info lookup, fund flow, daily K-line, and Wencai natural language queries. - Handles ambiguous or multi-result queries by prompting user selection when multiple matches are found. - Includes detailed code samples and workflow in documentation for rapid integration and usage.