open-market-data
Query free financial data APIs — stocks, crypto, macro, SEC filings
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anotb/open-market-dataWhat This Skill Does
The open-market-data (omd) skill serves as a unified command-line interface for retrieving financial and economic information. It acts as an abstraction layer over eight distinct data providers, including SEC EDGAR, Yahoo Finance, Binance, CoinGecko, FRED, Finnhub, Alpha Vantage, and the World Bank. The skill features an intelligent routing engine that automatically selects the most reliable source for a given request and provides automatic fallback mechanisms if a primary source hits a rate limit or experiences downtime. Users can access real-time stock quotes, historical price data, financial statements, insider trading logs, SEC filings, cryptocurrency market stats, and comprehensive macroeconomic indicators without manually switching between different platform APIs.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/anotb/open-market-data
Ensure that you have your preferred API keys ready if you intend to use services like FRED or Finnhub, as some providers require authentication for unrestricted access. Configuration can be managed via environment variables or the built-in omd config command.
Use Cases
- Investment Research: Retrieve quarterly financials and earnings reports to perform fundamental analysis on public companies.
- Algorithmic Trading: Use the
--jsonoutput flag to feed price history into automated trading scripts or local databases. - Macroeconomic Analysis: Query global GDP or unemployment data from the World Bank and FRED to gauge economic health.
- Corporate Surveillance: Monitor SEC filings and insider transactions for specific tickers to track executive sentiment.
- Crypto Portfolio Tracking: Fetch real-time market rankings and historical trends for various digital assets.
Example Prompts
- "Check the current stock price for NVIDIA and show me their latest 10-K filing from the SEC."
- "What are the top 5 cryptocurrencies by market cap right now?"
- "Get the historical GDP data for the United States and plot the last 10 years of growth."
Tips & Limitations
- Rate Limiting: While the tool handles fallbacks, sources like Alpha Vantage have daily request limits. If you reach these limits, the routing engine will automatically attempt to use a secondary provider.
- Cache Management: Data is cached by default for speed. Use the
--no-cacheflag if you require absolute real-time information. - Data Integrity: Always verify critical financial data against official investor relations websites. This skill is intended for analysis, not as a primary source for trade execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anotb-open-market-data": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
olo-sec-scanner
SEC EDGAR filing analysis for M&A due diligence — extract financials, detect risks, and track corporate events from 10-K, 10-Q, and 8-K filings
auto-trading-strategy
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.
Zerion Api Skill
Skill by abishekdharshan