All datasets

Unemployment rate

The number of unemployed persons as a percentage of the total labor force.

Source: IMF DataMapper5,165 rowsUpdated: 9/21/2026
unemploymentlaborimf

Quality

92.5

Attribution

International Monetary Fund (IMF DataMapper)

Schema

ColumnTypeDescription
country_codestringIMF country code (ISO 3166-1 alpha-3).
country_namestringCountry label from the IMF DataMapper country list.
yearintegerCalendar year of the observation.
valuefloatIndicator value for the country and year, as defined by the IMF World Economic Outlook (see the dataset description). Missing values are null. (unit: % of total labor force)

Sample rows

country_codecountry_nameyearvalue
ABWAruba198619.6
ABWAruba198714.5
ABWAruba19885
ABWAruba19891.5
ABWAruba19901.3

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

Python

import requests

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

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

Unemployment rate