EU Economic Data. One API Call.
GDP, INFLATION, UNEMPLOYMENT & TRADE DATA · 30+ EUROPEAN COUNTRIES · CLEAN JSON · NO SDMX HEADACHES
Human-Readable Endpoints
No more cryptic SDMX dimension codes. Query GDP with ?country=DE, filter inflation by COICOP category, compare unemployment across countries — all with parameters you can actually read. Full OpenAPI spec included.
/v1/gdp?country=DE&frequency=Q instead of namq_10_gdp/Q.SCA.CLV10_MEUR.B1GQ.DE
Pre-Processed & Always Fresh
33,000+ records across 8 domains, pre-loaded and automatically updated from Eurostat’s source. Growth rates, YoY changes, and trade balances computed server-side. No ETL pipeline to build or maintain.
Responses in <200ms vs. 5–30s from raw Eurostat SDMX
Agent-Ready from Day One
Semantic endpoint design that LLMs understand natively. MCP server included. Ask an AI agent “What’s Germany’s GDP growth trend?” and it can answer with live data — no prompt engineering around SDMX codes required.
Works with Claude, GPT, and any MCP-compatible agent out of the box
GDP EXPLORER
Quarterly GDP by country — clean JSON, no SDMX codes
INFLATION (HICP)
Monthly harmonized index of consumer prices — multi-country comparison
UNEMPLOYMENT
Total and youth unemployment rates across EU member states
POPULATION
Annual population on 1 January — historical trends across EU member states
INTERNATIONAL TRADE
Monthly trade balance — exports vs imports in million EUR
1603B EUR
1368B EUR
+235B EUR
DATASET BROWSER
Explore all available Eurostat datasets
SIMPLE REST API
Human-readable endpoints for EU economic data — no SDMX, no cryptic codes
curl -H "X-API-Key: YOUR_API_KEY" \ "https://eurostat.wageapi.com/api/v1/gdp?country=DE&frequency=Q"
{
"data": [
{
"country_code": "DE",
"country_name": "Germany",
"period": "2025-Q4",
"value": 910300,
"unit": "CLV10_MEUR",
"frequency": "Q",
"growth_rate_yoy": 1.68
},
{
"country_code": "DE",
"country_name": "Germany",
"period": "2025-Q3",
"value": 905100,
"unit": "CLV10_MEUR",
"frequency": "Q",
"growth_rate_yoy": 1.73
}
],
"metadata": {
"source": "Eurostat (namq_10_gdp)",
"request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"rate_limit": {
"remaining": 94,
"limit": 100,
"reset": "2026-04-13T00:00:00Z"
}
}
}Works with Claude, Cursor, VS Code, and any MCP-compatible client
// claude_desktop_config.json
{
"mcpServers": {
"eurostatapi": {
"command": "npx",
"args": [
"mcp-remote",
"https://eurostat.wageapi.com/api/mcp",
"--header",
"X-API-Key: YOUR_API_KEY"
]
}
}
}PLANS
Simple, transparent pricing on RapidAPI
Startup
or $24/mo billed annually
- 15,000 requests / month
- All 8 endpoints
- MCP Server
- Email support
Growth
or $66/mo billed annually
- 75,000 requests / month
- All 8 endpoints
- MCP Server
- Priority support
Enterprise
or $124/mo billed annually
- 300,000 requests / month
- All 8 endpoints
- MCP Server
- Dedicated support
Data Sources
EU Economic Data. One API Call.
Free tier. No credit card. First response in 30 seconds.