Tous les jeux de données

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 lignesMis à jour: 22/09/2026Licence: CC-BY-4.0
netherlandscpiinflationpricescbs

Qualité

100

Attribution

Statistics Netherlands (CBS)

Schéma

ColonneTypeDescription
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

Exemple de lignes

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

Télécharger un échantillon

Téléchargez l'échantillon complet de ce jeu de données (lignes d'exemple, pas le jeu complet).

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (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)

Point d’accès API: https://datazimuts.com/v1/datasets/cbs/cbs_consumer_price_index

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.

Netherlands: consumer price index (CPI 2025=100)