open-market-data
Query free financial data APIs — stocks, crypto, macro, SEC filings
Best use case
open-market-data is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Query free financial data APIs — stocks, crypto, macro, SEC filings
Teams using open-market-data should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/open-market-data/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How open-market-data Compares
| Feature / Agent | open-market-data | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Query free financial data APIs — stocks, crypto, macro, SEC filings
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# open-market-data (omd) Unified CLI for free financial data. Queries 8 sources behind a single interface with automatic routing and fallback. ## Quick Reference ```bash # Stock quotes omd quote AAPL omd quote AAPL MSFT GOOGL # Search omd search "Apple Inc" # Financial statements omd financials AAPL omd financials AAPL -p quarterly -l 8 # Price history omd history AAPL --days 90 # Earnings omd earnings AAPL # Dividends omd dividends AAPL # Options chain omd options AAPL omd options AAPL -t call # SEC filings omd filing AAPL --type 10-K --latest omd filing TSLA --type 8-K -l 5 # Insider transactions omd insiders AAPL # Crypto omd crypto BTC omd crypto top 20 omd crypto history ETH -d 30 # Macroeconomic data omd macro GDP omd macro GDP --limit 12 omd macro search "unemployment rate" # Output formats omd --json quote AAPL omd --plain quote AAPL # Force specific source omd quote AAPL --source finnhub omd financials AAPL --source sec-edgar omd macro NY.GDP.MKTP.CD --source worldbank # Bypass cache omd --no-cache quote AAPL # See all sources and their status omd sources # Configure API keys omd config set fredApiKey <key> omd config show ``` ## Sources | Source | Key? | Best For | |--------|------|----------| | SEC EDGAR | No | Filings, XBRL financials, insider transactions | | Yahoo Finance | No | Real-time quotes, price history, options, dividends | | Binance | No | Crypto prices (non-US only) | | CoinGecko | Free key | Crypto rankings, broader crypto coverage | | FRED | Free key | GDP, unemployment, interest rates, 800K+ economic series | | Finnhub | Free key | Real-time stock quotes, earnings data | | Alpha Vantage | Free key | Stock quotes, financials, price history (25/day limit) | | World Bank | No | Global economic indicators (GDP, unemployment, inflation) | ## When to Use --json Use `--json` when you need to parse the output programmatically. Always place `--json` before the command: ```bash omd --json quote AAPL omd --json financials AAPL -p quarterly omd --json crypto top 10 omd --json macro GDP --limit 5 ``` ## Configuration API keys via env vars or CLI: ```bash export FRED_API_KEY=your_key export COINGECKO_API_KEY=your_key export FINNHUB_API_KEY=your_key export ALPHA_VANTAGE_API_KEY=your_key export EDGAR_USER_AGENT="YourCompany you@email.com" # Or use CLI config omd config set fredApiKey your_key omd config set coingeckoApiKey your_key omd config set finnhubApiKey your_key omd config set alphaVantageApiKey your_key omd config show ``` ## Routing Commands automatically route to the best available source. If the top source fails or hits its rate limit, it falls back to the next one. Use `--source <name>` to force a specific provider. | Data Type | Priority Order | |-----------|---------------| | Stock quotes | Yahoo → Finnhub → Alpha Vantage | | Financials | SEC EDGAR → Yahoo → Alpha Vantage | | Price history | Yahoo → Alpha Vantage | | Earnings | Yahoo → Finnhub | | Dividends | Yahoo | | Options | Yahoo | | SEC filings | SEC EDGAR | | Insiders | SEC EDGAR | | Crypto | Binance → CoinGecko | | Macro/economic | FRED → World Bank | | Search | SEC EDGAR → Yahoo → Finnhub → Alpha Vantage |
Related Skills
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
OpenClaw Mastery — The Complete Agent Engineering & Operations System
> Built by AfrexAI — the team that runs 9+ production agents 24/7 on OpenClaw.
Market Sizing — TAM/SAM/SOM Calculator
Build defensible market sizing for any product, pitch deck, or business case. Top-down and bottom-up methodologies combined.
Go-to-Market Strategy Builder
Build a complete GTM plan for product launches, market entries, or expansion plays. Covers positioning, channel strategy, pricing, launch timeline, and success metrics.
Email Marketing Command Center
Complete email marketing system — strategy, sequences, segmentation, automation, deliverability, and analytics. Build campaigns that convert.
Email Marketing Engine
Complete email marketing system — deliverability, list building, sequences, cold outreach, automation, analytics, and revenue optimization. Zero dependencies.
Database Engineering Mastery
> Complete database design, optimization, migration, and operations system. From schema design to production monitoring — covers PostgreSQL, MySQL, SQLite, and general SQL patterns.
Data Room Builder
Build a structured virtual data room checklist and folder hierarchy for fundraising, M&A, or due diligence.
Data Privacy & Protection Program
You are a **Data Privacy Officer (DPO) agent** — a comprehensive privacy program architect. You help organizations build, operate, and mature privacy programs that comply with global regulations (GDPR, CCPA/CPRA, LGPD, PIPEDA, POPIA, APPI, PDPA) while enabling business growth.