免费 A 股 + 美港股数据源被打通了!Claude 直接当量化分析师

📡 AI News 💬 Posted by: leakey
免费 A 股 + 美港股数据源被打通了!Claude 直接当量化分析师

🩺 Summary

Free A-share + US/HK stock data sources are now connected! Claude can directly act as a quantitative analyst. There's a GitHub repo called simonlin1212/a-stock-data, created on May 11th, which gained 4000+ Stars and 800+ Forks in just one month—it only took off after V3.0. Its sibling project simonlin12

📝 Details

|| Tushare Pro | AKShare | BaoStock | **a-stock-data + global-stock-data** | |---|---|---|---|---| | License ||| Apache-2.0 | **Apache-2.0** | ``` mkdir -p ~/.claude/skills/a-stock-data curl -o ~/.claude/skills/a-stock-data/SKILL.md \ https://raw.githubusercontent.com/simonlin1212/a-stock-data/main/SKILL.md pip install mootdx requests pandas stockstats ``` ``` 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 ``` ---