Published

IMF World Economic Outlook Database

2.4K
39.9K

IMF World Economic Outlook (WEO) database. The [IMF World Economic Outlook][weo] is a twice-yearly survey by IMF staff that presents IMF staff economists' analyses of global economic developments duri...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/imf-weo/
https://datahub.io/core/imf-weo/_r/-/README.md
https://datahub.io/core/imf-weo/_r/-/data/country.csv
https://datahub.io/core/imf-weo/_r/-/data/indicators.csv
https://datahub.io/core/imf-weo/_r/-/data/values.csv
https://datahub.io/core/imf-weo/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/imf-weo/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/imf-weo/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

indicators

Loading data...

Schema

nametypedescription
idstring
titlestring
descriptionstring
unitsstring
scalestring

values

Loading data...

Schema

nametypedescription
Countrystring
Indicatorstring
Yearinteger
Valuestring

Data Files

FileDescriptionSizeLast modifiedDownload
indicators
23.9 kB26 days ago
indicators
values
6.86 MB26 days ago
values
FilesSizeFormatCreatedUpdatedLicenseSource
26.88 MBcsvover 1 year agoOpen Data Commons Public Domain Dedication and License v1.0IMF

badge

IMF World Economic Outlook (WEO) database. The IMF World Economic Outlook is a twice-yearly survey by IMF staff that presents IMF staff economists' analyses of global economic developments during the near and medium term. Associated with the report is the World Economic Outlook Database, a country-level dataset of major macro-economic variables (GDP, Unemployment, Debt etc). It is the data from that database which is provided here.

Data

The source database is made of annual values for each country on 45 indicators since 1980. In addition the database includes the IMF projects approximately 6 years into the future.

We extract this data and normalize into 2 files:

  • Indicators - data/indicators.csv - the list of indicators
  • Values - data/values.csv - set of values for each indicator, country, year tuple.
  • Country - 'data/country.csv' - set of value for mapping each ISO country code, WEO country code, and CLDR English Name

Sources

Note the XLS files actual turn out to be tsv files!

Preparation

Code to extract the data from the source WEO Database is in the scripts directory.

License

This Data Package is licensed by its maintainers under the Public Domain Dedication and License (PDDL).