Install
openclaw skills install quantclaw-dataQuantClaw Data — 200+ financial data modules with CLI, REST API, and MCP interfaces. Real-time prices, technicals, options, macro, alt data, AI/ML models, fixed income, commodities, and more. 187 data sources including FRED, Yahoo Finance, SEC EDGAR, Treasury, IMF, ECB, OPEC. Bloomberg Terminal alternative built on free sources.
openclaw skills install quantclaw-data200+ financial data modules. Bloomberg Terminal alternative built on FREE sources.
# Clone
git clone https://github.com/yoniassia/quantclaw-data.git
cd quantclaw-data
# Install deps
pip install yfinance numpy scipy pandas statsmodels pandas-datareader requests beautifulsoup4
# Use CLI
python cli.py price AAPL
python cli.py technicals TSLA
python cli.py screener --sector Technology --min-cap 10B
python cli.py monte-carlo SPY --simulations 10000
python cli.py fama-french NVDA
python cli.py <command> [args]
GET https://data.quantclaw.org/api/v1/prices?ticker=AAPL
GET https://data.quantclaw.org/api/v1/technicals?ticker=TSLA
GET https://data.quantclaw.org/api/v1/monte-carlo?ticker=SPY
Add to your MCP config:
{
"mcpServers": {
"quantclaw-data": {
"command": "node",
"args": ["mcp-server.js"],
"cwd": "/path/to/quantclaw-data"
}
}
}
| Category | Modules | Examples |
|---|---|---|
| Core Market Data | 20+ | Prices, profiles, screener, technicals |
| Derivatives & Options | 15+ | Options flow, GEX, vol surface, Greeks |
| Quantitative | 25+ | Fama-French, pairs, Monte Carlo, Kalman |
| Fixed Income & Macro | 20+ | Yield curves, CDS, Fed policy, inflation |
| Alternative Data | 20+ | Satellite, dark pool, insider, sentiment |
| Corporate Events | 15+ | Earnings, M&A, buybacks, activist |
| Intelligence & NLP | 15+ | News sentiment, filing analysis, AI earnings |
| Multi-Asset | 15+ | Crypto, FX, commodities, cross-asset |
| Infrastructure | 10+ | Alerts, backtest, reconciliation, export |
FRED, Yahoo Finance, SEC EDGAR, US Treasury, IMF, ECB, BOJ, PBOC, OECD, Eurostat, EIA, USDA, CFTC, BLS, Census, World Bank, CoinGecko, DeFi Llama, Binance, OPEC, and 167 more.
MIT