Tous les jeux de données

OECD Key Economic Indicators: unemployment rate

Monthly unemployment rate (OECD KEI measure UNEMP: "Unemployment"), as a percentage of the labour force, calendar and seasonally adjusted, for OECD members, key partners and major aggregates.

Source: OECD Key Economic Indicators18,631 lignesMis à jour: 21/09/2026
unemploymentlabourmacrooecdmonthly

Qualité

97

Attribution

OECD

Schéma

ColonneTypeDescription
datestringObservation month (the TIME_PERIOD column of the OECD SDMX-CSV response, 'YYYY-MM'), stored as the first day of the month.
series_idstringSDMX series key (<REF_AREA>.<MEASURE>), e.g. 'USA.CP': the unique identifier of the series in the OECD Key Economic Indicators dataflow.
series_labelstringEconomy name from the OECD CL_AREA codelist, e.g. 'United States'.
valuefloatUnemployment rate (OECD KEI measure UNEMP: "Unemployment"), percentage of the labour force (UNIT_MEASURE=PT_LF), calendar and seasonally adjusted (ADJUSTMENT=Y).

Exemple de lignes

dateseries_idseries_labelvalue
1978-02-01AUS.UNEMPAustralia6.6447269
1978-03-01AUS.UNEMPAustralia6.3029813
1978-04-01AUS.UNEMPAustralia6.2674676
1978-05-01AUS.UNEMPAustralia6.2093954
1978-06-01AUS.UNEMPAustralia6.3041057

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

Python

import requests

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

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

OECD Key Economic Indicators: unemployment rate