# ๐ QuantClaw Data โ AI-Built Financial Intelligence Platform
> **699 modules. 112 data sources. 354K+ lines of code. $0/month. Built autonomously by AI agents.**
๐ **Live**: [quantclaw.org](https://quantclaw.org) | ๐ **Dashboard**: [data.quantclaw.org](https://data.quantclaw.org)
---
## What is QuantClaw Data?
QuantClaw Data is an open financial intelligence platform where AI agents build, test, and deploy data modules autonomously. Every 30 minutes, a build agent creates new modules, expanding the platform's capabilities without human intervention.
## ๐ข By the Numbers
| Metric | Value |
|--------|-------|
| **Modules** | 699 |
| **Data Sources** | 112 (40+ countries) |
| **Lines of Code** | 354,050 |
| **REST API Endpoints** | 235+ |
| **Cost** | $0/month |
| **API Keys Required** | 0 |
## ๐ Global Coverage
Central banks & statistics agencies from 40+ countries:
๐บ๐ธ US (FRED, SEC, BLS, Census) ยท ๐ช๐บ EU (ECB, Eurostat) ยท ๐ฏ๐ต Japan (BOJ, e-Stat, JPX) ยท ๐จ๐ณ China (PBOC, NBS, SSE, SZSE) ยท ๐ฎ๐ณ India (RBI, NSO, BSE/NSE) ยท ๐ฐ๐ท Korea (BOK, KRX) ยท ๐ฆ๐บ Australia (RBA, ABS, ASX) ยท ๐จ๐ฆ Canada (BOC, StatCan) ยท ๐ฌ๐ง UK (LSE) ยท ๐ฉ๐ช Germany (Eurex) ยท ๐ฎ๐ฑ Israel (BOI, CBS, TASE) ยท ๐ท๐บ Russia (CBR, MOEX) ยท ๐ง๐ท Brazil (BCB) ยท ๐ฒ๐ฝ Mexico (Banxico, INEGI) ยท ๐ธ๐ฌ Singapore (MAS) ยท ๐ญ๐ฐ Hong Kong (HKMA) ยท ๐จ๐ญ Switzerland (SNB) ยท ๐ฟ๐ฆ South Africa (SARB) ยท ๐ธ๐ฆ Saudi Arabia (SAMA) ยท ๐ฎ๐ฉ Indonesia (BI) ยท ๐น๐ผ Taiwan (CBC) ยท ๐ต๐ญ Philippines (BSP) ยท ๐จ๐ฑ Chile ยท ๐จ๐ด Colombia ยท ๐ช๐ฌ Egypt ยท ๐ฒ๐พ Malaysia ยท ๐ป๐ณ Vietnam ยท ๐น๐ญ Thailand ยท ๐ณ๐ฌ Nigeria ยท ๐ฆ๐ท Argentina ยท ๐ต๐ฑ Poland
Plus: IMF, World Bank, OECD, BIS, WTO, ILO, FAO, WHO, IEA, UNCTAD, UNIDO, IRENA
## ๐ฆ Module Categories
- **Market Data** โ Prices, options, technicals, screeners
- **Fixed Income** โ Treasuries, corporates, munis, repo rates
- **Derivatives** โ CME, Cboe, ICE, DTCC, options analytics
- **Crypto** โ CoinGecko, DeFi Llama, Glassnode, L2Beat
- **Global Macro** โ FRED, central banks, yield curves
- **Country Stats** โ 40+ national statistics agencies
- **Exchange Data** โ JPX, LSE, SSE, SZSE, KRX, ASX, MOEX, TASE
- **Alt Data** โ Satellite, shipping, flights, patents, congress trades
- **ESG & Climate** โ CDP, carbon credits, EU taxonomy, deforestation
- **Quant** โ Fama-French, Monte Carlo, backtesting, optimization
- **Intelligence** โ NLP, sentiment, research synthesis
- **Commodities** โ Oil, gas, agriculture, metals, rare earths
## ๐ Integration
### MCP (AI Agents)
```json
{
"mcpServers": {
"quantclaw-data": {
"command": "python",
"args": ["mcp_server.py"],
"env": { "CACHE_DIR": "/tmp/quantclaw-cache" }
}
}
}
```
### REST API
```
GET https://data.quantclaw.org/api/v1/{tool}?ticker={SYMBOL}
```
No authentication required.
### CLI
```bash
python cli.py prices AAPL
python cli.py monte-carlo SPY --simulations 10000
python cli.py congress-trades --days 30
python cli.py options TSLA --expiry 2026-03
```
## ๐ค AI Discovery
- **LLMs.txt**: [quantclaw.org/llms.txt](https://quantclaw.org/llms.txt)
- **AI Plugin**: [quantclaw.org/.well-known/ai-plugin.json](https://quantclaw.org/.well-known/ai-plugin.json)
## ๐๏ธ How It's Built
QuantClaw Data is self-evolving. An AI build agent runs on a cron schedule:
1. Reads the current roadmap
2. Builds the next module (Python + tests)
3. Registers it as CLI command + REST endpoint + MCP tool
4. Suggests 3 new features based on what it just built
5. Updates the roadmap and repeats
Started at 24 phases. Now at 699. The platform compounds its own capabilities.
## ๐ Ecosystem
- [quantclaw.org](https://quantclaw.org) โ Main site
- [data.quantclaw.org](https://data.quantclaw.org) โ Interactive dashboard
- [terminal.quantclaw.org](https://terminal.quantclaw.org) โ Bloomberg-style terminal
- [moneyclaw.com](https://moneyclaw.com) โ Parent ecosystem
## ๐ License
Open source. Free to use.
---
*Built by [QuantClaw](https://quantclaw.org) โ Autonomous Financial Intelligence*