Final consumption expenditure (% of GDP)
Final consumption expenditure - expenditure on goods and services by resident institutional units (households, general government, the central bank and non-profit institutions serving households) for the direct satisfaction of human needs or wants - expressed as a share of GDP, for the 8-country panel (USA, Canada, UK, Germany, France, Japan, China, India). Published by the World Bank in the World Development Indicators from country official statistics, national statistical organizations and/or central banks, OECD national accounts data files and World Bank staff estimates. The demand side of the national accounts: consumption plus investment plus net exports equals GDP, so this series anchors the connector's trade and fiscal balance datasets. Consumption shares differ sharply across development models: the UK (82.71% in 2023) and the USA (81.26%) consume most of their output, while China saves and invests (56.76% in 2023); India's share fell from 71.43% in 2021 to 67.11% in 2023. Caveats: values are null where national statistics are unavailable and are never interpolated. Units: % of GDP.
- Source
- World Bank
- Rows
- 208
- Columns
- 4
- Source cadence
- Yearly
- Last refreshed
- Sep 24, 2026
- Theme
- economy
| Column | Type | Description |
|---|---|---|
| country_code | string | ISO 3166-1 alpha-3 country code (World Bank API field countryiso3code). |
| country_name | string | Country name as published by the World Bank API. |
| year | integer | Calendar year of the observation (World Bank API field date). |
| value | float | Indicator value for the country and year, as defined by the World Bank indicator (see the dataset description). Missing values are null. (unit: % of GDP) |
First 10 sample rows — a preview, not the complete dataset.
| country_code | country_name | year | value |
|---|---|---|---|
| CAN | Canada | 2,000 | 73.641 |
| CAN | Canada | 2,001 | 74.603 |
| CAN | Canada | 2,002 | 75.79 |
| CAN | Canada | 2,003 | 75.572 |
| CAN | Canada | 2,004 | 74.136 |
| CAN | Canada | 2,005 | 73.381 |
| CAN | Canada | 2,006 | 73.666 |
| CAN | Canada | 2,007 | 73.979 |
| CAN | Canada | 2,008 | 74.181 |
| CAN | Canada | 2,009 | 79.537 |
Profiled Sep 24, 2026 from snapshot 20260924T231712Z-c879f3d68993
Measured- Completeness
- 99.6%
- Rows
- 208
- Columns
- 4
- Columns with gaps
- 1
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| country_codevarchar | 0% | 7 | — |
|
| country_namevarchar | 0% | 9 | — |
|
| yearbigint | 0% | 27 | 2,000 → 2,025median 2,013 | |
| valuedouble | 1.4% | 251 | 49.44 → 85.25median 75.87 | 6 outside 1st–99th percentile |
- Current
20260924T231712Z-c879f3d68993 · sha256 c879f3d68993…
208 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/world_bank/final_consumption_expenditure_gdp" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/world_bank/final_consumption_expenditure_gdp").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/world_bank/final_consumption_expenditure_gdp
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 20260924T231712Z-c879f3d68993 and its content hash, so readers get exactly the data you used.
World Bank. (2026). Final consumption expenditure (% of GDP) [Data set, snapshot 20260924T231712Z-c879f3d68993, sha256 c879f3d68993]. Datazimuts. Retrieved 2026-09-25, from https://datazimuts.com/en/datasets/world_bank/final_consumption_expenditure_gdp?snapshot=20260924T231712Z-c879f3d68993
@misc{dz_world_bank_final_consumption_expenditure_c879f3d6,
title = {{Final consumption expenditure (\% of GDP)}},
author = {{World Bank}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/world_bank/final_consumption_expenditure_gdp?snapshot=20260924T231712Z-c879f3d68993}},
note = {Snapshot 20260924T231712Z-c879f3d68993, sha256 c879f3d68993dc3d41bc532576612b13d994957d5f0aad13f8974a3bc781f1d5; accessed 2026-09-25}
}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=world_bank%2Ffinal_consumption_expenditure_gdp&lang=en&theme=auto&snapshot=20260924T231712Z-c879f3d68993&x=year&y=year&agg=avg" title="Final consumption expenditure (% of GDP)" 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.