IMF DataMapper — free public API, no key required. License: IMF Terms of Use (free for non-commercial research) Source: https://www.imf.org/external/datamapper/api/v1/ Coverage: * 132 WEO / IFS indicators: GDP growth, inflation, debt, current account, unemployment, REER, commodity prices, etc. *…
International Monetary Fund — World Economic Outlook (WEO). Retrieved from https://www.imf.org. Compiled and redistributed by the Elkassabgi Data Library.
Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.
IMF DataMapper — free public API, no key required. License: IMF Terms of Use (free for non-commercial research) Source: https://www.imf.org/external/datamapper/api/v1/ Coverage: * 132 WEO / IFS indicators: GDP growth, inflation, debt, current account, unemployment, REER, commodity prices, etc. * ~190 countries + country groups * Annual data (~1980–present per indicator) Strategy: * List all indicators from /api/v1/indicators * For each indicator: GET /api/v1/{indicator} → country × year matrix * Single Parquet: all indicators merged in long format Run: python jobs/ingest_imf_weo.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "International Monetary Fund — World Economic Outlook (WEO)",
"description": "World Economic Outlook — GDP, prices. International Monetary Fund. 19,242 series, from 1800. Free download.",
"url": "https://econdatalibrary.com/imf_weo",
"identifier": "imf_weo",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "International Monetary Fund",
"url": "https://www.imf.org"
},
"license": "IMF Terms of Use (redistribution with attribution)",
"keywords": [
"Macroeconomics",
"imf_weo"
],
"temporalCoverage": "1800-12-31/..",
"creditText": "Source: International Monetary Fund, World Economic Outlook (WEO) Database, https://www.imf.org",
"citation": "International Monetary Fund — World Economic Outlook (WEO). Retrieved from https://www.imf.org. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-imf_weo",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "imf_weo — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=imf_weo"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "imf_weo",
"description": "World Economic Outlook — GDP, prices. International Monetary Fund. 19,242 series, from 1800. Free download.",
"url": "https://econdatalibrary.com/imf_weo",
"creator": {
"@type": "sc:Organization",
"name": "International Monetary Fund",
"url": "https://www.imf.org"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "IMF Terms of Use (redistribution with attribution)",
"keywords": [
"Macroeconomics"
],
"citation": "International Monetary Fund — World Economic Outlook (WEO). Retrieved from https://www.imf.org. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "imf_weo-csv",
"name": "imf_weo-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=imf_weo",
"encodingFormat": "text/csv"
}
]
}