OECD Key Economic Indicators: producer prices
Monthly producer price index (OECD KEI measure PP: "Producer prices"), base year 2015=100 (BASE_PER=2015 in the source response), for OECD members, key partners and major aggregates.
Source: OECD Key Economic Indicators12,901 lignesMis à jour: 21/09/2026
inflationppiproducer-pricesmacrooecdmonthly
Qualité
97
Attribution
OECD
Schéma
| Colonne | Type | Description |
|---|---|---|
| date | string | Observation month (the TIME_PERIOD column of the OECD SDMX-CSV response, 'YYYY-MM'), stored as the first day of the month. |
| series_id | string | SDMX series key (<REF_AREA>.<MEASURE>), e.g. 'USA.CP': the unique identifier of the series in the OECD Key Economic Indicators dataflow. |
| series_label | string | Economy name from the OECD CL_AREA codelist, e.g. 'United States'. |
| value | float | Producer price index (OECD KEI measure PP: "Producer prices"), index with base year 2015=100 (UNIT_MEASURE=IX, BASE_PER=2015 in the source response). |
Exemple de lignes
| date | series_id | series_label | value |
|---|---|---|---|
| 2000-01-01 | AUT.PP | Austria | 84.89748389 |
| 2000-02-01 | AUT.PP | Austria | 85.09087223 |
| 2000-03-01 | AUT.PP | Austria | 85.28426058000001 |
| 2000-04-01 | AUT.PP | Austria | 85.38095476000001 |
| 2000-05-01 | AUT.PP | Austria | 85.76773143999999 |
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/oecd_kei/producer_price_index_monthly" | jq '{title, rows, columns_count, license}'Python
import requests
ds = requests.get("https://datazimuts.com/v1/datasets/oecd_kei/producer_price_index_monthly").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/oecd_kei/producer_price_index_monthly
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.