All datasets

Netherlands: consumer price index (CPI 2025=100)

Statistics Netherlands (CBS) consumer price index (base 2025=100): index level and year-on-year percentage change by expenditure category (food, housing, transport, ...), monthly from December 2009. The annual change of total expenditure is the Dutch inflation rate. Rows are category x month x statistic.

Source: Statistics Netherlands (CBS)148,416 rowsUpdated: 9/22/2026License: CC-BY-4.0
netherlandscpiinflationpricescbs

Quality

100

Attribution

Statistics Netherlands (CBS)

Schema

ColumnTypeDescription
datetimestampFirst day of the observation period (month, quarter, or year) parsed from the provider's Perioden time code.
series_idstringComposite key: StatLine table code | breakdown dimension codes | topic key.
series_labelstringHuman-readable label from the provider's own dimension and topic titles (in Dutch).
valuefloatObservation value in the series unit (see the unit column).
unitstringUnit of the observation, from the provider's table documentation (index base, %, x 1,000 persons, million EUR, persons).
stat_codestringStatLine topic key within the table.
stat_labelstringProvider's topic title (in Dutch).
time_codestringProvider's raw period code (YYYYMMmm, YYYYKW0q, or YYYYJJ00).
expenditure_category_codestringProvider dimension code (Bestedingscategorieën).
expenditure_category_labelstringBestedingscategorieën

Sample rows

dateseries_idseries_labelvalueunitstat_codestat_labeltime_codeexpenditure_category_codeexpenditure_category_label
2009-12-01T00:00:0086141NED|T001112 |CPI_1000000 Alle bestedingen — CPI66.98Index, 2025=100CPI_1CPI2009MM12T001112 000000 Alle bestedingen
2010-01-01T00:00:0086141NED|T001112 |CPI_1000000 Alle bestedingen — CPI66.96Index, 2025=100CPI_1CPI2010MM01T001112 000000 Alle bestedingen
2010-02-01T00:00:0086141NED|T001112 |CPI_1000000 Alle bestedingen — CPI67.43Index, 2025=100CPI_1CPI2010MM02T001112 000000 Alle bestedingen
2010-03-01T00:00:0086141NED|T001112 |CPI_1000000 Alle bestedingen — CPI68.23Index, 2025=100CPI_1CPI2010MM03T001112 000000 Alle bestedingen
2010-04-01T00:00:0086141NED|T001112 |CPI_1000000 Alle bestedingen — CPI68.47Index, 2025=100CPI_1CPI2010MM04T001112 000000 Alle bestedingen

Download sample data

Download the full sample snapshot for this dataset (sample rows, not the complete dataset).

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/cbs/cbs_consumer_price_index" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/cbs/cbs_consumer_price_index").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/cbs/cbs_consumer_price_index

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

Netherlands: consumer price index (CPI 2025=100)