{"id":20354809,"url":"https://github.com/datasets/imf-weo","last_synced_at":"2026-02-28T15:01:04.699Z","repository":{"id":20229730,"uuid":"23501611","full_name":"datasets/imf-weo","owner":"datasets","description":"IMF World Economic Outlook Database Data","archived":false,"fork":false,"pushed_at":"2024-10-25T14:25:57.000Z","size":3226,"stargazers_count":39,"open_issues_count":2,"forks_count":16,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-08-21T11:51:55.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://datahub.io/core/imf-weo","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datasets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-30T22:07:34.000Z","updated_at":"2025-04-03T22:36:12.000Z","dependencies_parsed_at":"2024-12-19T23:13:19.492Z","dependency_job_id":"e4043cd4-6513-4a6e-b9c8-322d17dadfae","html_url":"https://github.com/datasets/imf-weo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datasets/imf-weo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasets%2Fimf-weo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasets%2Fimf-weo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasets%2Fimf-weo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasets%2Fimf-weo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datasets","download_url":"https://codeload.github.com/datasets/imf-weo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasets%2Fimf-weo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29938962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T23:09:46.793Z","updated_at":"2026-02-28T15:01:04.649Z","avatar_url":"https://github.com/datasets.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca className=\"gh-badge\" href=\"https://datahub.io/core/imf-weo\"\u003e\u003cimg src=\"https://badgen.net/badge/icon/View%20on%20datahub.io/orange?icon=https://datahub.io/datahub-cube-badge-icon.svg\u0026label\u0026scale=1.25\" alt=\"badge\" /\u003e\u003c/a\u003e\n\nIMF World Economic Outlook (WEO) database. The [IMF World Economic\nOutlook][weo] is a twice-yearly survey by IMF staff that presents IMF staff\neconomists' analyses of global economic developments during the near and medium\nterm. Associated with the report is the [World Economic Outlook\nDatabase][weo-db], a country-level dataset of major macro-economic variables\n(GDP, Unemployment, Debt etc). It is the data from that database which is\nprovided here.\n\n[weo]: http://www.imf.org/external/ns/cs.aspx?id=29\n[weo-db]: http://www.imf.org/external/ns/cs.aspx?id=28\n\n## Data\n\nThe source database is made of annual values for each country on 45 indicators\nsince 1980. In addition the database includes the IMF projects approximately 6\nyears into the future.\n\nWe extract this data and normalize into 2 files:\n\n* Indicators - `data/indicators.csv` - the list of indicators\n* Values - `data/values.csv` - set of values for each indicator, country, year tuple.\n* Country - 'data/country.csv' - set of value for mapping each ISO country code, WEO country code, and CLDR English Name\n\n### Sources\n\nNote the XLS files actual turn out to be tsv files!\n\n* [Listing page for WEO Database][weo-db]\n* 2015 - http://www.imf.org/external/pubs/ft/weo/2015/01/weodata/index.aspx\n  * http://www.imf.org/external/pubs/ft/weo/2015/01/weodata/WEOApr2015all.xls\n* 2014 - http://www.imf.org/external/pubs/ft/weo/2014/01/weodata/index.aspx\n  * http://www.imf.org/external/pubs/ft/weo/2014/01/weodata/WEOApr2014all.xls\n* 2011 - http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/index.aspx\n  * http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/WEOSep2011all.xls\n\n## Preparation\n\nCode to extract the data from the source WEO Database is in the `scripts`\ndirectory.\n\n## License\n\nThis Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatasets%2Fimf-weo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatasets%2Fimf-weo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatasets%2Fimf-weo/lists"}