get_inflation
Retrieve official eurozone HICP inflation data from the ECB. Get annual rates or index levels for the euro area or specific countries to analyze price trends and economic conditions.
Instructions
Get HICP inflation data from the ECB — the official eurozone inflation measure.
Returns the Harmonised Index of Consumer Prices (HICP) as published by Eurostat via the ECB. Available as annual rate of change (%) or index level, for the euro area or individual countries.
Examples of questions this tool answers:
"What is the current eurozone inflation rate?"
"Show me Germany's inflation over the past year"
"Compare inflation in France vs Italy"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country code: "U2" for euro area (default), "DE", "FR", "IT", "ES", etc. | |
| measure | No | annual_rate = year-over-year % change (default), index = price index level | |
| startPeriod | No | Start date (YYYY-MM, or YYYY) | |
| endPeriod | No | End date (YYYY-MM, or YYYY) | |
| lastNObservations | No | Return only the last N data points |