QuantClaw Data

QuantClaw 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.

Audits

Pending

Install

openclaw skills install quantclaw-data

QuantClaw Data — Financial Intelligence Platform

200+ financial data modules. Bloomberg Terminal alternative built on FREE sources.

Quick Start

# 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

Access Methods

CLI (210 commands)

python cli.py <command> [args]

REST API (54 endpoints)

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

MCP (210 tools)

Add to your MCP config:

{
  "mcpServers": {
    "quantclaw-data": {
      "command": "node",
      "args": ["mcp-server.js"],
      "cwd": "/path/to/quantclaw-data"
    }
  }
}

Web Dashboard

https://data.quantclaw.org

Categories

CategoryModulesExamples
Core Market Data20+Prices, profiles, screener, technicals
Derivatives & Options15+Options flow, GEX, vol surface, Greeks
Quantitative25+Fama-French, pairs, Monte Carlo, Kalman
Fixed Income & Macro20+Yield curves, CDS, Fed policy, inflation
Alternative Data20+Satellite, dark pool, insider, sentiment
Corporate Events15+Earnings, M&A, buybacks, activist
Intelligence & NLP15+News sentiment, filing analysis, AI earnings
Multi-Asset15+Crypto, FX, commodities, cross-asset
Infrastructure10+Alerts, backtest, reconciliation, export

Data Sources (187)

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.

Stats

  • 140,888 lines of code
  • 175 Python modules
  • 54 Next.js API routes
  • 210 MCP tools
  • 187 unique data sources
  • 100% free — no API keys required for core features

License

MIT