All datasets

Unemployment rate (monthly, seasonally adjusted)

Monthly unemployment rate as a percentage of the labour force, seasonally adjusted, total population, for EU member states, EFTA countries, EU candidates and EU/euro-area aggregates. Eurostat dataset une_rt_m ('Unemployment by sex and age').

Source: Eurostat13,373 rowsUpdated: 9/21/2026
unemploymentlabour-marketmacroeurope

Quality

100

Attribution

Eurostat

Schema

ColumnTypeDescription
datestringObservation period from the Eurostat 'time' dimension. Annual observations (YYYY) are stored as January 1; monthly observations (YYYY-MM) as the first of the month; quarterly observations (YYYY-QN) as the first month of the quarter.
series_idstringSeries key: the Eurostat dimension codes (freq, unit, na_item/coicop/s_adj/age/sex/... and geo) joined with dots, in the dataset's dimension order — e.g. 'A.CP_MEUR.B1GQ.DE'.
series_labelstringHuman-readable series description: the Eurostat-published dimension labels for the series_id codes, joined with commas.
valuefloatObserved value. Units follow the dataset's unit dimension (e.g. 'Current prices, million euro', 'Percentage of population in the labour force', 'Annual rate of change', 'Percentage of gross domestic product (GDP)'). Missing observations are null.

Sample rows

dateseries_idseries_labelvalue
1995-01-01M.SA.TOTAL.PC_ACT.T.ATMonthly, Seasonally adjusted data, not calendar adjusted data, Total, Percentage of population in the labour force, Total, Austria4
1995-02-01M.SA.TOTAL.PC_ACT.T.ATMonthly, Seasonally adjusted data, not calendar adjusted data, Total, Percentage of population in the labour force, Total, Austria3.9
1995-03-01M.SA.TOTAL.PC_ACT.T.ATMonthly, Seasonally adjusted data, not calendar adjusted data, Total, Percentage of population in the labour force, Total, Austria3.9
1995-04-01M.SA.TOTAL.PC_ACT.T.ATMonthly, Seasonally adjusted data, not calendar adjusted data, Total, Percentage of population in the labour force, Total, Austria4
1995-05-01M.SA.TOTAL.PC_ACT.T.ATMonthly, Seasonally adjusted data, not calendar adjusted data, Total, Percentage of population in the labour force, Total, Austria4.1

Use with an LLM

Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_unemployment_monthly" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_unemployment_monthly").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

API endpoint: https://datazimuts.com/v1/datasets/eurostat/eurostat_unemployment_monthly

Tip: fetch /llms.txt for the full machine-readable catalog.

Unemployment rate (monthly, seasonally adjusted)