UnifyAPI
← Back to catalog

eurostat.unemployment

mock data$0.002 / call

EU Monthly Unemployment

Monthly unemployment rate (% of active population, seasonally adjusted, total population) for one EU country (geo code) or aggregate (EU27_2020, EA20). Eurostat dataset une_rt_m, CC BY 4.0

Financeprovider: Eurostat#eurostat#finance

Input schema

since

Earliest period to return — format depends on series frequency: "2020" (annual), "2024-01" (monthly), "2024Q1" (quarterly).

string
until

Latest period to return — same format as `since`.

string
country

Eurostat geo code — 2-letter country (DE, FR, IT, ES, UK, PL, ...) or aggregate ("EU27_2020", "EA20"). One country per call. Default: "EU27_2020".

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/eurostat.unemployment \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"since":"<since>","until":"<until>","country":"<country>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.