get_eu_gdp
Retrieve quarterly GDP data for EU and Eurozone countries from Eurostat. Select units like growth rates or absolute values. Specify countries and number of quarters for economic analysis.
Instructions
Fetches quarterly GDP data for EU/Eurozone countries from Eurostat (dataset: namq_10_gdp). Returns a JSON object with: data (array of objects, each containing country as a full name string, period in YYYY-Qq format e.g. "2024-Q3", value as a number, and unit as a string label), source, and retrieved_at as ISO 8601. Defaults to year-on-year growth rate (%) for EA20, EU27_2020, DE, FR, IT, ES over the last 4 quarters. Data is cached 24 hours. Missing periods are omitted from the array (not returned as null). USAGE: Use unit=CLV_PCH_SM (default) for cross-country growth comparisons. Use unit=CP_MEUR to compare absolute GDP size. Use unit=CLV_PCH_PRE for quarter-on-quarter momentum. Use unit=CLV10_MEUR for real GDP volume excluding price effects. Typical Eurostat data lag is 60-90 days after quarter end — the most recent quarter may be absent. Request quarters=8 or more for recession analysis or multi-year trend charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countries | No | List of EU country codes (e.g. ["DE", "FR"]). Use "EA20" for Eurozone, "EU27_2020" for EU-27. | |
| unit | No | Unit: CLV_PCH_SM = growth rate vs same quarter previous year (default), CLV_PCH_PRE = growth rate vs previous quarter, CP_MEUR = current prices in million EUR, CLV10_MEUR = chain-linked volumes in million EUR | CLV_PCH_SM |
| quarters | No | Number of recent quarters to return (1-20). Default: 4 (1 year). |