Government tax burden, % of GDP (annual)
Annual tax burden — total receipts from taxes and compulsory social contributions (including imputed social contributions, after deduction of amounts assessed but unlikely to be collected) as a percentage of GDP — for EU member states, EFTA countries, EU candidates and EU/euro-area aggregates. Eurostat dataset gov_10a_taxag ('Main national tax indicators', ESA 2010), sector general government (S13). Each row is one (year, country): the headline tax-to-GDP ratio used in Eurostat's taxation-trends reporting. Method: Eurostat compiles national accounts transmitted by EU member states under ESA 2010; non-EU/EFTA/candidate countries are dropped (same licensing rule as the other Eurostat datasets). Units: percent of GDP. Caveats: coverage starts 1995 but most series begin in the 2000s; the EU27_2020, EA20, EA19 and other aggregates are included as published; the latest year is provisional and revised. Coverage: ~40 geographic units, 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 the dataset in July. Sample use: filter country_code='DNK' to track the Danish tax burden over time.
- Source
- Eurostat
- Rows
- 1,026
- Columns
- 4
- Source cadence
- Yearly
- Last refreshed
- Sep 23, 2026
- Theme
- government
| 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. |
| tax_burden_pct_gdp | float | Total receipts from taxes and compulsory social contributions (including imputed social contributions), after deduction of amounts assessed but unlikely to be collected, as a percentage of GDP — the headline tax burden — from the 'na_item' indicator D2_D5_D91_D61_M_D995, sector general government (S13), unit PC_GDP (dataset gov_10a_taxag). (unit: percent of GDP) |
First 10 sample rows — a preview, not the complete dataset.
| year | country_code | country_name | tax_burden_pct_gdp |
|---|---|---|---|
| 1995-01-01 | AUT | Austria | 42.9 |
| 1996-01-01 | AUT | Austria | 44.4 |
| 1997-01-01 | AUT | Austria | 45.1 |
| 1998-01-01 | AUT | Austria | 45.1 |
| 1999-01-01 | AUT | Austria | 44.7 |
| 2000-01-01 | AUT | Austria | 43.9 |
| 2001-01-01 | AUT | Austria | 45.4 |
| 2002-01-01 | AUT | Austria | 44.3 |
| 2003-01-01 | AUT | Austria | 43.9 |
| 2004-01-01 | AUT | Austria | 43.5 |
Profiled Sep 23, 2026 from snapshot 20260923T193822Z-17d60108a474
Measured- Completeness
- 100%
- Rows
- 1,026
- Columns
- 4
- Columns with gaps
- 0
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| yearvarchar | 0% | 30 | — |
|
| country_codevarchar | 0% | 35 | — |
|
| country_namevarchar | 0% | 37 | — |
|
| tax_burden_pct_gdpdouble | 0% | 240 | 20.2 → 49.8median 37.55 | 20 outside 1st–99th percentile |
- Current
20260923T193822Z-17d60108a474 · sha256 17d60108a474…
1,026 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_tax_burden_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_tax_burden_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_tax_burden_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 20260923T193822Z-17d60108a474 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). Government tax burden, % of GDP (annual) [Data set, snapshot 20260923T193822Z-17d60108a474, sha256 17d60108a474]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/eurostat/eurostat_tax_burden_annual?snapshot=20260923T193822Z-17d60108a474
@misc{dz_eurostat_eurostat_tax_burden_annual_17d60108,
title = {{Government tax burden, \% of GDP (annual)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_tax_burden_annual?snapshot=20260923T193822Z-17d60108a474}},
note = {Snapshot 20260923T193822Z-17d60108a474, sha256 17d60108a4744fe4a0846b78dfa7986f9c2a829f1407a82b05a5820adde68071; accessed 2026-09-23}
}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_tax_burden_annual&lang=en&theme=auto&snapshot=20260923T193822Z-17d60108a474&x=year&y=tax_burden_pct_gdp&agg=avg" title="Government tax burden, % of GDP (annual)" 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.