← Back to catalog
eurostat.inflation
mock data$0.002 / callEU Monthly Inflation (HICP)
Monthly HICP annual rate of change (overall index) for one EU country. Eurostat dataset prc_hicp_manr, CC BY 4.0
Input schema
since
stringEarliest period to return — format depends on series frequency: "2020" (annual), "2024-01" (monthly), "2024Q1" (quarterly).
until
stringLatest period to return — same format as `since`.
country
stringEurostat geo code — 2-letter country (DE, FR, IT, ES, UK, PL, ...) or aggregate ("EU27_2020", "EA20"). One country per call. Default: "EU27_2020".
Call via REST
curl -X POST https://unifyapi.pro/api/call/eurostat.inflation \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"since":"<since>","until":"<until>","country":"<country>"}'