Mean equivalised disposable income (annual, EUR)
Annual mean equivalised disposable income in euro, for EU member states, EFTA countries, EU candidate countries and EU/euro-area aggregates. Eurostat dataset ilc_di03 ('Mean and median income by age and sex'), filtered to statinfo=MEAN_EI ('Mean equivalised income'), age=TOTAL, sex=T, unit=EUR (euro). Each row is one (year, country): the arithmetic mean of equivalised disposable income across the population - it complements the connector's 'median-income-annual' dataset (the MED_EI slice of the same table): the mean runs above the median in every published country-year (right-skewed income distributions; e.g. DEU 2024: 31,856 vs 27,619 EUR), and the mean-median gap is itself a read on inequality. Method: Eurostat compiles EU-SILC microdata transmitted by the member states; income is equivalised disposable income (modified OECD equivalence scale); non-EU/EFTA/candidate countries are dropped (same licensing rule). Units: euro (EUR), nominal. Caveats: nominal values mix real income growth with inflation and exchange-rate effects (non-euro countries); national EU-SILC redesigns create series breaks for some countries (e.g. Germany's 2020 jump); DE publishes back-cast 1995-2001 cells with a 2002-2004 gap. Coverage: 45 geographic units after the geo rule, 1995 to the present, annual. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (year, country_code). Join keys: country_code (ISO 3166-1 alpha-3), year. Cadence: refreshed yearly; Eurostat updates EU-SILC indicators in autumn. Sample use: join with 'median-income-annual' to track the mean-median income gap as an inequality signal.
- Source
- Eurostat
- Rows
- 909
- Columns
- 4
- Source cadence
- Yearly
- Last refreshed
- Sep 26, 2026
- Theme
- poverty
| Column | Type | Description |
|---|---|---|
| year | string | Reference year of the observation (stored as January 1), from the 'time' dimension. |
| country_code | string | Reporting country: ISO 3166-1 alpha-3 (mapped from Eurostat's alpha-2 codes). Also carries the provider aggregates (e.g. 'EU', 'EU27_2020', 'EU28', 'EA', 'EA21', 'EA20', 'EA19' for the house price index) verbatim; the exact set varies by dataset. |
| country_name | string | Canonical English country name (hub.normalize), or the Eurostat-published label for the EU/EA aggregates. |
| mean_income_eur | float | Mean equivalised disposable income: the arithmetic mean of equivalised disposable income across the population, from the 'statinfo' indicator MEAN_EI ('Mean equivalised income'), age=TOTAL, sex=T, 'unit' slice EUR ('Euro'), 'freq' slice A ('Annual') (dataset ilc_di03, 'Mean and median income by age and sex', from EU-SILC; income equivalised with the modified OECD equivalence scale). The mean runs above the median in every published country-year (right-skewed income distributions; e.g. DEU 2024: 31,856 vs 27,619 EUR), so the mean-median gap with 'median-income-annual' is itself a read on inequality. Values are nominal euro: they mix real income growth with inflation and exchange-rate effects (non-euro countries); national EU-SILC redesigns create series breaks for some countries (e.g. Germany's 2020 jump); DE publishes back-cast 1995-2001 cells with a 2002-2004 gap. The UK and Kosovo are dropped by the connector's commercial-use geo rule. (unit: euro (EUR), nominal) |
- Current
20260926T051529Z-42489e1f4971 · sha256 42489e1f4971…
909 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_mean_income_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_mean_income_annual").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_mean_income_annual
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260926T051529Z-42489e1f4971 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). Mean equivalised disposable income (annual, EUR) [Data set, snapshot 20260926T051529Z-42489e1f4971, sha256 42489e1f4971]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/en/datasets/eurostat/eurostat_mean_income_annual?snapshot=20260926T051529Z-42489e1f4971
@misc{dz_eurostat_eurostat_mean_income_annual_42489e1f,
title = {{Mean equivalised disposable income (annual, EUR)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_mean_income_annual?snapshot=20260926T051529Z-42489e1f4971}},
note = {Snapshot 20260926T051529Z-42489e1f4971, sha256 42489e1f4971943fddf85d1a78b56df53d35e29cf81f1bc0cb5e56f3262179e7; accessed 2026-09-26}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=eurostat%2Feurostat_mean_income_annual&lang=en&theme=auto&snapshot=20260926T051529Z-42489e1f4971&x=year&y=mean_income_eur&agg=avg" title="Mean equivalised disposable income (annual, EUR)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.