Skip to content

Releases: simonlin1212/global-stock-data

v1.0 — 首次开源发布

20 May 10:12

Choose a tag to compare

美股港股全栈数据工具包 V1.0

七层数据架构 · 17 个端点 · 5 个数据源 · 全部零鉴权 · 仅依赖 requests

架构

端点数 数据源
行情层 3 新浪 + 腾讯 + 东财push2
K线层 2 新浪 + Yahoo chart
基本面 6 东财datacenter(三表+GMAININDICATOR) + Yahoo(23模块) + SEC XBRL
资金面 1 东财push2his
期权层 1 Yahoo
SEC Filing 2 EDGAR submissions + XBRL
工具层 4 东财search + push2列表 + Yahoo新闻 + SEC CIK

数据源

  • 东财 push2 + push2his + datacenter + search — 零鉴权
  • Yahoo Finance — cookie+crumb 自动管理
  • 新浪财经 — 零鉴权
  • 腾讯财经 — 零鉴权
  • SEC EDGAR — 零鉴权(仅需 User-Agent)

快速开始

mkdir -p ~/.claude/skills/global-stock-data
curl -o ~/.claude/skills/global-stock-data/SKILL.md \
  https://raw.githubusercontent.com/simonlin1212/global-stock-data/main/SKILL.md
pip install requests

启动 Claude Code,说「帮我看看 AAPL 的财报」,自动激活。

姊妹项目