Total fertility rate (annual, Europe)
Annual total fertility rate - the mean number of children that would be born alive to a woman during her lifetime if she were to pass through her childbearing years conforming to the age-specific fertility rates of the given year - for EU member states, EFTA countries, EU candidate countries and EU/euro-area aggregates. Eurostat dataset demo_find ('Fertility indicators'), filtered to freq=A, indic_de=TOTFERRT ('Total fertility rate'). Each row is one (year, country). Method: Eurostat compiles the indicator from national vital-statistics registers; the TFR is a period measure, so it describes the fertility behaviour of a synthetic cohort, not any real generation of women. Units: children per woman. Caveats: the replacement level is about 2.1 children per woman in low-mortality populations - values below it signal long-run population decline absent net immigration; national breaks in vital-statistics series (e.g. territorial changes) are flagged in Eurostat metadata; early years are sparse for newer member and candidate countries. Non-EU/EFTA/candidate countries (the UK, Kosovo, Russia, Belarus) are dropped (same licensing rule as the other Eurostat datasets). Coverage: 45 geographic units after the geo rule, 1960 to the present (1,892 observations), 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 demographic indicators in autumn (2026-09-22 vintage covers 1960-2024). Sample use: filter country_code='FRA' to track the French fertility decline over time.
- Source
- Eurostat
- Rows
- 1,892
- Columns
- 4
- Source cadence
- Yearly
- Last refreshed
- Sep 24, 2026
- Theme
- demographics
| 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. |
| total_fertility_rate | float | Total fertility rate: the mean number of children that would be born alive to a woman during her lifetime if she were to pass through her childbearing years conforming to the age-specific fertility rates of the given year, from the 'indic_de' indicator TOTFERRT ('Total fertility rate'), 'freq' slice A ('Annual') (dataset demo_find, from national vital-statistics registers). The replacement level is about 2.1 children per woman. (unit: children per woman) |
First 10 sample rows — a preview, not the complete dataset.
| year | country_code | country_name | total_fertility_rate |
|---|---|---|---|
| 2002-01-01 | ALB | Albania | 1.9 |
| 2003-01-01 | ALB | Albania | 2.06 |
| 2004-01-01 | ALB | Albania | 1.86 |
| 2005-01-01 | ALB | Albania | 1.79 |
| 2006-01-01 | ALB | Albania | 1.67 |
| 2007-01-01 | ALB | Albania | 1.62 |
| 2008-01-01 | ALB | Albania | 1.58 |
| 2009-01-01 | ALB | Albania | 1.63 |
| 2010-01-01 | ALB | Albania | 1.63 |
| 2011-01-01 | ALB | Albania | 1.65 |
Profiled Sep 24, 2026 from snapshot 20260924T120729Z-a0f0d29d2084
Measured- Completeness
- 100%
- Rows
- 1,892
- Columns
- 4
- Columns with gaps
- 0
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| yearvarchar | 0% | 56 | — |
|
| country_codevarchar | 0% | 44 | — |
|
| country_namevarchar | 0% | 48 | — |
|
| total_fertility_ratedouble | 0% | 253 | 1.01 → 4.07median 1.63 | 38 outside 1st–99th percentile |
- Current
20260924T120729Z-a0f0d29d2084 · sha256 a0f0d29d2084…
1,892 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_total_fertility_rate_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_total_fertility_rate_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_total_fertility_rate_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 20260924T120729Z-a0f0d29d2084 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). Total fertility rate (annual, Europe) [Data set, snapshot 20260924T120729Z-a0f0d29d2084, sha256 a0f0d29d2084]. Datazimuts. Retrieved 2026-09-24, from https://datazimuts.com/en/datasets/eurostat/eurostat_total_fertility_rate_annual?snapshot=20260924T120729Z-a0f0d29d2084
@misc{dz_eurostat_eurostat_total_fertility_rate_a_a0f0d29d,
title = {{Total fertility rate (annual, Europe)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_total_fertility_rate_annual?snapshot=20260924T120729Z-a0f0d29d2084}},
note = {Snapshot 20260924T120729Z-a0f0d29d2084, sha256 a0f0d29d2084397d573c4819c910a33c04d24408d355b60c059f39803dbe9b15; accessed 2026-09-24}
}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_total_fertility_rate_annual&lang=en&theme=auto&snapshot=20260924T120729Z-a0f0d29d2084&x=year&y=total_fertility_rate&agg=avg" title="Total fertility rate (annual, Europe)" 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.