iFinD-Finance-Data
SKILL.md
iFinD Financial Data Query (同花顺金融数据查询)
本技能用于查询股票、基金、宏观经济、行业经济及新闻公告数据。 This skill queries stock, fund, macroeconomic, industry economic data and news/announcements.
- 核心能力 / Core Capabilities:智能选股选基,金融数据查询,公告资讯搜索,宏观行业指标搜索
- Smart stock/fund screening, financial data queries, announcement search, macro/industry indicator search
- 数据范围 / Data Coverage:股票、基金、宏观经济、行业经济及新闻公告数据
- Stocks, funds, macroeconomics, industry economics, news and announcements
使用方法 / Usage
本 skill 封装了同花顺金融数据MCP服务的调用接口,支持 Python 和 Node.js 两种调用方式: This skill encapsulates the iFinD Financial Data MCP service, supporting both Python and Node.js:
- Node.js方案 / Node.js Solution:使用
call-node.js脚本(无需额外依赖,使用内置模块)- Use
call-node.js(no extra dependencies, uses built-in modules)
- Use
- Python方案 / Python Solution:使用
call.py脚本(需安装requests库)- Use
call.py(requiresrequestslibrary)
- Use