Tous les jeux de données

Consumer price index (all items), monthly

Statistics Norway's consumer price index, all-item index (2025=100), monthly from March 1920. Norway's headline inflation measure. Source: StatBank table 14710.

Source: Statistics Norway (StatBank)1,278 lignesMis à jour: 22/09/2026Licence: CC-BY-4.0
cpiinflationpricesnorwayheadline

Qualité

100

Attribution

Statistics Norway

Schéma

ColonneTypeDescription
datetimestampStart of the observation period (SSB StatBank dimension Tid: month for monthly tables, year for annual tables).
series_idstringStable row key: the SSB StatBank dimension codes for this observation, joined by '.'.
series_labelstringHuman-readable label: the SSB StatBank dimension value texts for this observation, joined by ' — '.
contentsstringSSB StatBank dimension 'contents'. Provider code values include: KpiIndMnd: Consumer Price Index.
contents_namestringStatistics Norway's value text for the 'contents' dimension code.
valuefloatMeasured value. Definition and unit depend on the series — see the 'contents' / 'contents_name' dimension, whose value texts are Statistics Norway's own (e.g. 'Consumer Price Index', '12-month rate (per cent)', 'Unemployment rate (LFS)', 'Persons').

Exemple de lignes

dateseries_idseries_labelcontentscontents_namevalue
1920-03-01T00:00:00KpiIndMndConsumer Price IndexKpiIndMndConsumer Price Index3.7
1920-04-01T00:00:00KpiIndMndConsumer Price IndexKpiIndMndConsumer Price Index3.8
1920-05-01T00:00:00KpiIndMndConsumer Price IndexKpiIndMndConsumer Price Index3.8
1920-06-01T00:00:00KpiIndMndConsumer Price IndexKpiIndMndConsumer Price Index3.9
1920-07-01T00:00:00KpiIndMndConsumer Price IndexKpiIndMndConsumer Price Index4

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

Python

import requests

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

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

Consumer price index (all items), monthly