Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
使用 Finnhub 获取美股/全球股票的实时报价、公司档案、新闻、分析师推荐、内部人交易、盈利日历和基本面财务数据。适用场景:查股价、查公司信息、看最新新闻、了解内部人是否在买卖、查看近期财报日期。免费层60次/分钟。
使用 Finnhub 获取美股/全球股票的实时报价、公司档案、新闻、分析师推荐、内部人交易、盈利日历和基本面财务数据。适用场景:查股价、查公司信息、看最新新闻、了解内部人是否在买卖、查看近期财报日期。免费层60次/分钟。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Python CLI 封装 Finnhub API,聚焦免费层实际可用的 10 个功能。
pip install finnhub-python
去 finnhub.io 注册获取免费 API Key 设置环境变量:export FINNHUB_API_KEY="your-key-here" 或写入 ~/.openclaw/.env ⚠️ 脚本不硬编码 Key,必须通过环境变量 FINNHUB_API_KEY 传入!
# 基础格式 FINNHUB_API_KEY="your-key" python3 scripts/finnhub_cli.py <command> [args] [--json] [--limit N] # 推荐:设好环境变量后直接用 python3 scripts/finnhub_cli.py quote AAPL
python3 scripts/finnhub_cli.py quote AAPL python3 scripts/finnhub_cli.py quote NVDA --json # 原始 JSON
python3 scripts/finnhub_cli.py profile AAPL
python3 scripts/finnhub_cli.py news NVDA python3 scripts/finnhub_cli.py news AAPL --from 2026-02-01 --to 2026-02-21 --limit 5
python3 scripts/finnhub_cli.py recommend NVDA
python3 scripts/finnhub_cli.py insiders AAPL python3 scripts/finnhub_cli.py insiders NVDA --from 2026-01-01 --to 2026-02-21
python3 scripts/finnhub_cli.py earnings # 所有股票 python3 scripts/finnhub_cli.py earnings NVDA # 指定股票 python3 scripts/finnhub_cli.py earnings --from 2026-02-21 --to 2026-03-07
python3 scripts/finnhub_cli.py financials AAPL python3 scripts/finnhub_cli.py financials NVDA --json # 全部指标
python3 scripts/finnhub_cli.py market # 默认美国 python3 scripts/finnhub_cli.py market NYSE
python3 scripts/finnhub_cli.py peers AAPL
python3 scripts/finnhub_cli.py search "apple"
K 线数据(stock_candles) 分析师目标价(price_target) 新闻情绪分析(news_sentiment)
免费层:60 次/分钟 403 = 需付费升级 429 = 触发限速
Python 3.10+ finnhub-python(pip install finnhub-python)
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.