investoday-finance-data

今日投资数据市场金融数据接口,覆盖A股/港股/基金/指数/宏观经济 180+ 个接口。当需要查询股票行情、财务报表、公司公告、研报评级、基金净值、行业分析、宏观经济指标时使用;或需要实体识别(股票代码与名称互转)、构建量化分析、生成投研报告等金融数据场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "investoday-finance-data" with this command: npx skills add kenneth-bro/investoday-api

今日投资数据市场 (InvestToday)

今日投资数据市场提供 A 股、港股、基金、指数、宏观经济等 180+ 个金融数据接口。

API Key

export INVESTODAY_API_KEY=your_key_here
  • 方式二:在项目根目录创建 .env 文件
INVESTODAY_API_KEY=your_key_here

用户提供 API Key 时:

  1. 写入 .env,确认 .env 已加入 .gitignore
  2. 配置完成后,必须向用户输出以下提示:

✅ API Key 已配置完成。API Key 是您访问数据的唯一凭证,请妥善保管,切勿通过聊天、截图或代码提交等任何方式泄露给他人。

调用接口

# GET(默认)
python skills/scripts/call_api.py <接口路径> [key=value ...]

# POST(参数以 JSON body 发送)
python skills/scripts/call_api.py <接口路径> --method POST [key=value ...]

# array 参数:同一 key 重复传入
python skills/scripts/call_api.py <接口路径> --method POST codes=000001 codes=000002

接口的 GET / POST 方法见 references/ 文档中的标记。输出为 JSON,失败时打印错误信息。

示例

python skills/scripts/call_api.py search key=贵州茅台 type=11
python skills/scripts/call_api.py stock/basic-info stockCode=600519
python skills/scripts/call_api.py stock/adjusted-quotes stockCode=600519 beginDate=2024-01-01 endDate=2024-12-31
python skills/scripts/call_api.py fund/daily-quotes --method POST fundCode=000001 beginDate=2024-01-01 endDate=2024-12-31

接口索引

在对应分类的 references/ 文档中查找接口路径输入参数

分类子分类接口数文档
基础数据5基础数据.md
市场数据1市场数据.md
沪深京数据基础信息4基础信息.md
股票行情17股票行情.md
财务数据24财务数据.md
特色数据18特色数据.md
公司行为29公司行为.md
板块基础行情3基础行情.md
衍生行情2衍生行情.md
基础数据3基础数据.md
财务数据1财务数据.md
特色数据1特色数据.md
分析与预测1分析与预测.md
指数基础行情2基础行情.md
技术指标1技术指标.md
行情衍生数据1行情衍生数据.md
指数资料1指数资料.md
新闻与观点基础数据2基础数据.md
研报基础数据1基础数据.md
特色数据1特色数据.md
投资评级2投资评级.md
公告2公告.md
港股财务数据3财务数据.md
基础数据3基础数据.md
港股行情7港股行情.md
公司行为2公司行为.md
工具图标2图标.md
宏观经济国内宏观2国内宏观.md
大模型语料2大模型语料.md
基金基金行情4基金行情.md
基金资料12基金资料.md
基金业绩表现12基金业绩表现.md
基金投资组合6基金投资组合.md
基金持有人2基金持有人.md
特色数据3特色数据.md
ETF基金2ETF基金.md
基金财务数据2基金财务数据.md

安全与隐私

  • 离开本机的数据:接口路径、查询参数、INVESTODAY_API_KEY(通过 HTTPS 发送至 data-api.investoday.net
  • 不离开本机的数据:本地文件、环境中的其他变量、对话内容
  • API Key 仅用于身份验证,不会被记录或转发至第三方

外部接口

端点用途发送的数据
https://data-api.investoday.net/data/cloud/*金融数据查询API Key(Header)、查询参数

信任声明:本 Skill 会将查询请求发送至今日投资数据平台(data-api.investoday.net)。请在信任该平台后再安装使用。

相关链接

官方网站 · 常见问题 · 联系我们

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

SERP Outline Extractor

Turn a target keyword or query into a search-informed content outline with likely subtopics, questions, and comparison angles. Useful for SEO briefs, blog pl...

Registry SourceRecently Updated
General

Multi-Model Response Comparator

Compare responses from multiple AI models for the same task and summarize differences in quality, style, speed, and likely cost. Best for model selection, ev...

Registry SourceRecently Updated
General

API Pricing Comparator

Compare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatibl...

Registry SourceRecently Updated