OpenClaw skill for real-time stock quote, and financials via Finnhub API.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill openclaw-finnhub --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Finnhub?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-openclaw-finnhub)More formats (shields.io, HTML) on the badges page.
# OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
## Requirements
- Python 3.11+
- Finnhub pip package `pip3 install finnhub-python`
- Finnhub API Key ([Get in website](https://finnhub.io)), Set in environment `finnhub_api_key`
## Script usage & features
**Script path: `./scripts/app.py`**
### 1. Get real-time quote data for US stocks
Example: `python3 ./scripts/app.py 1 NVDA`
Result: `Current price: $185.61, Change: $-5.52(-2.8881%), Highest price: $190.3, Lower price: $184.88`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!