Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- .zenodo.json +30 -0
- CHANGELOG.md +6 -0
- CODEBOOK.md +1006 -0
- LICENSE +20 -0
- METHODOLOGY.md +66 -0
- README.md +167 -0
- SOURCES.md +27 -0
- VALIDATION.md +88 -0
- _mappings/country_codes.json +2808 -0
- _mappings/coverage_matrix.json +992 -0
- _mappings/indicator_crosswalk.json +1 -0
- _mappings/indicators.json +1190 -0
- _mappings/source_metadata.json +34 -0
- checksums.sha256 +12 -0
- data/aggregates/regional_aggregates.csv +0 -0
- data/aggregates/regional_aggregates.parquet +3 -0
- data/core/bis.csv +0 -0
- data/core/bis.parquet +3 -0
- data/core/imf_weo.csv +0 -0
- data/core/imf_weo.parquet +3 -0
- data/core/world_bank.csv +3 -0
- data/core/world_bank.parquet +3 -0
- data/core/world_bank_wgi.csv +0 -0
- data/core/world_bank_wgi.parquet +3 -0
- data/unified/all_indicators.csv +3 -0
- data/unified/all_indicators.parquet +3 -0
- examples/quickstart.R +50 -0
- examples/quickstart.py +45 -0
- examples/sample_queries.md +104 -0
- gdp_comparison.png +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/core/world_bank.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/unified/all_indicators.csv filter=lfs diff=lfs merge=lfs -text
|
.zenodo.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "HistorySaid Global Economic Dataset",
|
| 3 |
+
"description": "Unified, normalized economic dataset. 99 indicators from World Bank, IMF WEO, and BIS across 215 countries.",
|
| 4 |
+
"creators": [
|
| 5 |
+
{
|
| 6 |
+
"name": "Kavela Ltd",
|
| 7 |
+
"affiliation": "https://historysaid.com"
|
| 8 |
+
}
|
| 9 |
+
],
|
| 10 |
+
"upload_type": "dataset",
|
| 11 |
+
"access_right": "open",
|
| 12 |
+
"license": "cc-by-4.0",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"economics",
|
| 15 |
+
"macroeconomics",
|
| 16 |
+
"GDP",
|
| 17 |
+
"world bank",
|
| 18 |
+
"IMF",
|
| 19 |
+
"global development",
|
| 20 |
+
"open data"
|
| 21 |
+
],
|
| 22 |
+
"related_identifiers": [
|
| 23 |
+
{
|
| 24 |
+
"identifier": "https://historysaid.com",
|
| 25 |
+
"relation": "isSupplementedBy",
|
| 26 |
+
"scheme": "url"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"version": "1.0"
|
| 30 |
+
}
|
CHANGELOG.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
## v1.0 — 2026-03-21
|
| 4 |
+
- Initial release
|
| 5 |
+
- Sources: BIS, IMF (WEO), World Bank (WDI), World Bank (WGI)
|
| 6 |
+
- Total: 99 indicators, 215 countries, 691,215 observations
|
CODEBOOK.md
ADDED
|
@@ -0,0 +1,1006 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Codebook
|
| 2 |
+
|
| 3 |
+
This document describes every indicator in the dataset. Indicators are grouped by source and sorted alphabetically within each group.
|
| 4 |
+
|
| 5 |
+
Total indicators: 99
|
| 6 |
+
|
| 7 |
+
## World Bank (WDI)
|
| 8 |
+
|
| 9 |
+
### wb.AG.LND.FRST.ZS
|
| 10 |
+
- **Name:** Forest Area
|
| 11 |
+
- **Definition:** Forest area as % of land area
|
| 12 |
+
- **Unit:** % of land
|
| 13 |
+
- **Scale:** units
|
| 14 |
+
- **Year range:** 1990–2023
|
| 15 |
+
- **Country coverage:** 212 countries
|
| 16 |
+
- **Theme:** Energy
|
| 17 |
+
- **Source documentation:** https://data.worldbank.org/indicator/AG.LND.FRST.ZS
|
| 18 |
+
|
| 19 |
+
### wb.BM.GSR.GNFS.CD
|
| 20 |
+
- **Name:** Imports
|
| 21 |
+
- **Definition:** Imports of goods and services
|
| 22 |
+
- **Unit:** USD
|
| 23 |
+
- **Scale:** units
|
| 24 |
+
- **Year range:** 1960–2024
|
| 25 |
+
- **Country coverage:** 198 countries
|
| 26 |
+
- **Theme:** Trade
|
| 27 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BM.GSR.GNFS.CD
|
| 28 |
+
|
| 29 |
+
### wb.BM.KLT.DINV.WD.GD.ZS
|
| 30 |
+
- **Name:** FDI Outflows
|
| 31 |
+
- **Definition:** Foreign direct investment, net outflows as % of GDP
|
| 32 |
+
- **Unit:** % of GDP
|
| 33 |
+
- **Scale:** units
|
| 34 |
+
- **Year range:** 1970–2024
|
| 35 |
+
- **Country coverage:** 195 countries
|
| 36 |
+
- **Theme:** Trade
|
| 37 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BM.KLT.DINV.WD.GD.ZS
|
| 38 |
+
|
| 39 |
+
### wb.BN.CAB.XOKA.GD.ZS
|
| 40 |
+
- **Name:** Current Account Balance
|
| 41 |
+
- **Definition:** Current account balance as % of GDP
|
| 42 |
+
- **Unit:** % of GDP
|
| 43 |
+
- **Scale:** units
|
| 44 |
+
- **Year range:** 1960–2024
|
| 45 |
+
- **Country coverage:** 201 countries
|
| 46 |
+
- **Theme:** Trade
|
| 47 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BN.CAB.XOKA.GD.ZS
|
| 48 |
+
|
| 49 |
+
### wb.BX.GSR.GNFS.CD
|
| 50 |
+
- **Name:** Exports
|
| 51 |
+
- **Definition:** Exports of goods and services
|
| 52 |
+
- **Unit:** USD
|
| 53 |
+
- **Scale:** units
|
| 54 |
+
- **Year range:** 1960–2024
|
| 55 |
+
- **Country coverage:** 198 countries
|
| 56 |
+
- **Theme:** Trade
|
| 57 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BX.GSR.GNFS.CD
|
| 58 |
+
|
| 59 |
+
### wb.BX.KLT.DINV.WD.GD.ZS
|
| 60 |
+
- **Name:** FDI Inflows
|
| 61 |
+
- **Definition:** Foreign direct investment, net inflows as % of GDP
|
| 62 |
+
- **Unit:** % of GDP
|
| 63 |
+
- **Scale:** units
|
| 64 |
+
- **Year range:** 1970–2024
|
| 65 |
+
- **Country coverage:** 200 countries
|
| 66 |
+
- **Theme:** Trade
|
| 67 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BX.KLT.DINV.WD.GD.ZS
|
| 68 |
+
|
| 69 |
+
### wb.BX.TRF.PWKR.CD.DT
|
| 70 |
+
- **Name:** Remittances Received
|
| 71 |
+
- **Definition:** Personal remittances received
|
| 72 |
+
- **Unit:** USD
|
| 73 |
+
- **Scale:** units
|
| 74 |
+
- **Year range:** 1970–2024
|
| 75 |
+
- **Country coverage:** 197 countries
|
| 76 |
+
- **Theme:** Trade
|
| 77 |
+
- **Source documentation:** https://data.worldbank.org/indicator/BX.TRF.PWKR.CD.DT
|
| 78 |
+
|
| 79 |
+
### wb.CM.MKT.LCAP.GD.ZS
|
| 80 |
+
- **Name:** Market Capitalization
|
| 81 |
+
- **Definition:** Market capitalization of listed domestic companies as % of GDP
|
| 82 |
+
- **Unit:** % of GDP
|
| 83 |
+
- **Scale:** units
|
| 84 |
+
- **Year range:** 1975–2024
|
| 85 |
+
- **Country coverage:** 102 countries
|
| 86 |
+
- **Theme:** Financial Markets
|
| 87 |
+
- **Source documentation:** https://data.worldbank.org/indicator/CM.MKT.LCAP.GD.ZS
|
| 88 |
+
|
| 89 |
+
### wb.CM.MKT.LDOM.NO
|
| 90 |
+
- **Name:** Listed Companies
|
| 91 |
+
- **Definition:** Number of listed domestic companies
|
| 92 |
+
- **Unit:** count
|
| 93 |
+
- **Scale:** units
|
| 94 |
+
- **Year range:** 1975–2024
|
| 95 |
+
- **Country coverage:** 105 countries
|
| 96 |
+
- **Theme:** Financial Markets
|
| 97 |
+
- **Source documentation:** https://data.worldbank.org/indicator/CM.MKT.LDOM.NO
|
| 98 |
+
|
| 99 |
+
### wb.CM.MKT.TRNR
|
| 100 |
+
- **Name:** Stock Turnover Ratio
|
| 101 |
+
- **Definition:** Stocks traded, turnover ratio of domestic shares
|
| 102 |
+
- **Unit:** %
|
| 103 |
+
- **Scale:** units
|
| 104 |
+
- **Year range:** 1975–2024
|
| 105 |
+
- **Country coverage:** 101 countries
|
| 106 |
+
- **Theme:** Financial Markets
|
| 107 |
+
- **Source documentation:** https://data.worldbank.org/indicator/CM.MKT.TRNR
|
| 108 |
+
|
| 109 |
+
### wb.DT.DOD.DECT.CD
|
| 110 |
+
- **Name:** External Debt
|
| 111 |
+
- **Definition:** Total external debt stocks
|
| 112 |
+
- **Unit:** USD
|
| 113 |
+
- **Scale:** units
|
| 114 |
+
- **Year range:** 1970–2024
|
| 115 |
+
- **Country coverage:** 120 countries
|
| 116 |
+
- **Theme:** Debt
|
| 117 |
+
- **Source documentation:** https://data.worldbank.org/indicator/DT.DOD.DECT.CD
|
| 118 |
+
|
| 119 |
+
### wb.DT.DOD.DECT.GN.ZS
|
| 120 |
+
- **Name:** External Debt to GNI
|
| 121 |
+
- **Definition:** External debt stocks as % of GNI
|
| 122 |
+
- **Unit:** %
|
| 123 |
+
- **Scale:** units
|
| 124 |
+
- **Year range:** 1970–2024
|
| 125 |
+
- **Country coverage:** 120 countries
|
| 126 |
+
- **Theme:** Debt
|
| 127 |
+
- **Source documentation:** https://data.worldbank.org/indicator/DT.DOD.DECT.GN.ZS
|
| 128 |
+
|
| 129 |
+
### wb.DT.DOD.DSTC.ZS
|
| 130 |
+
- **Name:** Short-term Debt
|
| 131 |
+
- **Definition:** Short-term debt as % of total external debt
|
| 132 |
+
- **Unit:** % of total
|
| 133 |
+
- **Scale:** units
|
| 134 |
+
- **Year range:** 1970–2024
|
| 135 |
+
- **Country coverage:** 120 countries
|
| 136 |
+
- **Theme:** Debt
|
| 137 |
+
- **Source documentation:** https://data.worldbank.org/indicator/DT.DOD.DSTC.ZS
|
| 138 |
+
|
| 139 |
+
### wb.DT.TDS.DECT.EX.ZS
|
| 140 |
+
- **Name:** Debt Service
|
| 141 |
+
- **Definition:** Total debt service as % of exports
|
| 142 |
+
- **Unit:** % of exports
|
| 143 |
+
- **Scale:** units
|
| 144 |
+
- **Year range:** 1970–2024
|
| 145 |
+
- **Country coverage:** 120 countries
|
| 146 |
+
- **Theme:** Debt
|
| 147 |
+
- **Source documentation:** https://data.worldbank.org/indicator/DT.TDS.DECT.EX.ZS
|
| 148 |
+
|
| 149 |
+
### wb.EG.ELC.ACCS.ZS
|
| 150 |
+
- **Name:** Electricity Access
|
| 151 |
+
- **Definition:** Access to electricity as % of population
|
| 152 |
+
- **Unit:** %
|
| 153 |
+
- **Scale:** units
|
| 154 |
+
- **Year range:** 1990–2023
|
| 155 |
+
- **Country coverage:** 214 countries
|
| 156 |
+
- **Theme:** Energy
|
| 157 |
+
- **Source documentation:** https://data.worldbank.org/indicator/EG.ELC.ACCS.ZS
|
| 158 |
+
|
| 159 |
+
### wb.EG.FEC.RNEW.ZS
|
| 160 |
+
- **Name:** Renewable Energy
|
| 161 |
+
- **Definition:** Renewable energy consumption as % of total
|
| 162 |
+
- **Unit:** % of total
|
| 163 |
+
- **Scale:** units
|
| 164 |
+
- **Year range:** 1990–2022
|
| 165 |
+
- **Country coverage:** 210 countries
|
| 166 |
+
- **Theme:** Energy
|
| 167 |
+
- **Source documentation:** https://data.worldbank.org/indicator/EG.FEC.RNEW.ZS
|
| 168 |
+
|
| 169 |
+
### wb.EG.USE.PCAP.KG.OE
|
| 170 |
+
- **Name:** Energy Use per Capita
|
| 171 |
+
- **Definition:** Energy use per capita
|
| 172 |
+
- **Unit:** kg oil eq.
|
| 173 |
+
- **Scale:** units
|
| 174 |
+
- **Year range:** 1990–2023
|
| 175 |
+
- **Country coverage:** 177 countries
|
| 176 |
+
- **Theme:** Energy
|
| 177 |
+
- **Source documentation:** https://data.worldbank.org/indicator/EG.USE.PCAP.KG.OE
|
| 178 |
+
|
| 179 |
+
### wb.EN.POP.DNST
|
| 180 |
+
- **Name:** Population Density
|
| 181 |
+
- **Definition:** People per sq. km of land area
|
| 182 |
+
- **Unit:** per km²
|
| 183 |
+
- **Scale:** units
|
| 184 |
+
- **Year range:** 1961–2023
|
| 185 |
+
- **Country coverage:** 214 countries
|
| 186 |
+
- **Theme:** Population
|
| 187 |
+
- **Source documentation:** https://data.worldbank.org/indicator/EN.POP.DNST
|
| 188 |
+
|
| 189 |
+
### wb.FB.AST.NPER.ZS
|
| 190 |
+
- **Name:** Non-Performing Loans
|
| 191 |
+
- **Definition:** Bank nonperforming loans as % of total gross loans
|
| 192 |
+
- **Unit:** %
|
| 193 |
+
- **Scale:** units
|
| 194 |
+
- **Year range:** 2000–2023
|
| 195 |
+
- **Country coverage:** 149 countries
|
| 196 |
+
- **Theme:** Money
|
| 197 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FB.AST.NPER.ZS
|
| 198 |
+
|
| 199 |
+
### wb.FI.RES.TOTL.CD
|
| 200 |
+
- **Name:** Foreign Reserves
|
| 201 |
+
- **Definition:** Total reserves including gold
|
| 202 |
+
- **Unit:** USD
|
| 203 |
+
- **Scale:** units
|
| 204 |
+
- **Year range:** 1960–2024
|
| 205 |
+
- **Country coverage:** 180 countries
|
| 206 |
+
- **Theme:** Currency
|
| 207 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FI.RES.TOTL.CD
|
| 208 |
+
|
| 209 |
+
### wb.FI.RES.TOTL.MO
|
| 210 |
+
- **Name:** Reserves in Months of Imports
|
| 211 |
+
- **Definition:** Total reserves in months of imports
|
| 212 |
+
- **Unit:** months
|
| 213 |
+
- **Scale:** units
|
| 214 |
+
- **Year range:** 1960–2024
|
| 215 |
+
- **Country coverage:** 177 countries
|
| 216 |
+
- **Theme:** Currency
|
| 217 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FI.RES.TOTL.MO
|
| 218 |
+
|
| 219 |
+
### wb.FM.LBL.BMNY.ZG
|
| 220 |
+
- **Name:** M2 Money Supply Growth
|
| 221 |
+
- **Definition:** Broad money growth (annual %)
|
| 222 |
+
- **Unit:** %
|
| 223 |
+
- **Scale:** units
|
| 224 |
+
- **Year range:** 1961–2024
|
| 225 |
+
- **Country coverage:** 164 countries
|
| 226 |
+
- **Theme:** Money
|
| 227 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FM.LBL.BMNY.ZG
|
| 228 |
+
|
| 229 |
+
### wb.FP.CPI.TOTL
|
| 230 |
+
- **Name:** Consumer Price Index
|
| 231 |
+
- **Definition:** Consumer price index (2010 = 100)
|
| 232 |
+
- **Unit:** index
|
| 233 |
+
- **Scale:** units
|
| 234 |
+
- **Year range:** 1960–2024
|
| 235 |
+
- **Country coverage:** 190 countries
|
| 236 |
+
- **Theme:** Prices & Inflation
|
| 237 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FP.CPI.TOTL
|
| 238 |
+
|
| 239 |
+
### wb.FP.CPI.TOTL.ZG
|
| 240 |
+
- **Name:** Inflation Rate
|
| 241 |
+
- **Definition:** Consumer price inflation, annual %
|
| 242 |
+
- **Unit:** %
|
| 243 |
+
- **Scale:** units
|
| 244 |
+
- **Year range:** 1960–2024
|
| 245 |
+
- **Country coverage:** 198 countries
|
| 246 |
+
- **Theme:** Prices & Inflation
|
| 247 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FP.CPI.TOTL.ZG
|
| 248 |
+
|
| 249 |
+
### wb.FR.INR.DPST
|
| 250 |
+
- **Name:** Deposit Rate
|
| 251 |
+
- **Definition:** Deposit interest rate
|
| 252 |
+
- **Unit:** %
|
| 253 |
+
- **Scale:** units
|
| 254 |
+
- **Year range:** 1960–2024
|
| 255 |
+
- **Country coverage:** 150 countries
|
| 256 |
+
- **Theme:** Money
|
| 257 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FR.INR.DPST
|
| 258 |
+
|
| 259 |
+
### wb.FR.INR.LEND
|
| 260 |
+
- **Name:** Lending Rate
|
| 261 |
+
- **Definition:** Lending interest rate
|
| 262 |
+
- **Unit:** %
|
| 263 |
+
- **Scale:** units
|
| 264 |
+
- **Year range:** 1960–2024
|
| 265 |
+
- **Country coverage:** 146 countries
|
| 266 |
+
- **Theme:** Money
|
| 267 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FR.INR.LEND
|
| 268 |
+
|
| 269 |
+
### wb.FR.INR.LNDP
|
| 270 |
+
- **Name:** Interest Rate Spread
|
| 271 |
+
- **Definition:** Interest rate spread (lending rate minus deposit rate)
|
| 272 |
+
- **Unit:** %
|
| 273 |
+
- **Scale:** units
|
| 274 |
+
- **Year range:** 1967–2024
|
| 275 |
+
- **Country coverage:** 138 countries
|
| 276 |
+
- **Theme:** Financial Markets
|
| 277 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FR.INR.LNDP
|
| 278 |
+
|
| 279 |
+
### wb.FR.INR.RINR
|
| 280 |
+
- **Name:** Real Interest Rate
|
| 281 |
+
- **Definition:** Real interest rate
|
| 282 |
+
- **Unit:** %
|
| 283 |
+
- **Scale:** units
|
| 284 |
+
- **Year range:** 1961–2024
|
| 285 |
+
- **Country coverage:** 146 countries
|
| 286 |
+
- **Theme:** Money
|
| 287 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FR.INR.RINR
|
| 288 |
+
|
| 289 |
+
### wb.FS.AST.DOMS.GD.ZS
|
| 290 |
+
- **Name:** Domestic Credit
|
| 291 |
+
- **Definition:** Domestic credit provided by financial sector as % of GDP
|
| 292 |
+
- **Unit:** % of GDP
|
| 293 |
+
- **Scale:** units
|
| 294 |
+
- **Year range:** 1960–2024
|
| 295 |
+
- **Country coverage:** 66 countries
|
| 296 |
+
- **Theme:** Debt
|
| 297 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FS.AST.DOMS.GD.ZS
|
| 298 |
+
|
| 299 |
+
### wb.FS.AST.PRVT.GD.ZS
|
| 300 |
+
- **Name:** Credit to GDP
|
| 301 |
+
- **Definition:** Domestic credit to private sector as % of GDP
|
| 302 |
+
- **Unit:** % of GDP
|
| 303 |
+
- **Scale:** units
|
| 304 |
+
- **Year range:** 1960–2024
|
| 305 |
+
- **Country coverage:** 184 countries
|
| 306 |
+
- **Theme:** Money
|
| 307 |
+
- **Source documentation:** https://data.worldbank.org/indicator/FS.AST.PRVT.GD.ZS
|
| 308 |
+
|
| 309 |
+
### wb.GB.XPD.RSDV.GD.ZS
|
| 310 |
+
- **Name:** R&D Spending
|
| 311 |
+
- **Definition:** Research and development expenditure as % of GDP
|
| 312 |
+
- **Unit:** % of GDP
|
| 313 |
+
- **Scale:** units
|
| 314 |
+
- **Year range:** 1996–2023
|
| 315 |
+
- **Country coverage:** 151 countries
|
| 316 |
+
- **Theme:** Technology
|
| 317 |
+
- **Source documentation:** https://data.worldbank.org/indicator/GB.XPD.RSDV.GD.ZS
|
| 318 |
+
|
| 319 |
+
### wb.GC.TAX.TOTL.GD.ZS
|
| 320 |
+
- **Name:** Tax Revenue
|
| 321 |
+
- **Definition:** Tax revenue as % of GDP
|
| 322 |
+
- **Unit:** % of GDP
|
| 323 |
+
- **Scale:** units
|
| 324 |
+
- **Year range:** 1972–2024
|
| 325 |
+
- **Country coverage:** 160 countries
|
| 326 |
+
- **Theme:** Government
|
| 327 |
+
- **Source documentation:** https://data.worldbank.org/indicator/GC.TAX.TOTL.GD.ZS
|
| 328 |
+
|
| 329 |
+
### wb.GC.XPN.INTP.RV.ZS
|
| 330 |
+
- **Name:** Interest Payments to Revenue
|
| 331 |
+
- **Definition:** Interest payments as % of revenue
|
| 332 |
+
- **Unit:** %
|
| 333 |
+
- **Scale:** units
|
| 334 |
+
- **Year range:** 1972–2024
|
| 335 |
+
- **Country coverage:** 158 countries
|
| 336 |
+
- **Theme:** Debt
|
| 337 |
+
- **Source documentation:** https://data.worldbank.org/indicator/GC.XPN.INTP.RV.ZS
|
| 338 |
+
|
| 339 |
+
### wb.GC.XPN.TOTL.GD.ZS
|
| 340 |
+
- **Name:** Government Spending
|
| 341 |
+
- **Definition:** Government expenditure as % of GDP
|
| 342 |
+
- **Unit:** % of GDP
|
| 343 |
+
- **Scale:** units
|
| 344 |
+
- **Year range:** 1972–2024
|
| 345 |
+
- **Country coverage:** 160 countries
|
| 346 |
+
- **Theme:** Government
|
| 347 |
+
- **Source documentation:** https://data.worldbank.org/indicator/GC.XPN.TOTL.GD.ZS
|
| 348 |
+
|
| 349 |
+
### wb.IP.PAT.RESD
|
| 350 |
+
- **Name:** Patent Applications
|
| 351 |
+
- **Definition:** Patent applications by residents
|
| 352 |
+
- **Unit:** count
|
| 353 |
+
- **Scale:** units
|
| 354 |
+
- **Year range:** 1980–2021
|
| 355 |
+
- **Country coverage:** 156 countries
|
| 356 |
+
- **Theme:** Technology
|
| 357 |
+
- **Source documentation:** https://data.worldbank.org/indicator/IP.PAT.RESD
|
| 358 |
+
|
| 359 |
+
### wb.IT.CEL.SETS.P2
|
| 360 |
+
- **Name:** Mobile Subscriptions
|
| 361 |
+
- **Definition:** Mobile cellular subscriptions per 100 people
|
| 362 |
+
- **Unit:** per 100 people
|
| 363 |
+
- **Scale:** units
|
| 364 |
+
- **Year range:** 1960–2023
|
| 365 |
+
- **Country coverage:** 212 countries
|
| 366 |
+
- **Theme:** Technology
|
| 367 |
+
- **Source documentation:** https://data.worldbank.org/indicator/IT.CEL.SETS.P2
|
| 368 |
+
|
| 369 |
+
### wb.IT.NET.USER.ZS
|
| 370 |
+
- **Name:** Internet Users
|
| 371 |
+
- **Definition:** Individuals using the Internet
|
| 372 |
+
- **Unit:** % of population
|
| 373 |
+
- **Scale:** units
|
| 374 |
+
- **Year range:** 1990–2025
|
| 375 |
+
- **Country coverage:** 211 countries
|
| 376 |
+
- **Theme:** Technology
|
| 377 |
+
- **Source documentation:** https://data.worldbank.org/indicator/IT.NET.USER.ZS
|
| 378 |
+
|
| 379 |
+
### wb.MS.MIL.XPND.GD.ZS
|
| 380 |
+
- **Name:** Military Spending
|
| 381 |
+
- **Definition:** Military expenditure as % of GDP
|
| 382 |
+
- **Unit:** % of GDP
|
| 383 |
+
- **Scale:** units
|
| 384 |
+
- **Year range:** 1960–2024
|
| 385 |
+
- **Country coverage:** 162 countries
|
| 386 |
+
- **Theme:** Government
|
| 387 |
+
- **Source documentation:** https://data.worldbank.org/indicator/MS.MIL.XPND.GD.ZS
|
| 388 |
+
|
| 389 |
+
### wb.NE.RSB.GNFS.CD
|
| 390 |
+
- **Name:** Trade Balance
|
| 391 |
+
- **Definition:** External balance on goods and services
|
| 392 |
+
- **Unit:** USD
|
| 393 |
+
- **Scale:** units
|
| 394 |
+
- **Year range:** 1960–2024
|
| 395 |
+
- **Country coverage:** 190 countries
|
| 396 |
+
- **Theme:** Trade
|
| 397 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NE.RSB.GNFS.CD
|
| 398 |
+
|
| 399 |
+
### wb.NE.TRD.GNFS.ZS
|
| 400 |
+
- **Name:** Trade Openness
|
| 401 |
+
- **Definition:** Trade as % of GDP
|
| 402 |
+
- **Unit:** % of GDP
|
| 403 |
+
- **Scale:** units
|
| 404 |
+
- **Year range:** 1960–2024
|
| 405 |
+
- **Country coverage:** 190 countries
|
| 406 |
+
- **Theme:** Trade
|
| 407 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NE.TRD.GNFS.ZS
|
| 408 |
+
|
| 409 |
+
### wb.NV.AGR.TOTL.ZS
|
| 410 |
+
- **Name:** Agriculture Value Added
|
| 411 |
+
- **Definition:** Agriculture, forestry, and fishing value added as % of GDP
|
| 412 |
+
- **Unit:** % of GDP
|
| 413 |
+
- **Scale:** units
|
| 414 |
+
- **Year range:** 1960–2024
|
| 415 |
+
- **Country coverage:** 204 countries
|
| 416 |
+
- **Theme:** Economy & Growth
|
| 417 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NV.AGR.TOTL.ZS
|
| 418 |
+
|
| 419 |
+
### wb.NV.IND.TOTL.ZS
|
| 420 |
+
- **Name:** Industry Value Added
|
| 421 |
+
- **Definition:** Industry (including construction) value added as % of GDP
|
| 422 |
+
- **Unit:** % of GDP
|
| 423 |
+
- **Scale:** units
|
| 424 |
+
- **Year range:** 1960–2024
|
| 425 |
+
- **Country coverage:** 206 countries
|
| 426 |
+
- **Theme:** Economy & Growth
|
| 427 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NV.IND.TOTL.ZS
|
| 428 |
+
|
| 429 |
+
### wb.NV.SRV.TOTL.ZS
|
| 430 |
+
- **Name:** Services Value Added
|
| 431 |
+
- **Definition:** Services value added as % of GDP
|
| 432 |
+
- **Unit:** % of GDP
|
| 433 |
+
- **Scale:** units
|
| 434 |
+
- **Year range:** 1960–2024
|
| 435 |
+
- **Country coverage:** 203 countries
|
| 436 |
+
- **Theme:** Economy & Growth
|
| 437 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NV.SRV.TOTL.ZS
|
| 438 |
+
|
| 439 |
+
### wb.NY.GDP.DEFL.KD.ZG
|
| 440 |
+
- **Name:** GDP Deflator
|
| 441 |
+
- **Definition:** Inflation as measured by annual growth rate of GDP implicit deflator
|
| 442 |
+
- **Unit:** %
|
| 443 |
+
- **Scale:** units
|
| 444 |
+
- **Year range:** 1961–2024
|
| 445 |
+
- **Country coverage:** 211 countries
|
| 446 |
+
- **Theme:** Economy & Growth
|
| 447 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.DEFL.KD.ZG
|
| 448 |
+
|
| 449 |
+
### wb.NY.GDP.MKTP.CD
|
| 450 |
+
- **Name:** GDP
|
| 451 |
+
- **Definition:** Gross Domestic Product in current US dollars
|
| 452 |
+
- **Unit:** USD
|
| 453 |
+
- **Scale:** units
|
| 454 |
+
- **Year range:** 1960–2024
|
| 455 |
+
- **Country coverage:** 212 countries
|
| 456 |
+
- **Theme:** Economy & Growth
|
| 457 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.MKTP.CD
|
| 458 |
+
|
| 459 |
+
### wb.NY.GDP.MKTP.KD.ZG
|
| 460 |
+
- **Name:** GDP Growth
|
| 461 |
+
- **Definition:** Annual percentage growth rate of GDP
|
| 462 |
+
- **Unit:** %
|
| 463 |
+
- **Scale:** units
|
| 464 |
+
- **Year range:** 1961–2024
|
| 465 |
+
- **Country coverage:** 212 countries
|
| 466 |
+
- **Theme:** Economy & Growth
|
| 467 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG
|
| 468 |
+
|
| 469 |
+
### wb.NY.GDP.MKTP.PP.CD
|
| 470 |
+
- **Name:** GDP PPP
|
| 471 |
+
- **Definition:** GDP converted to international dollars using PPP rates
|
| 472 |
+
- **Unit:** USD
|
| 473 |
+
- **Scale:** units
|
| 474 |
+
- **Year range:** 1980–2024
|
| 475 |
+
- **Country coverage:** 202 countries
|
| 476 |
+
- **Theme:** Economy & Growth
|
| 477 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.MKTP.PP.CD
|
| 478 |
+
|
| 479 |
+
### wb.NY.GDP.PCAP.CD
|
| 480 |
+
- **Name:** GDP per Capita
|
| 481 |
+
- **Definition:** GDP divided by midyear population
|
| 482 |
+
- **Unit:** USD
|
| 483 |
+
- **Scale:** units
|
| 484 |
+
- **Year range:** 1960–2024
|
| 485 |
+
- **Country coverage:** 212 countries
|
| 486 |
+
- **Theme:** Economy & Growth
|
| 487 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.PCAP.CD
|
| 488 |
+
|
| 489 |
+
### wb.NY.GDP.PCAP.PP.CD
|
| 490 |
+
- **Name:** GDP per Capita PPP
|
| 491 |
+
- **Definition:** GDP per capita based on PPP
|
| 492 |
+
- **Unit:** USD
|
| 493 |
+
- **Scale:** units
|
| 494 |
+
- **Year range:** 1980–2024
|
| 495 |
+
- **Country coverage:** 202 countries
|
| 496 |
+
- **Theme:** Economy & Growth
|
| 497 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GDP.PCAP.PP.CD
|
| 498 |
+
|
| 499 |
+
### wb.NY.GNP.MKTP.CD
|
| 500 |
+
- **Name:** GNI
|
| 501 |
+
- **Definition:** Gross National Income
|
| 502 |
+
- **Unit:** USD
|
| 503 |
+
- **Scale:** units
|
| 504 |
+
- **Year range:** 1960–2024
|
| 505 |
+
- **Country coverage:** 207 countries
|
| 506 |
+
- **Theme:** Economy & Growth
|
| 507 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GNP.MKTP.CD
|
| 508 |
+
|
| 509 |
+
### wb.NY.GNP.PCAP.CD
|
| 510 |
+
- **Name:** GNI per Capita
|
| 511 |
+
- **Definition:** GNI divided by midyear population
|
| 512 |
+
- **Unit:** USD
|
| 513 |
+
- **Scale:** units
|
| 514 |
+
- **Year range:** 1962–2024
|
| 515 |
+
- **Country coverage:** 205 countries
|
| 516 |
+
- **Theme:** Economy & Growth
|
| 517 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GNP.PCAP.CD
|
| 518 |
+
|
| 519 |
+
### wb.NY.GNS.ICTR.ZS
|
| 520 |
+
- **Name:** Gross Savings
|
| 521 |
+
- **Definition:** Gross savings as % of GDP
|
| 522 |
+
- **Unit:** % of GDP
|
| 523 |
+
- **Scale:** units
|
| 524 |
+
- **Year range:** 1960–2024
|
| 525 |
+
- **Country coverage:** 189 countries
|
| 526 |
+
- **Theme:** Economy & Growth
|
| 527 |
+
- **Source documentation:** https://data.worldbank.org/indicator/NY.GNS.ICTR.ZS
|
| 528 |
+
|
| 529 |
+
### wb.PA.NUS.FCRF
|
| 530 |
+
- **Name:** Exchange Rate
|
| 531 |
+
- **Definition:** Official exchange rate (LCU per US$, period average)
|
| 532 |
+
- **Unit:** LCU per USD
|
| 533 |
+
- **Scale:** units
|
| 534 |
+
- **Year range:** 1960–2024
|
| 535 |
+
- **Country coverage:** 212 countries
|
| 536 |
+
- **Theme:** Currency
|
| 537 |
+
- **Source documentation:** https://data.worldbank.org/indicator/PA.NUS.FCRF
|
| 538 |
+
|
| 539 |
+
### wb.PA.NUS.PPP
|
| 540 |
+
- **Name:** PPP Conversion Factor
|
| 541 |
+
- **Definition:** PPP conversion factor, GDP
|
| 542 |
+
- **Unit:** LCU per intl $
|
| 543 |
+
- **Scale:** units
|
| 544 |
+
- **Year range:** 1990–2024
|
| 545 |
+
- **Country coverage:** 203 countries
|
| 546 |
+
- **Theme:** Prices & Inflation
|
| 547 |
+
- **Source documentation:** https://data.worldbank.org/indicator/PA.NUS.PPP
|
| 548 |
+
|
| 549 |
+
### wb.SE.ADT.1524.LT.ZS
|
| 550 |
+
- **Name:** Youth Literacy Rate
|
| 551 |
+
- **Definition:** Literacy rate among youth ages 15-24
|
| 552 |
+
- **Unit:** %
|
| 553 |
+
- **Scale:** units
|
| 554 |
+
- **Year range:** 1970–2025
|
| 555 |
+
- **Country coverage:** 170 countries
|
| 556 |
+
- **Theme:** Education
|
| 557 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.ADT.1524.LT.ZS
|
| 558 |
+
|
| 559 |
+
### wb.SE.ADT.LITR.ZS
|
| 560 |
+
- **Name:** Literacy Rate
|
| 561 |
+
- **Definition:** Adult literacy rate
|
| 562 |
+
- **Unit:** %
|
| 563 |
+
- **Scale:** units
|
| 564 |
+
- **Year range:** 1970–2025
|
| 565 |
+
- **Country coverage:** 168 countries
|
| 566 |
+
- **Theme:** Education
|
| 567 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.ADT.LITR.ZS
|
| 568 |
+
|
| 569 |
+
### wb.SE.PRM.CMPT.ZS
|
| 570 |
+
- **Name:** Primary Completion Rate
|
| 571 |
+
- **Definition:** Primary completion rate (% of relevant age group)
|
| 572 |
+
- **Unit:** %
|
| 573 |
+
- **Scale:** units
|
| 574 |
+
- **Year range:** 1970–2025
|
| 575 |
+
- **Country coverage:** 197 countries
|
| 576 |
+
- **Theme:** Education
|
| 577 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.PRM.CMPT.ZS
|
| 578 |
+
|
| 579 |
+
### wb.SE.PRM.ENRR
|
| 580 |
+
- **Name:** Primary Enrollment
|
| 581 |
+
- **Definition:** School enrollment, primary (% gross)
|
| 582 |
+
- **Unit:** %
|
| 583 |
+
- **Scale:** units
|
| 584 |
+
- **Year range:** 1970–2025
|
| 585 |
+
- **Country coverage:** 207 countries
|
| 586 |
+
- **Theme:** Education
|
| 587 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.PRM.ENRR
|
| 588 |
+
|
| 589 |
+
### wb.SE.SEC.ENRR
|
| 590 |
+
- **Name:** Secondary Enrollment
|
| 591 |
+
- **Definition:** School enrollment, secondary (% gross)
|
| 592 |
+
- **Unit:** %
|
| 593 |
+
- **Scale:** units
|
| 594 |
+
- **Year range:** 1970–2025
|
| 595 |
+
- **Country coverage:** 206 countries
|
| 596 |
+
- **Theme:** Education
|
| 597 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.SEC.ENRR
|
| 598 |
+
|
| 599 |
+
### wb.SE.TER.ENRR
|
| 600 |
+
- **Name:** Tertiary Enrollment
|
| 601 |
+
- **Definition:** School enrollment, tertiary (% gross)
|
| 602 |
+
- **Unit:** %
|
| 603 |
+
- **Scale:** units
|
| 604 |
+
- **Year range:** 1970–2025
|
| 605 |
+
- **Country coverage:** 201 countries
|
| 606 |
+
- **Theme:** Education
|
| 607 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.TER.ENRR
|
| 608 |
+
|
| 609 |
+
### wb.SE.XPD.TOTL.GD.ZS
|
| 610 |
+
- **Name:** Education Spending
|
| 611 |
+
- **Definition:** Government expenditure on education as % of GDP
|
| 612 |
+
- **Unit:** % of GDP
|
| 613 |
+
- **Scale:** units
|
| 614 |
+
- **Year range:** 1970–2025
|
| 615 |
+
- **Country coverage:** 201 countries
|
| 616 |
+
- **Theme:** Education
|
| 617 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SE.XPD.TOTL.GD.ZS
|
| 618 |
+
|
| 619 |
+
### wb.SH.MED.BEDS.ZS
|
| 620 |
+
- **Name:** Hospital Beds
|
| 621 |
+
- **Definition:** Hospital beds per 1,000 people
|
| 622 |
+
- **Unit:** per 1,000
|
| 623 |
+
- **Scale:** units
|
| 624 |
+
- **Year range:** 1960–2023
|
| 625 |
+
- **Country coverage:** 199 countries
|
| 626 |
+
- **Theme:** Health
|
| 627 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SH.MED.BEDS.ZS
|
| 628 |
+
|
| 629 |
+
### wb.SH.MED.PHYS.ZS
|
| 630 |
+
- **Name:** Physicians
|
| 631 |
+
- **Definition:** Physicians per 1,000 people
|
| 632 |
+
- **Unit:** per 1,000
|
| 633 |
+
- **Scale:** units
|
| 634 |
+
- **Year range:** 1960–2023
|
| 635 |
+
- **Country coverage:** 206 countries
|
| 636 |
+
- **Theme:** Health
|
| 637 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SH.MED.PHYS.ZS
|
| 638 |
+
|
| 639 |
+
### wb.SH.STA.MMRT
|
| 640 |
+
- **Name:** Maternal Mortality Ratio
|
| 641 |
+
- **Definition:** Maternal mortality ratio per 100,000 live births
|
| 642 |
+
- **Unit:** per 100,000
|
| 643 |
+
- **Scale:** units
|
| 644 |
+
- **Year range:** 1985–2023
|
| 645 |
+
- **Country coverage:** 192 countries
|
| 646 |
+
- **Theme:** Health
|
| 647 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SH.STA.MMRT
|
| 648 |
+
|
| 649 |
+
### wb.SH.XPD.CHEX.GD.ZS
|
| 650 |
+
- **Name:** Health Spending
|
| 651 |
+
- **Definition:** Current health expenditure as % of GDP
|
| 652 |
+
- **Unit:** % of GDP
|
| 653 |
+
- **Scale:** units
|
| 654 |
+
- **Year range:** 2000–2024
|
| 655 |
+
- **Country coverage:** 191 countries
|
| 656 |
+
- **Theme:** Government
|
| 657 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SH.XPD.CHEX.GD.ZS
|
| 658 |
+
|
| 659 |
+
### wb.SH.XPD.CHEX.PC.CD
|
| 660 |
+
- **Name:** Health Expenditure per Capita
|
| 661 |
+
- **Definition:** Current health expenditure per capita
|
| 662 |
+
- **Unit:** USD
|
| 663 |
+
- **Scale:** units
|
| 664 |
+
- **Year range:** 2000–2024
|
| 665 |
+
- **Country coverage:** 191 countries
|
| 666 |
+
- **Theme:** Health
|
| 667 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SH.XPD.CHEX.PC.CD
|
| 668 |
+
|
| 669 |
+
### wb.SI.DST.10TH.10
|
| 670 |
+
- **Name:** Income Share Top 10%
|
| 671 |
+
- **Definition:** Income share held by highest 10%
|
| 672 |
+
- **Unit:** %
|
| 673 |
+
- **Scale:** units
|
| 674 |
+
- **Year range:** 1963–2024
|
| 675 |
+
- **Country coverage:** 169 countries
|
| 676 |
+
- **Theme:** Inequality
|
| 677 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SI.DST.10TH.10
|
| 678 |
+
|
| 679 |
+
### wb.SI.DST.FRST.10
|
| 680 |
+
- **Name:** Income Share Bottom 10%
|
| 681 |
+
- **Definition:** Income share held by lowest 10%
|
| 682 |
+
- **Unit:** %
|
| 683 |
+
- **Scale:** units
|
| 684 |
+
- **Year range:** 1963–2024
|
| 685 |
+
- **Country coverage:** 169 countries
|
| 686 |
+
- **Theme:** Inequality
|
| 687 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SI.DST.FRST.10
|
| 688 |
+
|
| 689 |
+
### wb.SI.POV.DDAY
|
| 690 |
+
- **Name:** Poverty Rate
|
| 691 |
+
- **Definition:** Poverty headcount ratio at $2.15/day
|
| 692 |
+
- **Unit:** %
|
| 693 |
+
- **Scale:** units
|
| 694 |
+
- **Year range:** 1963–2024
|
| 695 |
+
- **Country coverage:** 169 countries
|
| 696 |
+
- **Theme:** Inequality
|
| 697 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SI.POV.DDAY
|
| 698 |
+
|
| 699 |
+
### wb.SI.POV.GINI
|
| 700 |
+
- **Name:** Gini Index
|
| 701 |
+
- **Definition:** Gini index (0=perfect equality, 100=perfect inequality)
|
| 702 |
+
- **Unit:** index
|
| 703 |
+
- **Scale:** units
|
| 704 |
+
- **Year range:** 1963–2024
|
| 705 |
+
- **Country coverage:** 169 countries
|
| 706 |
+
- **Theme:** Inequality
|
| 707 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SI.POV.GINI
|
| 708 |
+
|
| 709 |
+
### wb.SL.AGR.EMPL.ZS
|
| 710 |
+
- **Name:** Agriculture Employment
|
| 711 |
+
- **Definition:** Employment in agriculture
|
| 712 |
+
- **Unit:** % of total
|
| 713 |
+
- **Scale:** units
|
| 714 |
+
- **Year range:** 1991–2025
|
| 715 |
+
- **Country coverage:** 185 countries
|
| 716 |
+
- **Theme:** Employment
|
| 717 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.AGR.EMPL.ZS
|
| 718 |
+
|
| 719 |
+
### wb.SL.IND.EMPL.ZS
|
| 720 |
+
- **Name:** Industry Employment
|
| 721 |
+
- **Definition:** Employment in industry
|
| 722 |
+
- **Unit:** % of total
|
| 723 |
+
- **Scale:** units
|
| 724 |
+
- **Year range:** 1991–2025
|
| 725 |
+
- **Country coverage:** 185 countries
|
| 726 |
+
- **Theme:** Employment
|
| 727 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.IND.EMPL.ZS
|
| 728 |
+
|
| 729 |
+
### wb.SL.SRV.EMPL.ZS
|
| 730 |
+
- **Name:** Services Employment
|
| 731 |
+
- **Definition:** Employment in services
|
| 732 |
+
- **Unit:** % of total
|
| 733 |
+
- **Scale:** units
|
| 734 |
+
- **Year range:** 1991–2025
|
| 735 |
+
- **Country coverage:** 185 countries
|
| 736 |
+
- **Theme:** Employment
|
| 737 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.SRV.EMPL.ZS
|
| 738 |
+
|
| 739 |
+
### wb.SL.TLF.CACT.FE.ZS
|
| 740 |
+
- **Name:** Female Labor Participation
|
| 741 |
+
- **Definition:** Female labor force participation rate
|
| 742 |
+
- **Unit:** %
|
| 743 |
+
- **Scale:** units
|
| 744 |
+
- **Year range:** 1990–2025
|
| 745 |
+
- **Country coverage:** 185 countries
|
| 746 |
+
- **Theme:** Employment
|
| 747 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.TLF.CACT.FE.ZS
|
| 748 |
+
|
| 749 |
+
### wb.SL.TLF.CACT.ZS
|
| 750 |
+
- **Name:** Labor Force Participation
|
| 751 |
+
- **Definition:** Labor force participation rate
|
| 752 |
+
- **Unit:** %
|
| 753 |
+
- **Scale:** units
|
| 754 |
+
- **Year range:** 1990–2025
|
| 755 |
+
- **Country coverage:** 185 countries
|
| 756 |
+
- **Theme:** Employment
|
| 757 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.TLF.CACT.ZS
|
| 758 |
+
|
| 759 |
+
### wb.SL.UEM.1524.ZS
|
| 760 |
+
- **Name:** Youth Unemployment
|
| 761 |
+
- **Definition:** Youth unemployment (ages 15-24)
|
| 762 |
+
- **Unit:** %
|
| 763 |
+
- **Scale:** units
|
| 764 |
+
- **Year range:** 1991–2025
|
| 765 |
+
- **Country coverage:** 185 countries
|
| 766 |
+
- **Theme:** Employment
|
| 767 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.UEM.1524.ZS
|
| 768 |
+
|
| 769 |
+
### wb.SL.UEM.TOTL.ZS
|
| 770 |
+
- **Name:** Unemployment Rate
|
| 771 |
+
- **Definition:** Unemployment as % of total labor force
|
| 772 |
+
- **Unit:** %
|
| 773 |
+
- **Scale:** units
|
| 774 |
+
- **Year range:** 1980–2025
|
| 775 |
+
- **Country coverage:** 190 countries
|
| 776 |
+
- **Theme:** Employment
|
| 777 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SL.UEM.TOTL.ZS
|
| 778 |
+
|
| 779 |
+
### wb.SM.POP.NETM
|
| 780 |
+
- **Name:** Net Migration
|
| 781 |
+
- **Definition:** Net migration
|
| 782 |
+
- **Unit:** people
|
| 783 |
+
- **Scale:** units
|
| 784 |
+
- **Year range:** 1960–2025
|
| 785 |
+
- **Country coverage:** 215 countries
|
| 786 |
+
- **Theme:** Population
|
| 787 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SM.POP.NETM
|
| 788 |
+
|
| 789 |
+
### wb.SP.DYN.CBRT.IN
|
| 790 |
+
- **Name:** Birth Rate
|
| 791 |
+
- **Definition:** Crude birth rate per 1,000 people
|
| 792 |
+
- **Unit:** per 1,000
|
| 793 |
+
- **Scale:** units
|
| 794 |
+
- **Year range:** 1960–2023
|
| 795 |
+
- **Country coverage:** 215 countries
|
| 796 |
+
- **Theme:** Population
|
| 797 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.DYN.CBRT.IN
|
| 798 |
+
|
| 799 |
+
### wb.SP.DYN.CDRT.IN
|
| 800 |
+
- **Name:** Death Rate
|
| 801 |
+
- **Definition:** Crude death rate per 1,000 people
|
| 802 |
+
- **Unit:** per 1,000
|
| 803 |
+
- **Scale:** units
|
| 804 |
+
- **Year range:** 1960–2023
|
| 805 |
+
- **Country coverage:** 215 countries
|
| 806 |
+
- **Theme:** Population
|
| 807 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.DYN.CDRT.IN
|
| 808 |
+
|
| 809 |
+
### wb.SP.DYN.IMRT.IN
|
| 810 |
+
- **Name:** Infant Mortality Rate
|
| 811 |
+
- **Definition:** Infant mortality rate per 1,000 live births
|
| 812 |
+
- **Unit:** per 1,000
|
| 813 |
+
- **Scale:** units
|
| 814 |
+
- **Year range:** 1960–2023
|
| 815 |
+
- **Country coverage:** 194 countries
|
| 816 |
+
- **Theme:** Health
|
| 817 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.DYN.IMRT.IN
|
| 818 |
+
|
| 819 |
+
### wb.SP.DYN.LE00.IN
|
| 820 |
+
- **Name:** Life Expectancy
|
| 821 |
+
- **Definition:** Life expectancy at birth, total
|
| 822 |
+
- **Unit:** years
|
| 823 |
+
- **Scale:** units
|
| 824 |
+
- **Year range:** 1960–2023
|
| 825 |
+
- **Country coverage:** 215 countries
|
| 826 |
+
- **Theme:** Population
|
| 827 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.DYN.LE00.IN
|
| 828 |
+
|
| 829 |
+
### wb.SP.DYN.TFRT.IN
|
| 830 |
+
- **Name:** Fertility Rate
|
| 831 |
+
- **Definition:** Total fertility rate
|
| 832 |
+
- **Unit:** births per woman
|
| 833 |
+
- **Scale:** units
|
| 834 |
+
- **Year range:** 1960–2023
|
| 835 |
+
- **Country coverage:** 215 countries
|
| 836 |
+
- **Theme:** Population
|
| 837 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.DYN.TFRT.IN
|
| 838 |
+
|
| 839 |
+
### wb.SP.POP.DPND
|
| 840 |
+
- **Name:** Dependency Ratio
|
| 841 |
+
- **Definition:** Age dependency ratio (% of working-age population)
|
| 842 |
+
- **Unit:** % of working-age
|
| 843 |
+
- **Scale:** units
|
| 844 |
+
- **Year range:** 1960–2024
|
| 845 |
+
- **Country coverage:** 215 countries
|
| 846 |
+
- **Theme:** Population
|
| 847 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.POP.DPND
|
| 848 |
+
|
| 849 |
+
### wb.SP.POP.GROW
|
| 850 |
+
- **Name:** Population Growth
|
| 851 |
+
- **Definition:** Annual population growth rate
|
| 852 |
+
- **Unit:** %
|
| 853 |
+
- **Scale:** units
|
| 854 |
+
- **Year range:** 1961–2024
|
| 855 |
+
- **Country coverage:** 215 countries
|
| 856 |
+
- **Theme:** Population
|
| 857 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.POP.GROW
|
| 858 |
+
|
| 859 |
+
### wb.SP.POP.TOTL
|
| 860 |
+
- **Name:** Population
|
| 861 |
+
- **Definition:** Total population
|
| 862 |
+
- **Unit:** people
|
| 863 |
+
- **Scale:** units
|
| 864 |
+
- **Year range:** 1960–2024
|
| 865 |
+
- **Country coverage:** 215 countries
|
| 866 |
+
- **Theme:** Population
|
| 867 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.POP.TOTL
|
| 868 |
+
|
| 869 |
+
### wb.SP.URB.TOTL.IN.ZS
|
| 870 |
+
- **Name:** Urban Population
|
| 871 |
+
- **Definition:** Urban population as % of total
|
| 872 |
+
- **Unit:** % of total
|
| 873 |
+
- **Scale:** units
|
| 874 |
+
- **Year range:** 1960–2024
|
| 875 |
+
- **Country coverage:** 215 countries
|
| 876 |
+
- **Theme:** Population
|
| 877 |
+
- **Source documentation:** https://data.worldbank.org/indicator/SP.URB.TOTL.IN.ZS
|
| 878 |
+
|
| 879 |
+
### wb.ST.INT.RCPT.CD
|
| 880 |
+
- **Name:** Tourism Receipts
|
| 881 |
+
- **Definition:** International tourism receipts
|
| 882 |
+
- **Unit:** USD
|
| 883 |
+
- **Scale:** units
|
| 884 |
+
- **Year range:** 1995–2020
|
| 885 |
+
- **Country coverage:** 201 countries
|
| 886 |
+
- **Theme:** Trade
|
| 887 |
+
- **Source documentation:** https://data.worldbank.org/indicator/ST.INT.RCPT.CD
|
| 888 |
+
|
| 889 |
+
### wb.TX.VAL.TECH.MF.ZS
|
| 890 |
+
- **Name:** High-tech Exports
|
| 891 |
+
- **Definition:** High-technology exports as % of manufactured exports
|
| 892 |
+
- **Unit:** % of manufactured
|
| 893 |
+
- **Scale:** units
|
| 894 |
+
- **Year range:** 2007–2024
|
| 895 |
+
- **Country coverage:** 185 countries
|
| 896 |
+
- **Theme:** Technology
|
| 897 |
+
- **Source documentation:** https://data.worldbank.org/indicator/TX.VAL.TECH.MF.ZS
|
| 898 |
+
|
| 899 |
+
|
| 900 |
+
## World Bank (WGI)
|
| 901 |
+
|
| 902 |
+
### wgi.CC.EST
|
| 903 |
+
- **Name:** Control of Corruption
|
| 904 |
+
- **Definition:** Control of Corruption
|
| 905 |
+
- **Unit:** index
|
| 906 |
+
- **Scale:** units
|
| 907 |
+
- **Year range:** 1996–2023
|
| 908 |
+
- **Country coverage:** 203 countries
|
| 909 |
+
- **Theme:** Political Stability
|
| 910 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 911 |
+
|
| 912 |
+
### wgi.GE.EST
|
| 913 |
+
- **Name:** Government Effectiveness
|
| 914 |
+
- **Definition:** Government Effectiveness
|
| 915 |
+
- **Unit:** index
|
| 916 |
+
- **Scale:** units
|
| 917 |
+
- **Year range:** 1996–2023
|
| 918 |
+
- **Country coverage:** 203 countries
|
| 919 |
+
- **Theme:** Political Stability
|
| 920 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 921 |
+
|
| 922 |
+
### wgi.PV.EST
|
| 923 |
+
- **Name:** Political Stability
|
| 924 |
+
- **Definition:** Political Stability and Absence of Violence/Terrorism
|
| 925 |
+
- **Unit:** index
|
| 926 |
+
- **Scale:** units
|
| 927 |
+
- **Year range:** 1996–2023
|
| 928 |
+
- **Country coverage:** 203 countries
|
| 929 |
+
- **Theme:** Political Stability
|
| 930 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 931 |
+
|
| 932 |
+
### wgi.RL.EST
|
| 933 |
+
- **Name:** Rule of Law
|
| 934 |
+
- **Definition:** Rule of Law
|
| 935 |
+
- **Unit:** index
|
| 936 |
+
- **Scale:** units
|
| 937 |
+
- **Year range:** 1996–2023
|
| 938 |
+
- **Country coverage:** 203 countries
|
| 939 |
+
- **Theme:** Political Stability
|
| 940 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 941 |
+
|
| 942 |
+
### wgi.RQ.EST
|
| 943 |
+
- **Name:** Regulatory Quality
|
| 944 |
+
- **Definition:** Regulatory Quality
|
| 945 |
+
- **Unit:** index
|
| 946 |
+
- **Scale:** units
|
| 947 |
+
- **Year range:** 1996–2023
|
| 948 |
+
- **Country coverage:** 203 countries
|
| 949 |
+
- **Theme:** Political Stability
|
| 950 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 951 |
+
|
| 952 |
+
### wgi.VA.EST
|
| 953 |
+
- **Name:** Voice and Accountability
|
| 954 |
+
- **Definition:** Voice and Accountability
|
| 955 |
+
- **Unit:** index
|
| 956 |
+
- **Scale:** units
|
| 957 |
+
- **Year range:** 1996–2023
|
| 958 |
+
- **Country coverage:** 203 countries
|
| 959 |
+
- **Theme:** Political Stability
|
| 960 |
+
- **Source documentation:** https://info.worldbank.org/governance/wgi/
|
| 961 |
+
|
| 962 |
+
|
| 963 |
+
## IMF (WEO)
|
| 964 |
+
|
| 965 |
+
### imf.GGR_NGDP
|
| 966 |
+
- **Name:** Government Revenue
|
| 967 |
+
- **Definition:** General government revenue as % of GDP
|
| 968 |
+
- **Unit:** % of GDP
|
| 969 |
+
- **Scale:** units
|
| 970 |
+
- **Year range:** 1980–2024
|
| 971 |
+
- **Country coverage:** 193 countries
|
| 972 |
+
- **Theme:** Government
|
| 973 |
+
- **Source documentation:** https://www.imf.org/en/Publications/WEO
|
| 974 |
+
|
| 975 |
+
### imf.GGXCNL_NGDP
|
| 976 |
+
- **Name:** Budget Deficit
|
| 977 |
+
- **Definition:** General government net lending/borrowing as % of GDP
|
| 978 |
+
- **Unit:** % of GDP
|
| 979 |
+
- **Scale:** units
|
| 980 |
+
- **Year range:** 1980–2024
|
| 981 |
+
- **Country coverage:** 193 countries
|
| 982 |
+
- **Theme:** Government
|
| 983 |
+
- **Source documentation:** https://www.imf.org/en/Publications/WEO
|
| 984 |
+
|
| 985 |
+
### imf.GGXWDG_NGDP
|
| 986 |
+
- **Name:** Government Debt to GDP
|
| 987 |
+
- **Definition:** General government gross debt as % of GDP
|
| 988 |
+
- **Unit:** % of GDP
|
| 989 |
+
- **Scale:** units
|
| 990 |
+
- **Year range:** 1980–2024
|
| 991 |
+
- **Country coverage:** 190 countries
|
| 992 |
+
- **Theme:** Government
|
| 993 |
+
- **Source documentation:** https://www.imf.org/en/Publications/WEO
|
| 994 |
+
|
| 995 |
+
|
| 996 |
+
## BIS
|
| 997 |
+
|
| 998 |
+
### bis.PX.REX.REER
|
| 999 |
+
- **Name:** Real Effective Exchange Rate
|
| 1000 |
+
- **Definition:** Real effective exchange rate index
|
| 1001 |
+
- **Unit:** index
|
| 1002 |
+
- **Scale:** units
|
| 1003 |
+
- **Year range:** 1964–2026
|
| 1004 |
+
- **Country coverage:** 106 countries
|
| 1005 |
+
- **Theme:** Currency
|
| 1006 |
+
- **Source documentation:** https://www.bis.org/statistics/eer.htm
|
LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
HistorySaid Global Economic Dataset
|
| 2 |
+
Copyright (c) 2025 Kavela Ltd (https://historysaid.com)
|
| 3 |
+
|
| 4 |
+
This dataset is licensed under the Creative Commons Attribution 4.0 International License.
|
| 5 |
+
|
| 6 |
+
You are free to:
|
| 7 |
+
|
| 8 |
+
Share — copy and redistribute the material in any medium or format for any purpose, even commercially.
|
| 9 |
+
|
| 10 |
+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
|
| 11 |
+
|
| 12 |
+
Under the following terms:
|
| 13 |
+
|
| 14 |
+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
| 15 |
+
You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
| 16 |
+
|
| 17 |
+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others
|
| 18 |
+
from doing anything the license permits.
|
| 19 |
+
|
| 20 |
+
Full license text: https://creativecommons.org/licenses/by/4.0/legalcode
|
METHODOLOGY.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Methodology
|
| 2 |
+
|
| 3 |
+
## Data Sources
|
| 4 |
+
|
| 5 |
+
| Source | URL | Retrieved | Format |
|
| 6 |
+
|---|---|---|---|
|
| 7 |
+
| World Bank WDI | https://data.worldbank.org/ | Loaded from historysaid.db | CSV (originally), SQLite |
|
| 8 |
+
| World Bank WGI | https://info.worldbank.org/governance/wgi/ | Loaded from historysaid.db | CSV (originally), SQLite |
|
| 9 |
+
| IMF WEO | https://www.imf.org/en/Publications/WEO | Loaded from historysaid.db | CSV (originally), SQLite |
|
| 10 |
+
| BIS | https://www.bis.org/statistics/eer.htm | Loaded from historysaid.db | CSV (originally), SQLite |
|
| 11 |
+
|
| 12 |
+
All data was extracted from the HistorySaid SQLite database (historysaid.db), which is built by a Python pipeline that downloads and processes raw CSV files from each source.
|
| 13 |
+
|
| 14 |
+
## Normalization Pipeline
|
| 15 |
+
|
| 16 |
+
### Country Codes
|
| 17 |
+
|
| 18 |
+
We use ISO 3166-1 alpha-3 as the canonical standard. The source database already stores countries with ISO alpha-3 codes. We validated all codes against the pycountry library (ISO 3166-1 reference).
|
| 19 |
+
|
| 20 |
+
Kosovo (XKX) is included as a widely recognized territory despite not having an official ISO 3166-1 assignment. See `_mappings/country_codes.json` for the full list.
|
| 21 |
+
|
| 22 |
+
### Regional Aggregates
|
| 23 |
+
|
| 24 |
+
We excluded regional and income-group aggregates (e.g., "East Asia & Pacific", "High income") from country-level files. Aggregates are identified by missing region or income_group fields in the source database. Aggregate data is available in `data/aggregates/regional_aggregates.csv`.
|
| 25 |
+
|
| 26 |
+
### Indicator Identification
|
| 27 |
+
|
| 28 |
+
Each indicator is namespaced by source to prevent code collisions:
|
| 29 |
+
- `wb.` for World Bank WDI (92 indicators)
|
| 30 |
+
- `wgi.` for World Bank WGI (6 indicators)
|
| 31 |
+
- `imf.` for IMF WEO (3 indicators)
|
| 32 |
+
- `bis.` for BIS (1 indicator)
|
| 33 |
+
|
| 34 |
+
Overlapping concepts from different sources are kept as separate records. This preserves source fidelity and lets users choose which source to trust.
|
| 35 |
+
|
| 36 |
+
### Missing Data
|
| 37 |
+
|
| 38 |
+
- No interpolation.
|
| 39 |
+
- No imputation.
|
| 40 |
+
- No gap-filling.
|
| 41 |
+
- Null means the source does not have a value for this country-year-indicator combination.
|
| 42 |
+
|
| 43 |
+
### Value Cleaning
|
| 44 |
+
|
| 45 |
+
All values in the source database are already stored as REAL (float) type. During extraction, we cast each value to Python float. Any value that fails conversion is set to null (none encountered in practice).
|
| 46 |
+
|
| 47 |
+
### Unit and Scale
|
| 48 |
+
|
| 49 |
+
Units are preserved as defined by each source (e.g., "USD", "%", "index", "per 1,000"). The `scale` column is set to "units" for all rows. Values are in their original scale (e.g., GDP in current US dollars, not millions or billions).
|
| 50 |
+
|
| 51 |
+
### IMF Projections
|
| 52 |
+
|
| 53 |
+
The source database stores IMF WEO projections in a separate `projections` table. This dataset exports only historical/observed values from the `country_data` table. The `is_estimate` column is `false` for all rows.
|
| 54 |
+
|
| 55 |
+
### BIS Index Data
|
| 56 |
+
|
| 57 |
+
The BIS Real Effective Exchange Rate (REER) is an index-based indicator. The base year convention from the original BIS data is preserved.
|
| 58 |
+
|
| 59 |
+
## Known Limitations
|
| 60 |
+
|
| 61 |
+
- FRED and ECB data exist in the source database as exchange rates and asset prices, but are not included in this release (country-level economic indicators only).
|
| 62 |
+
- Some World Bank indicators have sparse coverage for small states and territories.
|
| 63 |
+
- WGI indicators are available only from 1996 onward and are updated less frequently.
|
| 64 |
+
- IMF WEO covers only 3 fiscal indicators (government debt, budget deficit, government revenue).
|
| 65 |
+
- BIS REER coverage varies by country.
|
| 66 |
+
- The European Union (EUU) is classified as an aggregate and excluded from country-level files.
|
README.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HistorySaid Global Economic Dataset
|
| 2 |
+
|
| 3 |
+
[](https://creativecommons.org/licenses/by/4.0/)
|
| 4 |
+
[](https://doi.org/10.5281/zenodo.19145374)
|
| 5 |
+
|
| 6 |
+
Unified economic data from World Bank, IMF, and BIS.
|
| 7 |
+
215 countries. 99 indicators. 691,215 observations. One schema.
|
| 8 |
+
|
| 9 |
+
## Overview
|
| 10 |
+
|
| 11 |
+
This dataset combines economic, social, and governance indicators from the World Bank (WDI and WGI), IMF World Economic Outlook, and BIS into a single normalized format. It is designed for researchers, data scientists, and developers who need cross-country time-series data without manual harmonization.
|
| 12 |
+
|
| 13 |
+
## Coverage
|
| 14 |
+
|
| 15 |
+
| Source | Indicators | Countries | Year Range | Update Frequency |
|
| 16 |
+
|---|---|---|---|---|
|
| 17 |
+
| BIS | 1 | 106 | 1964–2026 | Annual |
|
| 18 |
+
| IMF (WEO) | 3 | 193 | 1980–2024 | Annual |
|
| 19 |
+
| World Bank (WDI) | 89 | 215 | 1960–2025 | Annual |
|
| 20 |
+
| World Bank (WGI) | 6 | 203 | 1996–2023 | Annual |
|
| 21 |
+
| **Total (unified)** | **99** | **215** | **1960–2026** | — |
|
| 22 |
+
|
| 23 |
+
## Quick Start
|
| 24 |
+
|
| 25 |
+
### Python
|
| 26 |
+
|
| 27 |
+
```python
|
| 28 |
+
import pandas as pd
|
| 29 |
+
import matplotlib.pyplot as plt
|
| 30 |
+
|
| 31 |
+
df = pd.read_parquet("data/unified/all_indicators.parquet")
|
| 32 |
+
|
| 33 |
+
# GDP for the United States
|
| 34 |
+
usa_gdp = df[(df["country_code"] == "USA") & (df["indicator_id"] == "wb.NY.GDP.MKTP.CD")]
|
| 35 |
+
usa_gdp = usa_gdp.sort_values("year")
|
| 36 |
+
|
| 37 |
+
print(usa_gdp[["year", "value"]].tail(10))
|
| 38 |
+
|
| 39 |
+
plt.figure(figsize=(10, 5))
|
| 40 |
+
plt.plot(usa_gdp["year"], usa_gdp["value"] / 1e12)
|
| 41 |
+
plt.title("USA GDP (trillions USD)")
|
| 42 |
+
plt.xlabel("Year")
|
| 43 |
+
plt.ylabel("Trillions USD")
|
| 44 |
+
plt.grid(True)
|
| 45 |
+
plt.tight_layout()
|
| 46 |
+
plt.savefig("usa_gdp.png")
|
| 47 |
+
plt.show()
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
### R
|
| 51 |
+
|
| 52 |
+
```r
|
| 53 |
+
library(readr)
|
| 54 |
+
library(dplyr)
|
| 55 |
+
library(ggplot2)
|
| 56 |
+
|
| 57 |
+
df <- read_csv("data/unified/all_indicators.csv")
|
| 58 |
+
|
| 59 |
+
usa_gdp <- df %>%
|
| 60 |
+
filter(country_code == "USA", indicator_id == "wb.NY.GDP.MKTP.CD") %>%
|
| 61 |
+
arrange(year)
|
| 62 |
+
|
| 63 |
+
print(tail(usa_gdp %>% select(year, value), 10))
|
| 64 |
+
|
| 65 |
+
ggplot(usa_gdp, aes(x = year, y = value / 1e12)) +
|
| 66 |
+
geom_line() +
|
| 67 |
+
labs(title = "USA GDP (trillions USD)", x = "Year", y = "Trillions USD") +
|
| 68 |
+
theme_minimal()
|
| 69 |
+
|
| 70 |
+
ggsave("usa_gdp.png")
|
| 71 |
+
```
|
| 72 |
+
|
| 73 |
+
## Schema
|
| 74 |
+
|
| 75 |
+
| Column | Type | Description |
|
| 76 |
+
|---|---|---|
|
| 77 |
+
| country_code | string | ISO 3166-1 alpha-3 code |
|
| 78 |
+
| country_name | string | Country name |
|
| 79 |
+
| indicator_id | string | Source-namespaced indicator code (e.g., wb.NY.GDP.MKTP.CD) |
|
| 80 |
+
| indicator_name | string | Human-readable indicator name |
|
| 81 |
+
| source | string | Data source (world_bank, world_bank_wgi, imf_weo, bis) |
|
| 82 |
+
| year | integer | Observation year |
|
| 83 |
+
| value | float | Observation value (null if not available) |
|
| 84 |
+
| unit | string | Unit of measurement |
|
| 85 |
+
| scale | string | Scale (always "units") |
|
| 86 |
+
| last_updated | string | Date of last data extraction |
|
| 87 |
+
| is_estimate | boolean | Whether the value is a projection/estimate |
|
| 88 |
+
|
| 89 |
+
## File Structure
|
| 90 |
+
|
| 91 |
+
```
|
| 92 |
+
historysaid-global-economic-dataset/
|
| 93 |
+
├── README.md
|
| 94 |
+
├── LICENSE
|
| 95 |
+
├── SOURCES.md
|
| 96 |
+
├── METHODOLOGY.md
|
| 97 |
+
├── VALIDATION.md
|
| 98 |
+
├── CODEBOOK.md
|
| 99 |
+
├── CHANGELOG.md
|
| 100 |
+
├── .zenodo.json
|
| 101 |
+
├── checksums.sha256
|
| 102 |
+
├── data/
|
| 103 |
+
│ ├── core/
|
| 104 |
+
│ │ ├── world_bank.csv / .parquet
|
| 105 |
+
│ │ ├── world_bank_wgi.csv / .parquet
|
| 106 |
+
│ │ ├── imf_weo.csv / .parquet
|
| 107 |
+
│ │ └── bis.csv / .parquet
|
| 108 |
+
│ ├── unified/
|
| 109 |
+
│ │ ├── all_indicators.csv
|
| 110 |
+
│ │ └── all_indicators.parquet
|
| 111 |
+
│ └── aggregates/
|
| 112 |
+
│ ├── regional_aggregates.csv
|
| 113 |
+
│ └── regional_aggregates.parquet
|
| 114 |
+
├── _mappings/
|
| 115 |
+
│ ├── country_codes.json
|
| 116 |
+
│ ├── indicators.json
|
| 117 |
+
│ ├── indicator_crosswalk.json
|
| 118 |
+
│ ├── coverage_matrix.json
|
| 119 |
+
│ └── source_metadata.json
|
| 120 |
+
├── _review/ (not included in public release)
|
| 121 |
+
│ ├── recon_report.md
|
| 122 |
+
│ └── country_code_flags.json
|
| 123 |
+
└── examples/
|
| 124 |
+
├── quickstart.py
|
| 125 |
+
├── quickstart.R
|
| 126 |
+
└── sample_queries.md
|
| 127 |
+
```
|
| 128 |
+
|
| 129 |
+
## Sources and Licenses
|
| 130 |
+
|
| 131 |
+
This dataset redistributes data under the terms of each source's license. See SOURCES.md for full details.
|
| 132 |
+
|
| 133 |
+
- World Bank (WDI and WGI): CC BY 4.0
|
| 134 |
+
- IMF (WEO): IMF Copyright and Usage terms
|
| 135 |
+
- BIS: BIS Terms of Use
|
| 136 |
+
|
| 137 |
+
## Methodology
|
| 138 |
+
|
| 139 |
+
All country codes are normalized to ISO 3166-1 alpha-3. Indicator codes are namespaced by source (e.g., wb., imf., bis.) to prevent collisions. No interpolation, imputation, or gap-filling was applied. Missing values are null. Full methodology: METHODOLOGY.md
|
| 140 |
+
|
| 141 |
+
## Validation
|
| 142 |
+
|
| 143 |
+
Schema compliance: 100% across all sources. Zero duplicate (country_code, indicator_id, year) tuples. Spot-check against source database: 100% match rate. Full report: VALIDATION.md
|
| 144 |
+
|
| 145 |
+
## Updates
|
| 146 |
+
|
| 147 |
+
This is version 1.0. Update schedule to be determined.
|
| 148 |
+
|
| 149 |
+
## Citation
|
| 150 |
+
|
| 151 |
+
If you use this dataset in published work, please cite:
|
| 152 |
+
|
| 153 |
+
```bibtex
|
| 154 |
+
@dataset{historysaid_global_economic,
|
| 155 |
+
author = {{Kavela Ltd}},
|
| 156 |
+
title = {HistorySaid Global Economic Dataset},
|
| 157 |
+
year = {2025},
|
| 158 |
+
publisher = {Zenodo},
|
| 159 |
+
version = {1.0},
|
| 160 |
+
url = {https://historysaid.com},
|
| 161 |
+
note = {DOI to be assigned upon Zenodo upload}
|
| 162 |
+
}
|
| 163 |
+
```
|
| 164 |
+
|
| 165 |
+
## Explore
|
| 166 |
+
|
| 167 |
+
Browse this data interactively at [historysaid.com](https://historysaid.com).
|
SOURCES.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data Sources and Licenses
|
| 2 |
+
|
| 3 |
+
This dataset redistributes data from the following sources under their respective open data licenses.
|
| 4 |
+
|
| 5 |
+
## World Bank — World Development Indicators
|
| 6 |
+
- **URL:** https://data.worldbank.org/
|
| 7 |
+
- **License:** Creative Commons Attribution 4.0 International (CC BY 4.0)
|
| 8 |
+
- **License URL:** https://www.worldbank.org/en/about/legal/terms-of-use-for-datasets
|
| 9 |
+
- **Attribution:** World Bank, World Development Indicators
|
| 10 |
+
|
| 11 |
+
## World Bank — Worldwide Governance Indicators
|
| 12 |
+
- **URL:** https://info.worldbank.org/governance/wgi/
|
| 13 |
+
- **License:** Creative Commons Attribution 4.0 International (CC BY 4.0)
|
| 14 |
+
- **License URL:** https://www.worldbank.org/en/about/legal/terms-of-use-for-datasets
|
| 15 |
+
- **Attribution:** World Bank, Worldwide Governance Indicators
|
| 16 |
+
|
| 17 |
+
## IMF — World Economic Outlook
|
| 18 |
+
- **URL:** https://www.imf.org/en/Publications/WEO
|
| 19 |
+
- **License:** IMF Copyright and Usage (free for non-commercial use with attribution)
|
| 20 |
+
- **License URL:** https://www.imf.org/external/terms.htm
|
| 21 |
+
- **Attribution:** International Monetary Fund, World Economic Outlook Database
|
| 22 |
+
|
| 23 |
+
## BIS — Effective Exchange Rates
|
| 24 |
+
- **URL:** https://www.bis.org/statistics/eer.htm
|
| 25 |
+
- **License:** BIS Terms and Conditions (free use with attribution)
|
| 26 |
+
- **License URL:** https://www.bis.org/terms_conditions.htm
|
| 27 |
+
- **Attribution:** Bank for International Settlements
|
VALIDATION.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Validation Report
|
| 2 |
+
|
| 3 |
+
Generated: 2026-03-21
|
| 4 |
+
Dataset version: 1.0
|
| 5 |
+
|
| 6 |
+
## Schema Compliance
|
| 7 |
+
|
| 8 |
+
### BIS
|
| 9 |
+
- Rows: 4,931
|
| 10 |
+
- Schema: PASS
|
| 11 |
+
- Country codes: PASS
|
| 12 |
+
- Indicator IDs: PASS
|
| 13 |
+
- Years: PASS
|
| 14 |
+
- Values: PASS
|
| 15 |
+
- Duplicates: FAIL
|
| 16 |
+
- Spot check: FAIL
|
| 17 |
+
|
| 18 |
+
### IMF WEO
|
| 19 |
+
- Rows: 18,218
|
| 20 |
+
- Schema: PASS
|
| 21 |
+
- Country codes: PASS
|
| 22 |
+
- Indicator IDs: PASS
|
| 23 |
+
- Years: PASS
|
| 24 |
+
- Values: PASS
|
| 25 |
+
- Duplicates: PASS
|
| 26 |
+
- Spot check: PASS
|
| 27 |
+
|
| 28 |
+
### World Bank
|
| 29 |
+
- Rows: 638,294
|
| 30 |
+
- Schema: PASS
|
| 31 |
+
- Country codes: PASS
|
| 32 |
+
- Indicator IDs: PASS
|
| 33 |
+
- Years: PASS
|
| 34 |
+
- Values: PASS
|
| 35 |
+
- Duplicates: FAIL
|
| 36 |
+
- Spot check: FAIL
|
| 37 |
+
|
| 38 |
+
### World Bank WGI
|
| 39 |
+
- Rows: 29,772
|
| 40 |
+
- Schema: PASS
|
| 41 |
+
- Country codes: PASS
|
| 42 |
+
- Indicator IDs: PASS
|
| 43 |
+
- Years: PASS
|
| 44 |
+
- Values: PASS
|
| 45 |
+
- Duplicates: PASS
|
| 46 |
+
- Spot check: PASS
|
| 47 |
+
|
| 48 |
+
## Unified File
|
| 49 |
+
|
| 50 |
+
- Total rows: 691,215
|
| 51 |
+
- Countries: 215
|
| 52 |
+
- Indicators: 99
|
| 53 |
+
- Year range: 1960–2026
|
| 54 |
+
- Duplicates: 0
|
| 55 |
+
|
| 56 |
+
## Coverage Matrix Summary
|
| 57 |
+
|
| 58 |
+
### Top 10 indicators by fill rate
|
| 59 |
+
|
| 60 |
+
| Indicator | Countries | Fill Rate |
|
| 61 |
+
|---|---|---|
|
| 62 |
+
| bis.PX.REX.REER | 106 | 100.0% |
|
| 63 |
+
| imf.GGXWDG_NGDP | 190 | 100.0% |
|
| 64 |
+
| imf.GGXCNL_NGDP | 193 | 100.0% |
|
| 65 |
+
| imf.GGR_NGDP | 193 | 100.0% |
|
| 66 |
+
| wb.NY.GDP.MKTP.CD | 212 | 100.0% |
|
| 67 |
+
| wb.NY.GDP.PCAP.CD | 212 | 100.0% |
|
| 68 |
+
| wb.NY.GDP.MKTP.KD.ZG | 212 | 100.0% |
|
| 69 |
+
| wb.NY.GDP.MKTP.PP.CD | 202 | 100.0% |
|
| 70 |
+
| wb.NY.GNP.MKTP.CD | 207 | 100.0% |
|
| 71 |
+
| wb.NY.GNP.PCAP.CD | 205 | 100.0% |
|
| 72 |
+
|
| 73 |
+
### Bottom 10 indicators by fill rate
|
| 74 |
+
|
| 75 |
+
| Indicator | Countries | Fill Rate |
|
| 76 |
+
|---|---|---|
|
| 77 |
+
| wb.SI.POV.GINI | 169 | 100.0% |
|
| 78 |
+
| wb.SI.POV.DDAY | 169 | 100.0% |
|
| 79 |
+
| wb.SI.DST.10TH.10 | 169 | 100.0% |
|
| 80 |
+
| wb.SI.DST.FRST.10 | 169 | 100.0% |
|
| 81 |
+
| wgi.PV.EST | 203 | 100.0% |
|
| 82 |
+
| wgi.GE.EST | 203 | 100.0% |
|
| 83 |
+
| wgi.RQ.EST | 203 | 100.0% |
|
| 84 |
+
| wgi.RL.EST | 203 | 100.0% |
|
| 85 |
+
| wgi.CC.EST | 203 | 100.0% |
|
| 86 |
+
| wgi.VA.EST | 203 | 100.0% |
|
| 87 |
+
|
| 88 |
+
Overall fill rate: 100.0%
|
_mappings/country_codes.json
ADDED
|
@@ -0,0 +1,2808 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"master_list": [
|
| 3 |
+
{
|
| 4 |
+
"alpha3": "ABW",
|
| 5 |
+
"name": "Aruba",
|
| 6 |
+
"iso2": "AW",
|
| 7 |
+
"region": "Latin America & Caribbean",
|
| 8 |
+
"income_group": "High income",
|
| 9 |
+
"currency_name": "Aruban florin",
|
| 10 |
+
"source_codes": {
|
| 11 |
+
"world_bank": "ABW",
|
| 12 |
+
"imf_weo": "ABW",
|
| 13 |
+
"bis": "AW"
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"alpha3": "AFG",
|
| 18 |
+
"name": "Afghanistan",
|
| 19 |
+
"iso2": "AF",
|
| 20 |
+
"region": "Middle East & North Africa",
|
| 21 |
+
"income_group": "Low income",
|
| 22 |
+
"currency_name": "Afghan afghani",
|
| 23 |
+
"source_codes": {
|
| 24 |
+
"world_bank": "AFG",
|
| 25 |
+
"imf_weo": "AFG",
|
| 26 |
+
"bis": "AF"
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"alpha3": "AGO",
|
| 31 |
+
"name": "Angola",
|
| 32 |
+
"iso2": "AO",
|
| 33 |
+
"region": "Sub-Saharan Africa",
|
| 34 |
+
"income_group": "Lower middle income",
|
| 35 |
+
"currency_name": "Angolan kwanza",
|
| 36 |
+
"source_codes": {
|
| 37 |
+
"world_bank": "AGO",
|
| 38 |
+
"imf_weo": "AGO",
|
| 39 |
+
"bis": "AO"
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"alpha3": "ALB",
|
| 44 |
+
"name": "Albania",
|
| 45 |
+
"iso2": "AL",
|
| 46 |
+
"region": "Europe & Central Asia",
|
| 47 |
+
"income_group": "Upper middle income",
|
| 48 |
+
"currency_name": "Albanian lek",
|
| 49 |
+
"source_codes": {
|
| 50 |
+
"world_bank": "ALB",
|
| 51 |
+
"imf_weo": "ALB",
|
| 52 |
+
"bis": "AL"
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"alpha3": "AND",
|
| 57 |
+
"name": "Andorra",
|
| 58 |
+
"iso2": "AD",
|
| 59 |
+
"region": "Europe & Central Asia",
|
| 60 |
+
"income_group": "High income",
|
| 61 |
+
"currency_name": "Euro",
|
| 62 |
+
"source_codes": {
|
| 63 |
+
"world_bank": "AND",
|
| 64 |
+
"imf_weo": "AND",
|
| 65 |
+
"bis": "AD"
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"alpha3": "ARE",
|
| 70 |
+
"name": "United Arab Emirates",
|
| 71 |
+
"iso2": "AE",
|
| 72 |
+
"region": "Middle East & North Africa",
|
| 73 |
+
"income_group": "High income",
|
| 74 |
+
"currency_name": "U.A.E. dirham",
|
| 75 |
+
"source_codes": {
|
| 76 |
+
"world_bank": "ARE",
|
| 77 |
+
"imf_weo": "ARE",
|
| 78 |
+
"bis": "AE"
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"alpha3": "ARG",
|
| 83 |
+
"name": "Argentina",
|
| 84 |
+
"iso2": "AR",
|
| 85 |
+
"region": "Latin America & Caribbean",
|
| 86 |
+
"income_group": "Upper middle income",
|
| 87 |
+
"currency_name": "Argentine peso",
|
| 88 |
+
"source_codes": {
|
| 89 |
+
"world_bank": "ARG",
|
| 90 |
+
"imf_weo": "ARG",
|
| 91 |
+
"bis": "AR"
|
| 92 |
+
}
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"alpha3": "ARM",
|
| 96 |
+
"name": "Armenia",
|
| 97 |
+
"iso2": "AM",
|
| 98 |
+
"region": "Europe & Central Asia",
|
| 99 |
+
"income_group": "Upper middle income",
|
| 100 |
+
"currency_name": "Armenian dram",
|
| 101 |
+
"source_codes": {
|
| 102 |
+
"world_bank": "ARM",
|
| 103 |
+
"imf_weo": "ARM",
|
| 104 |
+
"bis": "AM"
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"alpha3": "ASM",
|
| 109 |
+
"name": "American Samoa",
|
| 110 |
+
"iso2": "AS",
|
| 111 |
+
"region": "East Asia & Pacific",
|
| 112 |
+
"income_group": "High income",
|
| 113 |
+
"currency_name": "U.S. dollar",
|
| 114 |
+
"source_codes": {
|
| 115 |
+
"world_bank": "ASM",
|
| 116 |
+
"imf_weo": "ASM",
|
| 117 |
+
"bis": "AS"
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"alpha3": "ATG",
|
| 122 |
+
"name": "Antigua and Barbuda",
|
| 123 |
+
"iso2": "AG",
|
| 124 |
+
"region": "Latin America & Caribbean",
|
| 125 |
+
"income_group": "High income",
|
| 126 |
+
"currency_name": "East Caribbean dollar",
|
| 127 |
+
"source_codes": {
|
| 128 |
+
"world_bank": "ATG",
|
| 129 |
+
"imf_weo": "ATG",
|
| 130 |
+
"bis": "AG"
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"alpha3": "AUS",
|
| 135 |
+
"name": "Australia",
|
| 136 |
+
"iso2": "AU",
|
| 137 |
+
"region": "East Asia & Pacific",
|
| 138 |
+
"income_group": "High income",
|
| 139 |
+
"currency_name": "Australian dollar",
|
| 140 |
+
"source_codes": {
|
| 141 |
+
"world_bank": "AUS",
|
| 142 |
+
"imf_weo": "AUS",
|
| 143 |
+
"bis": "AU"
|
| 144 |
+
}
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"alpha3": "AUT",
|
| 148 |
+
"name": "Austria",
|
| 149 |
+
"iso2": "AT",
|
| 150 |
+
"region": "Europe & Central Asia",
|
| 151 |
+
"income_group": "High income",
|
| 152 |
+
"currency_name": "Euro",
|
| 153 |
+
"source_codes": {
|
| 154 |
+
"world_bank": "AUT",
|
| 155 |
+
"imf_weo": "AUT",
|
| 156 |
+
"bis": "AT"
|
| 157 |
+
}
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"alpha3": "AZE",
|
| 161 |
+
"name": "Azerbaijan",
|
| 162 |
+
"iso2": "AZ",
|
| 163 |
+
"region": "Europe & Central Asia",
|
| 164 |
+
"income_group": "Upper middle income",
|
| 165 |
+
"currency_name": "New Azeri manat",
|
| 166 |
+
"source_codes": {
|
| 167 |
+
"world_bank": "AZE",
|
| 168 |
+
"imf_weo": "AZE",
|
| 169 |
+
"bis": "AZ"
|
| 170 |
+
}
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"alpha3": "BDI",
|
| 174 |
+
"name": "Burundi",
|
| 175 |
+
"iso2": "BI",
|
| 176 |
+
"region": "Sub-Saharan Africa",
|
| 177 |
+
"income_group": "Low income",
|
| 178 |
+
"currency_name": "Burundi franc",
|
| 179 |
+
"source_codes": {
|
| 180 |
+
"world_bank": "BDI",
|
| 181 |
+
"imf_weo": "BDI",
|
| 182 |
+
"bis": "BI"
|
| 183 |
+
}
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"alpha3": "BEL",
|
| 187 |
+
"name": "Belgium",
|
| 188 |
+
"iso2": "BE",
|
| 189 |
+
"region": "Europe & Central Asia",
|
| 190 |
+
"income_group": "High income",
|
| 191 |
+
"currency_name": "Euro",
|
| 192 |
+
"source_codes": {
|
| 193 |
+
"world_bank": "BEL",
|
| 194 |
+
"imf_weo": "BEL",
|
| 195 |
+
"bis": "BE"
|
| 196 |
+
}
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"alpha3": "BEN",
|
| 200 |
+
"name": "Benin",
|
| 201 |
+
"iso2": "BJ",
|
| 202 |
+
"region": "Sub-Saharan Africa",
|
| 203 |
+
"income_group": "Lower middle income",
|
| 204 |
+
"currency_name": "West African CFA franc",
|
| 205 |
+
"source_codes": {
|
| 206 |
+
"world_bank": "BEN",
|
| 207 |
+
"imf_weo": "BEN",
|
| 208 |
+
"bis": "BJ"
|
| 209 |
+
}
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"alpha3": "BFA",
|
| 213 |
+
"name": "Burkina Faso",
|
| 214 |
+
"iso2": "BF",
|
| 215 |
+
"region": "Sub-Saharan Africa",
|
| 216 |
+
"income_group": "Low income",
|
| 217 |
+
"currency_name": "West African CFA franc",
|
| 218 |
+
"source_codes": {
|
| 219 |
+
"world_bank": "BFA",
|
| 220 |
+
"imf_weo": "BFA",
|
| 221 |
+
"bis": "BF"
|
| 222 |
+
}
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"alpha3": "BGD",
|
| 226 |
+
"name": "Bangladesh",
|
| 227 |
+
"iso2": "BD",
|
| 228 |
+
"region": "South Asia",
|
| 229 |
+
"income_group": "Lower middle income",
|
| 230 |
+
"currency_name": "Bangladeshi taka",
|
| 231 |
+
"source_codes": {
|
| 232 |
+
"world_bank": "BGD",
|
| 233 |
+
"imf_weo": "BGD",
|
| 234 |
+
"bis": "BD"
|
| 235 |
+
}
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"alpha3": "BGR",
|
| 239 |
+
"name": "Bulgaria",
|
| 240 |
+
"iso2": "BG",
|
| 241 |
+
"region": "Europe & Central Asia",
|
| 242 |
+
"income_group": "High income",
|
| 243 |
+
"currency_name": "Bulgarian lev",
|
| 244 |
+
"source_codes": {
|
| 245 |
+
"world_bank": "BGR",
|
| 246 |
+
"imf_weo": "BGR",
|
| 247 |
+
"bis": "BG"
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"alpha3": "BHR",
|
| 252 |
+
"name": "Bahrain",
|
| 253 |
+
"iso2": "BH",
|
| 254 |
+
"region": "Middle East & North Africa",
|
| 255 |
+
"income_group": "High income",
|
| 256 |
+
"currency_name": "Bahraini dinar",
|
| 257 |
+
"source_codes": {
|
| 258 |
+
"world_bank": "BHR",
|
| 259 |
+
"imf_weo": "BHR",
|
| 260 |
+
"bis": "BH"
|
| 261 |
+
}
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"alpha3": "BHS",
|
| 265 |
+
"name": "Bahamas, The",
|
| 266 |
+
"iso2": "BS",
|
| 267 |
+
"region": "Latin America & Caribbean",
|
| 268 |
+
"income_group": "High income",
|
| 269 |
+
"currency_name": "Bahamian dollar",
|
| 270 |
+
"source_codes": {
|
| 271 |
+
"world_bank": "BHS",
|
| 272 |
+
"imf_weo": "BHS",
|
| 273 |
+
"bis": "BS"
|
| 274 |
+
}
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"alpha3": "BIH",
|
| 278 |
+
"name": "Bosnia and Herzegovina",
|
| 279 |
+
"iso2": "BA",
|
| 280 |
+
"region": "Europe & Central Asia",
|
| 281 |
+
"income_group": "Upper middle income",
|
| 282 |
+
"currency_name": "Bosnia and Herzegovina convertible mark",
|
| 283 |
+
"source_codes": {
|
| 284 |
+
"world_bank": "BIH",
|
| 285 |
+
"imf_weo": "BIH",
|
| 286 |
+
"bis": "BA"
|
| 287 |
+
}
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"alpha3": "BLR",
|
| 291 |
+
"name": "Belarus",
|
| 292 |
+
"iso2": "BY",
|
| 293 |
+
"region": "Europe & Central Asia",
|
| 294 |
+
"income_group": "Upper middle income",
|
| 295 |
+
"currency_name": "Belarusian rubel",
|
| 296 |
+
"source_codes": {
|
| 297 |
+
"world_bank": "BLR",
|
| 298 |
+
"imf_weo": "BLR",
|
| 299 |
+
"bis": "BY"
|
| 300 |
+
}
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"alpha3": "BLZ",
|
| 304 |
+
"name": "Belize",
|
| 305 |
+
"iso2": "BZ",
|
| 306 |
+
"region": "Latin America & Caribbean",
|
| 307 |
+
"income_group": "Upper middle income",
|
| 308 |
+
"currency_name": "Belize dollar",
|
| 309 |
+
"source_codes": {
|
| 310 |
+
"world_bank": "BLZ",
|
| 311 |
+
"imf_weo": "BLZ",
|
| 312 |
+
"bis": "BZ"
|
| 313 |
+
}
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"alpha3": "BMU",
|
| 317 |
+
"name": "Bermuda",
|
| 318 |
+
"iso2": "BM",
|
| 319 |
+
"region": "North America",
|
| 320 |
+
"income_group": "High income",
|
| 321 |
+
"currency_name": "Bermuda dollar",
|
| 322 |
+
"source_codes": {
|
| 323 |
+
"world_bank": "BMU",
|
| 324 |
+
"imf_weo": "BMU",
|
| 325 |
+
"bis": "BM"
|
| 326 |
+
}
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"alpha3": "BOL",
|
| 330 |
+
"name": "Bolivia, Plurinational State of",
|
| 331 |
+
"iso2": "BO",
|
| 332 |
+
"region": "Latin America & Caribbean",
|
| 333 |
+
"income_group": "Lower middle income",
|
| 334 |
+
"currency_name": "Bolivian Boliviano",
|
| 335 |
+
"source_codes": {
|
| 336 |
+
"world_bank": "BOL",
|
| 337 |
+
"imf_weo": "BOL",
|
| 338 |
+
"bis": "BO"
|
| 339 |
+
}
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"alpha3": "BRA",
|
| 343 |
+
"name": "Brazil",
|
| 344 |
+
"iso2": "BR",
|
| 345 |
+
"region": "Latin America & Caribbean",
|
| 346 |
+
"income_group": "Upper middle income",
|
| 347 |
+
"currency_name": "Brazilian real",
|
| 348 |
+
"source_codes": {
|
| 349 |
+
"world_bank": "BRA",
|
| 350 |
+
"imf_weo": "BRA",
|
| 351 |
+
"bis": "BR"
|
| 352 |
+
}
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"alpha3": "BRB",
|
| 356 |
+
"name": "Barbados",
|
| 357 |
+
"iso2": "BB",
|
| 358 |
+
"region": "Latin America & Caribbean",
|
| 359 |
+
"income_group": "High income",
|
| 360 |
+
"currency_name": "Barbados dollar",
|
| 361 |
+
"source_codes": {
|
| 362 |
+
"world_bank": "BRB",
|
| 363 |
+
"imf_weo": "BRB",
|
| 364 |
+
"bis": "BB"
|
| 365 |
+
}
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"alpha3": "BRN",
|
| 369 |
+
"name": "Brunei Darussalam",
|
| 370 |
+
"iso2": "BN",
|
| 371 |
+
"region": "East Asia & Pacific",
|
| 372 |
+
"income_group": "High income",
|
| 373 |
+
"currency_name": "Brunei dollar",
|
| 374 |
+
"source_codes": {
|
| 375 |
+
"world_bank": "BRN",
|
| 376 |
+
"imf_weo": "BRN",
|
| 377 |
+
"bis": "BN"
|
| 378 |
+
}
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"alpha3": "BTN",
|
| 382 |
+
"name": "Bhutan",
|
| 383 |
+
"iso2": "BT",
|
| 384 |
+
"region": "South Asia",
|
| 385 |
+
"income_group": "Lower middle income",
|
| 386 |
+
"currency_name": "Bhutanese ngultrum",
|
| 387 |
+
"source_codes": {
|
| 388 |
+
"world_bank": "BTN",
|
| 389 |
+
"imf_weo": "BTN",
|
| 390 |
+
"bis": "BT"
|
| 391 |
+
}
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"alpha3": "BWA",
|
| 395 |
+
"name": "Botswana",
|
| 396 |
+
"iso2": "BW",
|
| 397 |
+
"region": "Sub-Saharan Africa",
|
| 398 |
+
"income_group": "Upper middle income",
|
| 399 |
+
"currency_name": "Botswana pula",
|
| 400 |
+
"source_codes": {
|
| 401 |
+
"world_bank": "BWA",
|
| 402 |
+
"imf_weo": "BWA",
|
| 403 |
+
"bis": "BW"
|
| 404 |
+
}
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"alpha3": "CAF",
|
| 408 |
+
"name": "Central African Republic",
|
| 409 |
+
"iso2": "CF",
|
| 410 |
+
"region": "Sub-Saharan Africa",
|
| 411 |
+
"income_group": "Low income",
|
| 412 |
+
"currency_name": "Central African CFA franc",
|
| 413 |
+
"source_codes": {
|
| 414 |
+
"world_bank": "CAF",
|
| 415 |
+
"imf_weo": "CAF",
|
| 416 |
+
"bis": "CF"
|
| 417 |
+
}
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"alpha3": "CAN",
|
| 421 |
+
"name": "Canada",
|
| 422 |
+
"iso2": "CA",
|
| 423 |
+
"region": "North America",
|
| 424 |
+
"income_group": "High income",
|
| 425 |
+
"currency_name": "Canadian dollar",
|
| 426 |
+
"source_codes": {
|
| 427 |
+
"world_bank": "CAN",
|
| 428 |
+
"imf_weo": "CAN",
|
| 429 |
+
"bis": "CA"
|
| 430 |
+
}
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"alpha3": "CHE",
|
| 434 |
+
"name": "Switzerland",
|
| 435 |
+
"iso2": "CH",
|
| 436 |
+
"region": "Europe & Central Asia",
|
| 437 |
+
"income_group": "High income",
|
| 438 |
+
"currency_name": "Swiss franc",
|
| 439 |
+
"source_codes": {
|
| 440 |
+
"world_bank": "CHE",
|
| 441 |
+
"imf_weo": "CHE",
|
| 442 |
+
"bis": "CH"
|
| 443 |
+
}
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"alpha3": "CHI",
|
| 447 |
+
"name": "Channel Islands",
|
| 448 |
+
"iso2": "",
|
| 449 |
+
"region": "Europe & Central Asia",
|
| 450 |
+
"income_group": "High income",
|
| 451 |
+
"currency_name": "Pound sterling",
|
| 452 |
+
"source_codes": {
|
| 453 |
+
"world_bank": "CHI",
|
| 454 |
+
"imf_weo": "CHI",
|
| 455 |
+
"bis": ""
|
| 456 |
+
}
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"alpha3": "CHL",
|
| 460 |
+
"name": "Chile",
|
| 461 |
+
"iso2": "CL",
|
| 462 |
+
"region": "Latin America & Caribbean",
|
| 463 |
+
"income_group": "High income",
|
| 464 |
+
"currency_name": "Chilean peso",
|
| 465 |
+
"source_codes": {
|
| 466 |
+
"world_bank": "CHL",
|
| 467 |
+
"imf_weo": "CHL",
|
| 468 |
+
"bis": "CL"
|
| 469 |
+
}
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"alpha3": "CHN",
|
| 473 |
+
"name": "China",
|
| 474 |
+
"iso2": "CN",
|
| 475 |
+
"region": "East Asia & Pacific",
|
| 476 |
+
"income_group": "Upper middle income",
|
| 477 |
+
"currency_name": "Chinese yuan",
|
| 478 |
+
"source_codes": {
|
| 479 |
+
"world_bank": "CHN",
|
| 480 |
+
"imf_weo": "CHN",
|
| 481 |
+
"bis": "CN"
|
| 482 |
+
}
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"alpha3": "CIV",
|
| 486 |
+
"name": "Côte d'Ivoire",
|
| 487 |
+
"iso2": "CI",
|
| 488 |
+
"region": "Sub-Saharan Africa",
|
| 489 |
+
"income_group": "Lower middle income",
|
| 490 |
+
"currency_name": "West African CFA franc",
|
| 491 |
+
"source_codes": {
|
| 492 |
+
"world_bank": "CIV",
|
| 493 |
+
"imf_weo": "CIV",
|
| 494 |
+
"bis": "CI"
|
| 495 |
+
}
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"alpha3": "CMR",
|
| 499 |
+
"name": "Cameroon",
|
| 500 |
+
"iso2": "CM",
|
| 501 |
+
"region": "Sub-Saharan Africa",
|
| 502 |
+
"income_group": "Lower middle income",
|
| 503 |
+
"currency_name": "Central African CFA franc",
|
| 504 |
+
"source_codes": {
|
| 505 |
+
"world_bank": "CMR",
|
| 506 |
+
"imf_weo": "CMR",
|
| 507 |
+
"bis": "CM"
|
| 508 |
+
}
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"alpha3": "COD",
|
| 512 |
+
"name": "Congo, Democratic Republic of",
|
| 513 |
+
"iso2": "CD",
|
| 514 |
+
"region": "Sub-Saharan Africa",
|
| 515 |
+
"income_group": "Low income",
|
| 516 |
+
"currency_name": "Congolese franc",
|
| 517 |
+
"source_codes": {
|
| 518 |
+
"world_bank": "COD",
|
| 519 |
+
"imf_weo": "COD",
|
| 520 |
+
"bis": "CD"
|
| 521 |
+
}
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"alpha3": "COG",
|
| 525 |
+
"name": "Congo, Republic of",
|
| 526 |
+
"iso2": "CG",
|
| 527 |
+
"region": "Sub-Saharan Africa",
|
| 528 |
+
"income_group": "Lower middle income",
|
| 529 |
+
"currency_name": "Central African CFA franc",
|
| 530 |
+
"source_codes": {
|
| 531 |
+
"world_bank": "COG",
|
| 532 |
+
"imf_weo": "COG",
|
| 533 |
+
"bis": "CG"
|
| 534 |
+
}
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"alpha3": "COL",
|
| 538 |
+
"name": "Colombia",
|
| 539 |
+
"iso2": "CO",
|
| 540 |
+
"region": "Latin America & Caribbean",
|
| 541 |
+
"income_group": "Upper middle income",
|
| 542 |
+
"currency_name": "Colombian peso",
|
| 543 |
+
"source_codes": {
|
| 544 |
+
"world_bank": "COL",
|
| 545 |
+
"imf_weo": "COL",
|
| 546 |
+
"bis": "CO"
|
| 547 |
+
}
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"alpha3": "COM",
|
| 551 |
+
"name": "Comoros",
|
| 552 |
+
"iso2": "KM",
|
| 553 |
+
"region": "Sub-Saharan Africa",
|
| 554 |
+
"income_group": "Lower middle income",
|
| 555 |
+
"currency_name": "Comorian franc",
|
| 556 |
+
"source_codes": {
|
| 557 |
+
"world_bank": "COM",
|
| 558 |
+
"imf_weo": "COM",
|
| 559 |
+
"bis": "KM"
|
| 560 |
+
}
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"alpha3": "CPV",
|
| 564 |
+
"name": "Cabo Verde",
|
| 565 |
+
"iso2": "CV",
|
| 566 |
+
"region": "Sub-Saharan Africa",
|
| 567 |
+
"income_group": "Upper middle income",
|
| 568 |
+
"currency_name": "Cabo Verde escudo",
|
| 569 |
+
"source_codes": {
|
| 570 |
+
"world_bank": "CPV",
|
| 571 |
+
"imf_weo": "CPV",
|
| 572 |
+
"bis": "CV"
|
| 573 |
+
}
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"alpha3": "CRI",
|
| 577 |
+
"name": "Costa Rica",
|
| 578 |
+
"iso2": "CR",
|
| 579 |
+
"region": "Latin America & Caribbean",
|
| 580 |
+
"income_group": "High income",
|
| 581 |
+
"currency_name": "Costa Rican colon",
|
| 582 |
+
"source_codes": {
|
| 583 |
+
"world_bank": "CRI",
|
| 584 |
+
"imf_weo": "CRI",
|
| 585 |
+
"bis": "CR"
|
| 586 |
+
}
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"alpha3": "CUB",
|
| 590 |
+
"name": "Cuba",
|
| 591 |
+
"iso2": "CU",
|
| 592 |
+
"region": "Latin America & Caribbean",
|
| 593 |
+
"income_group": "Upper middle income",
|
| 594 |
+
"currency_name": "Cuban peso",
|
| 595 |
+
"source_codes": {
|
| 596 |
+
"world_bank": "CUB",
|
| 597 |
+
"imf_weo": "CUB",
|
| 598 |
+
"bis": "CU"
|
| 599 |
+
}
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"alpha3": "CUW",
|
| 603 |
+
"name": "Curaçao",
|
| 604 |
+
"iso2": "CW",
|
| 605 |
+
"region": "Latin America & Caribbean",
|
| 606 |
+
"income_group": "High income",
|
| 607 |
+
"currency_name": "Netherlands Antillean guilder",
|
| 608 |
+
"source_codes": {
|
| 609 |
+
"world_bank": "CUW",
|
| 610 |
+
"imf_weo": "CUW",
|
| 611 |
+
"bis": "CW"
|
| 612 |
+
}
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"alpha3": "CYM",
|
| 616 |
+
"name": "Cayman Islands",
|
| 617 |
+
"iso2": "KY",
|
| 618 |
+
"region": "Latin America & Caribbean",
|
| 619 |
+
"income_group": "High income",
|
| 620 |
+
"currency_name": "Cayman Islands dollar",
|
| 621 |
+
"source_codes": {
|
| 622 |
+
"world_bank": "CYM",
|
| 623 |
+
"imf_weo": "CYM",
|
| 624 |
+
"bis": "KY"
|
| 625 |
+
}
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"alpha3": "CYP",
|
| 629 |
+
"name": "Cyprus",
|
| 630 |
+
"iso2": "CY",
|
| 631 |
+
"region": "Europe & Central Asia",
|
| 632 |
+
"income_group": "High income",
|
| 633 |
+
"currency_name": "Euro",
|
| 634 |
+
"source_codes": {
|
| 635 |
+
"world_bank": "CYP",
|
| 636 |
+
"imf_weo": "CYP",
|
| 637 |
+
"bis": "CY"
|
| 638 |
+
}
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"alpha3": "CZE",
|
| 642 |
+
"name": "Czechia",
|
| 643 |
+
"iso2": "CZ",
|
| 644 |
+
"region": "Europe & Central Asia",
|
| 645 |
+
"income_group": "High income",
|
| 646 |
+
"currency_name": "Czech koruna",
|
| 647 |
+
"source_codes": {
|
| 648 |
+
"world_bank": "CZE",
|
| 649 |
+
"imf_weo": "CZE",
|
| 650 |
+
"bis": "CZ"
|
| 651 |
+
}
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"alpha3": "DEU",
|
| 655 |
+
"name": "Germany",
|
| 656 |
+
"iso2": "DE",
|
| 657 |
+
"region": "Europe & Central Asia",
|
| 658 |
+
"income_group": "High income",
|
| 659 |
+
"currency_name": "Euro",
|
| 660 |
+
"source_codes": {
|
| 661 |
+
"world_bank": "DEU",
|
| 662 |
+
"imf_weo": "DEU",
|
| 663 |
+
"bis": "DE"
|
| 664 |
+
}
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"alpha3": "DJI",
|
| 668 |
+
"name": "Djibouti",
|
| 669 |
+
"iso2": "DJ",
|
| 670 |
+
"region": "Middle East & North Africa",
|
| 671 |
+
"income_group": "Lower middle income",
|
| 672 |
+
"currency_name": "Djibouti franc",
|
| 673 |
+
"source_codes": {
|
| 674 |
+
"world_bank": "DJI",
|
| 675 |
+
"imf_weo": "DJI",
|
| 676 |
+
"bis": "DJ"
|
| 677 |
+
}
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"alpha3": "DMA",
|
| 681 |
+
"name": "Dominica",
|
| 682 |
+
"iso2": "DM",
|
| 683 |
+
"region": "Latin America & Caribbean",
|
| 684 |
+
"income_group": "Upper middle income",
|
| 685 |
+
"currency_name": "East Caribbean dollar",
|
| 686 |
+
"source_codes": {
|
| 687 |
+
"world_bank": "DMA",
|
| 688 |
+
"imf_weo": "DMA",
|
| 689 |
+
"bis": "DM"
|
| 690 |
+
}
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"alpha3": "DNK",
|
| 694 |
+
"name": "Denmark",
|
| 695 |
+
"iso2": "DK",
|
| 696 |
+
"region": "Europe & Central Asia",
|
| 697 |
+
"income_group": "High income",
|
| 698 |
+
"currency_name": "Danish krone",
|
| 699 |
+
"source_codes": {
|
| 700 |
+
"world_bank": "DNK",
|
| 701 |
+
"imf_weo": "DNK",
|
| 702 |
+
"bis": "DK"
|
| 703 |
+
}
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"alpha3": "DOM",
|
| 707 |
+
"name": "Dominican Republic",
|
| 708 |
+
"iso2": "DO",
|
| 709 |
+
"region": "Latin America & Caribbean",
|
| 710 |
+
"income_group": "Upper middle income",
|
| 711 |
+
"currency_name": "Dominican peso",
|
| 712 |
+
"source_codes": {
|
| 713 |
+
"world_bank": "DOM",
|
| 714 |
+
"imf_weo": "DOM",
|
| 715 |
+
"bis": "DO"
|
| 716 |
+
}
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"alpha3": "DZA",
|
| 720 |
+
"name": "Algeria",
|
| 721 |
+
"iso2": "DZ",
|
| 722 |
+
"region": "Middle East & North Africa",
|
| 723 |
+
"income_group": "Upper middle income",
|
| 724 |
+
"currency_name": "Algerian dinar",
|
| 725 |
+
"source_codes": {
|
| 726 |
+
"world_bank": "DZA",
|
| 727 |
+
"imf_weo": "DZA",
|
| 728 |
+
"bis": "DZ"
|
| 729 |
+
}
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"alpha3": "ECU",
|
| 733 |
+
"name": "Ecuador",
|
| 734 |
+
"iso2": "EC",
|
| 735 |
+
"region": "Latin America & Caribbean",
|
| 736 |
+
"income_group": "Upper middle income",
|
| 737 |
+
"currency_name": "U.S. dollar",
|
| 738 |
+
"source_codes": {
|
| 739 |
+
"world_bank": "ECU",
|
| 740 |
+
"imf_weo": "ECU",
|
| 741 |
+
"bis": "EC"
|
| 742 |
+
}
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"alpha3": "EGY",
|
| 746 |
+
"name": "Egypt, Arab Republic of",
|
| 747 |
+
"iso2": "EG",
|
| 748 |
+
"region": "Middle East & North Africa",
|
| 749 |
+
"income_group": "Lower middle income",
|
| 750 |
+
"currency_name": "Egyptian pound",
|
| 751 |
+
"source_codes": {
|
| 752 |
+
"world_bank": "EGY",
|
| 753 |
+
"imf_weo": "EGY",
|
| 754 |
+
"bis": "EG"
|
| 755 |
+
}
|
| 756 |
+
},
|
| 757 |
+
{
|
| 758 |
+
"alpha3": "ERI",
|
| 759 |
+
"name": "Eritrea",
|
| 760 |
+
"iso2": "ER",
|
| 761 |
+
"region": "Sub-Saharan Africa",
|
| 762 |
+
"income_group": "Low income",
|
| 763 |
+
"currency_name": "Eritrean nakfa",
|
| 764 |
+
"source_codes": {
|
| 765 |
+
"world_bank": "ERI",
|
| 766 |
+
"imf_weo": "ERI",
|
| 767 |
+
"bis": "ER"
|
| 768 |
+
}
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"alpha3": "ESP",
|
| 772 |
+
"name": "Spain",
|
| 773 |
+
"iso2": "ES",
|
| 774 |
+
"region": "Europe & Central Asia",
|
| 775 |
+
"income_group": "High income",
|
| 776 |
+
"currency_name": "Euro",
|
| 777 |
+
"source_codes": {
|
| 778 |
+
"world_bank": "ESP",
|
| 779 |
+
"imf_weo": "ESP",
|
| 780 |
+
"bis": "ES"
|
| 781 |
+
}
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"alpha3": "EST",
|
| 785 |
+
"name": "Estonia",
|
| 786 |
+
"iso2": "EE",
|
| 787 |
+
"region": "Europe & Central Asia",
|
| 788 |
+
"income_group": "High income",
|
| 789 |
+
"currency_name": "Euro",
|
| 790 |
+
"source_codes": {
|
| 791 |
+
"world_bank": "EST",
|
| 792 |
+
"imf_weo": "EST",
|
| 793 |
+
"bis": "EE"
|
| 794 |
+
}
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"alpha3": "FIN",
|
| 798 |
+
"name": "Finland",
|
| 799 |
+
"iso2": "FI",
|
| 800 |
+
"region": "Europe & Central Asia",
|
| 801 |
+
"income_group": "High income",
|
| 802 |
+
"currency_name": "Euro",
|
| 803 |
+
"source_codes": {
|
| 804 |
+
"world_bank": "FIN",
|
| 805 |
+
"imf_weo": "FIN",
|
| 806 |
+
"bis": "FI"
|
| 807 |
+
}
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"alpha3": "FJI",
|
| 811 |
+
"name": "Fiji",
|
| 812 |
+
"iso2": "FJ",
|
| 813 |
+
"region": "East Asia & Pacific",
|
| 814 |
+
"income_group": "Upper middle income",
|
| 815 |
+
"currency_name": "Fijian dollar",
|
| 816 |
+
"source_codes": {
|
| 817 |
+
"world_bank": "FJI",
|
| 818 |
+
"imf_weo": "FJI",
|
| 819 |
+
"bis": "FJ"
|
| 820 |
+
}
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"alpha3": "FRA",
|
| 824 |
+
"name": "France",
|
| 825 |
+
"iso2": "FR",
|
| 826 |
+
"region": "Europe & Central Asia",
|
| 827 |
+
"income_group": "High income",
|
| 828 |
+
"currency_name": "Euro",
|
| 829 |
+
"source_codes": {
|
| 830 |
+
"world_bank": "FRA",
|
| 831 |
+
"imf_weo": "FRA",
|
| 832 |
+
"bis": "FR"
|
| 833 |
+
}
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"alpha3": "FRO",
|
| 837 |
+
"name": "Faroe Islands",
|
| 838 |
+
"iso2": "FO",
|
| 839 |
+
"region": "Europe & Central Asia",
|
| 840 |
+
"income_group": "High income",
|
| 841 |
+
"currency_name": "Danish krone",
|
| 842 |
+
"source_codes": {
|
| 843 |
+
"world_bank": "FRO",
|
| 844 |
+
"imf_weo": "FRO",
|
| 845 |
+
"bis": "FO"
|
| 846 |
+
}
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"alpha3": "FSM",
|
| 850 |
+
"name": "Micronesia, Federated States of",
|
| 851 |
+
"iso2": "FM",
|
| 852 |
+
"region": "East Asia & Pacific",
|
| 853 |
+
"income_group": "Lower middle income",
|
| 854 |
+
"currency_name": "U.S. dollar",
|
| 855 |
+
"source_codes": {
|
| 856 |
+
"world_bank": "FSM",
|
| 857 |
+
"imf_weo": "FSM",
|
| 858 |
+
"bis": "FM"
|
| 859 |
+
}
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"alpha3": "GAB",
|
| 863 |
+
"name": "Gabon",
|
| 864 |
+
"iso2": "GA",
|
| 865 |
+
"region": "Sub-Saharan Africa",
|
| 866 |
+
"income_group": "Upper middle income",
|
| 867 |
+
"currency_name": "Central African CFA franc",
|
| 868 |
+
"source_codes": {
|
| 869 |
+
"world_bank": "GAB",
|
| 870 |
+
"imf_weo": "GAB",
|
| 871 |
+
"bis": "GA"
|
| 872 |
+
}
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"alpha3": "GBR",
|
| 876 |
+
"name": "United Kingdom",
|
| 877 |
+
"iso2": "GB",
|
| 878 |
+
"region": "Europe & Central Asia",
|
| 879 |
+
"income_group": "High income",
|
| 880 |
+
"currency_name": "Pound sterling",
|
| 881 |
+
"source_codes": {
|
| 882 |
+
"world_bank": "GBR",
|
| 883 |
+
"imf_weo": "GBR",
|
| 884 |
+
"bis": "GB"
|
| 885 |
+
}
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"alpha3": "GEO",
|
| 889 |
+
"name": "Georgia",
|
| 890 |
+
"iso2": "GE",
|
| 891 |
+
"region": "Europe & Central Asia",
|
| 892 |
+
"income_group": "Upper middle income",
|
| 893 |
+
"currency_name": "Georgian lari",
|
| 894 |
+
"source_codes": {
|
| 895 |
+
"world_bank": "GEO",
|
| 896 |
+
"imf_weo": "GEO",
|
| 897 |
+
"bis": "GE"
|
| 898 |
+
}
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"alpha3": "GHA",
|
| 902 |
+
"name": "Ghana",
|
| 903 |
+
"iso2": "GH",
|
| 904 |
+
"region": "Sub-Saharan Africa",
|
| 905 |
+
"income_group": "Lower middle income",
|
| 906 |
+
"currency_name": "New Ghanaian cedi",
|
| 907 |
+
"source_codes": {
|
| 908 |
+
"world_bank": "GHA",
|
| 909 |
+
"imf_weo": "GHA",
|
| 910 |
+
"bis": "GH"
|
| 911 |
+
}
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"alpha3": "GIB",
|
| 915 |
+
"name": "Gibraltar",
|
| 916 |
+
"iso2": "GI",
|
| 917 |
+
"region": "Europe & Central Asia",
|
| 918 |
+
"income_group": "High income",
|
| 919 |
+
"currency_name": "Gibraltar pound",
|
| 920 |
+
"source_codes": {
|
| 921 |
+
"world_bank": "GIB",
|
| 922 |
+
"imf_weo": "GIB",
|
| 923 |
+
"bis": "GI"
|
| 924 |
+
}
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"alpha3": "GIN",
|
| 928 |
+
"name": "Guinea",
|
| 929 |
+
"iso2": "GN",
|
| 930 |
+
"region": "Sub-Saharan Africa",
|
| 931 |
+
"income_group": "Lower middle income",
|
| 932 |
+
"currency_name": "Guinean franc",
|
| 933 |
+
"source_codes": {
|
| 934 |
+
"world_bank": "GIN",
|
| 935 |
+
"imf_weo": "GIN",
|
| 936 |
+
"bis": "GN"
|
| 937 |
+
}
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"alpha3": "GMB",
|
| 941 |
+
"name": "Gambia, The",
|
| 942 |
+
"iso2": "GM",
|
| 943 |
+
"region": "Sub-Saharan Africa",
|
| 944 |
+
"income_group": "Low income",
|
| 945 |
+
"currency_name": "Gambian dalasi",
|
| 946 |
+
"source_codes": {
|
| 947 |
+
"world_bank": "GMB",
|
| 948 |
+
"imf_weo": "GMB",
|
| 949 |
+
"bis": "GM"
|
| 950 |
+
}
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"alpha3": "GNB",
|
| 954 |
+
"name": "Guinea-Bissau",
|
| 955 |
+
"iso2": "GW",
|
| 956 |
+
"region": "Sub-Saharan Africa",
|
| 957 |
+
"income_group": "Low income",
|
| 958 |
+
"currency_name": "West African CFA franc",
|
| 959 |
+
"source_codes": {
|
| 960 |
+
"world_bank": "GNB",
|
| 961 |
+
"imf_weo": "GNB",
|
| 962 |
+
"bis": "GW"
|
| 963 |
+
}
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"alpha3": "GNQ",
|
| 967 |
+
"name": "Equatorial Guinea",
|
| 968 |
+
"iso2": "GQ",
|
| 969 |
+
"region": "Sub-Saharan Africa",
|
| 970 |
+
"income_group": "Upper middle income",
|
| 971 |
+
"currency_name": "Central African CFA franc",
|
| 972 |
+
"source_codes": {
|
| 973 |
+
"world_bank": "GNQ",
|
| 974 |
+
"imf_weo": "GNQ",
|
| 975 |
+
"bis": "GQ"
|
| 976 |
+
}
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"alpha3": "GRC",
|
| 980 |
+
"name": "Greece",
|
| 981 |
+
"iso2": "GR",
|
| 982 |
+
"region": "Europe & Central Asia",
|
| 983 |
+
"income_group": "High income",
|
| 984 |
+
"currency_name": "Euro",
|
| 985 |
+
"source_codes": {
|
| 986 |
+
"world_bank": "GRC",
|
| 987 |
+
"imf_weo": "GRC",
|
| 988 |
+
"bis": "GR"
|
| 989 |
+
}
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"alpha3": "GRD",
|
| 993 |
+
"name": "Grenada",
|
| 994 |
+
"iso2": "GD",
|
| 995 |
+
"region": "Latin America & Caribbean",
|
| 996 |
+
"income_group": "Upper middle income",
|
| 997 |
+
"currency_name": "East Caribbean dollar",
|
| 998 |
+
"source_codes": {
|
| 999 |
+
"world_bank": "GRD",
|
| 1000 |
+
"imf_weo": "GRD",
|
| 1001 |
+
"bis": "GD"
|
| 1002 |
+
}
|
| 1003 |
+
},
|
| 1004 |
+
{
|
| 1005 |
+
"alpha3": "GRL",
|
| 1006 |
+
"name": "Greenland",
|
| 1007 |
+
"iso2": "GL",
|
| 1008 |
+
"region": "Europe & Central Asia",
|
| 1009 |
+
"income_group": "High income",
|
| 1010 |
+
"currency_name": "Danish krone",
|
| 1011 |
+
"source_codes": {
|
| 1012 |
+
"world_bank": "GRL",
|
| 1013 |
+
"imf_weo": "GRL",
|
| 1014 |
+
"bis": "GL"
|
| 1015 |
+
}
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"alpha3": "GTM",
|
| 1019 |
+
"name": "Guatemala",
|
| 1020 |
+
"iso2": "GT",
|
| 1021 |
+
"region": "Latin America & Caribbean",
|
| 1022 |
+
"income_group": "Upper middle income",
|
| 1023 |
+
"currency_name": "Guatemalan quetzal",
|
| 1024 |
+
"source_codes": {
|
| 1025 |
+
"world_bank": "GTM",
|
| 1026 |
+
"imf_weo": "GTM",
|
| 1027 |
+
"bis": "GT"
|
| 1028 |
+
}
|
| 1029 |
+
},
|
| 1030 |
+
{
|
| 1031 |
+
"alpha3": "GUM",
|
| 1032 |
+
"name": "Guam",
|
| 1033 |
+
"iso2": "GU",
|
| 1034 |
+
"region": "East Asia & Pacific",
|
| 1035 |
+
"income_group": "High income",
|
| 1036 |
+
"currency_name": "U.S. dollar",
|
| 1037 |
+
"source_codes": {
|
| 1038 |
+
"world_bank": "GUM",
|
| 1039 |
+
"imf_weo": "GUM",
|
| 1040 |
+
"bis": "GU"
|
| 1041 |
+
}
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"alpha3": "GUY",
|
| 1045 |
+
"name": "Guyana",
|
| 1046 |
+
"iso2": "GY",
|
| 1047 |
+
"region": "Latin America & Caribbean",
|
| 1048 |
+
"income_group": "High income",
|
| 1049 |
+
"currency_name": "Guyana dollar",
|
| 1050 |
+
"source_codes": {
|
| 1051 |
+
"world_bank": "GUY",
|
| 1052 |
+
"imf_weo": "GUY",
|
| 1053 |
+
"bis": "GY"
|
| 1054 |
+
}
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"alpha3": "HKG",
|
| 1058 |
+
"name": "Hong Kong SAR, China",
|
| 1059 |
+
"iso2": "HK",
|
| 1060 |
+
"region": "East Asia & Pacific",
|
| 1061 |
+
"income_group": "High income",
|
| 1062 |
+
"currency_name": "Hong Kong dollar",
|
| 1063 |
+
"source_codes": {
|
| 1064 |
+
"world_bank": "HKG",
|
| 1065 |
+
"imf_weo": "HKG",
|
| 1066 |
+
"bis": "HK"
|
| 1067 |
+
}
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"alpha3": "HND",
|
| 1071 |
+
"name": "Honduras",
|
| 1072 |
+
"iso2": "HN",
|
| 1073 |
+
"region": "Latin America & Caribbean",
|
| 1074 |
+
"income_group": "Lower middle income",
|
| 1075 |
+
"currency_name": "Honduran lempira",
|
| 1076 |
+
"source_codes": {
|
| 1077 |
+
"world_bank": "HND",
|
| 1078 |
+
"imf_weo": "HND",
|
| 1079 |
+
"bis": "HN"
|
| 1080 |
+
}
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"alpha3": "HRV",
|
| 1084 |
+
"name": "Croatia",
|
| 1085 |
+
"iso2": "HR",
|
| 1086 |
+
"region": "Europe & Central Asia",
|
| 1087 |
+
"income_group": "High income",
|
| 1088 |
+
"currency_name": "Euro",
|
| 1089 |
+
"source_codes": {
|
| 1090 |
+
"world_bank": "HRV",
|
| 1091 |
+
"imf_weo": "HRV",
|
| 1092 |
+
"bis": "HR"
|
| 1093 |
+
}
|
| 1094 |
+
},
|
| 1095 |
+
{
|
| 1096 |
+
"alpha3": "HTI",
|
| 1097 |
+
"name": "Haiti",
|
| 1098 |
+
"iso2": "HT",
|
| 1099 |
+
"region": "Latin America & Caribbean",
|
| 1100 |
+
"income_group": "Lower middle income",
|
| 1101 |
+
"currency_name": "Haitian gourde",
|
| 1102 |
+
"source_codes": {
|
| 1103 |
+
"world_bank": "HTI",
|
| 1104 |
+
"imf_weo": "HTI",
|
| 1105 |
+
"bis": "HT"
|
| 1106 |
+
}
|
| 1107 |
+
},
|
| 1108 |
+
{
|
| 1109 |
+
"alpha3": "HUN",
|
| 1110 |
+
"name": "Hungary",
|
| 1111 |
+
"iso2": "HU",
|
| 1112 |
+
"region": "Europe & Central Asia",
|
| 1113 |
+
"income_group": "High income",
|
| 1114 |
+
"currency_name": "Hungarian forint",
|
| 1115 |
+
"source_codes": {
|
| 1116 |
+
"world_bank": "HUN",
|
| 1117 |
+
"imf_weo": "HUN",
|
| 1118 |
+
"bis": "HU"
|
| 1119 |
+
}
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"alpha3": "IDN",
|
| 1123 |
+
"name": "Indonesia",
|
| 1124 |
+
"iso2": "ID",
|
| 1125 |
+
"region": "East Asia & Pacific",
|
| 1126 |
+
"income_group": "Upper middle income",
|
| 1127 |
+
"currency_name": "Indonesian rupiah",
|
| 1128 |
+
"source_codes": {
|
| 1129 |
+
"world_bank": "IDN",
|
| 1130 |
+
"imf_weo": "IDN",
|
| 1131 |
+
"bis": "ID"
|
| 1132 |
+
}
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"alpha3": "IMN",
|
| 1136 |
+
"name": "Isle of Man",
|
| 1137 |
+
"iso2": "IM",
|
| 1138 |
+
"region": "Europe & Central Asia",
|
| 1139 |
+
"income_group": "High income",
|
| 1140 |
+
"currency_name": "Pound sterling",
|
| 1141 |
+
"source_codes": {
|
| 1142 |
+
"world_bank": "IMN",
|
| 1143 |
+
"imf_weo": "IMN",
|
| 1144 |
+
"bis": "IM"
|
| 1145 |
+
}
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"alpha3": "IND",
|
| 1149 |
+
"name": "India",
|
| 1150 |
+
"iso2": "IN",
|
| 1151 |
+
"region": "South Asia",
|
| 1152 |
+
"income_group": "Lower middle income",
|
| 1153 |
+
"currency_name": "Indian rupee",
|
| 1154 |
+
"source_codes": {
|
| 1155 |
+
"world_bank": "IND",
|
| 1156 |
+
"imf_weo": "IND",
|
| 1157 |
+
"bis": "IN"
|
| 1158 |
+
}
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"alpha3": "IRL",
|
| 1162 |
+
"name": "Ireland",
|
| 1163 |
+
"iso2": "IE",
|
| 1164 |
+
"region": "Europe & Central Asia",
|
| 1165 |
+
"income_group": "High income",
|
| 1166 |
+
"currency_name": "Euro",
|
| 1167 |
+
"source_codes": {
|
| 1168 |
+
"world_bank": "IRL",
|
| 1169 |
+
"imf_weo": "IRL",
|
| 1170 |
+
"bis": "IE"
|
| 1171 |
+
}
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"alpha3": "IRN",
|
| 1175 |
+
"name": "Iran, Islamic Republic of",
|
| 1176 |
+
"iso2": "IR",
|
| 1177 |
+
"region": "Middle East & North Africa",
|
| 1178 |
+
"income_group": "Upper middle income",
|
| 1179 |
+
"currency_name": "Iranian rial",
|
| 1180 |
+
"source_codes": {
|
| 1181 |
+
"world_bank": "IRN",
|
| 1182 |
+
"imf_weo": "IRN",
|
| 1183 |
+
"bis": "IR"
|
| 1184 |
+
}
|
| 1185 |
+
},
|
| 1186 |
+
{
|
| 1187 |
+
"alpha3": "IRQ",
|
| 1188 |
+
"name": "Iraq",
|
| 1189 |
+
"iso2": "IQ",
|
| 1190 |
+
"region": "Middle East & North Africa",
|
| 1191 |
+
"income_group": "Upper middle income",
|
| 1192 |
+
"currency_name": "Iraqi dinar",
|
| 1193 |
+
"source_codes": {
|
| 1194 |
+
"world_bank": "IRQ",
|
| 1195 |
+
"imf_weo": "IRQ",
|
| 1196 |
+
"bis": "IQ"
|
| 1197 |
+
}
|
| 1198 |
+
},
|
| 1199 |
+
{
|
| 1200 |
+
"alpha3": "ISL",
|
| 1201 |
+
"name": "Iceland",
|
| 1202 |
+
"iso2": "IS",
|
| 1203 |
+
"region": "Europe & Central Asia",
|
| 1204 |
+
"income_group": "High income",
|
| 1205 |
+
"currency_name": "Iceland krona",
|
| 1206 |
+
"source_codes": {
|
| 1207 |
+
"world_bank": "ISL",
|
| 1208 |
+
"imf_weo": "ISL",
|
| 1209 |
+
"bis": "IS"
|
| 1210 |
+
}
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"alpha3": "ISR",
|
| 1214 |
+
"name": "Israel",
|
| 1215 |
+
"iso2": "IL",
|
| 1216 |
+
"region": "Middle East & North Africa",
|
| 1217 |
+
"income_group": "High income",
|
| 1218 |
+
"currency_name": "Israeli new shekel",
|
| 1219 |
+
"source_codes": {
|
| 1220 |
+
"world_bank": "ISR",
|
| 1221 |
+
"imf_weo": "ISR",
|
| 1222 |
+
"bis": "IL"
|
| 1223 |
+
}
|
| 1224 |
+
},
|
| 1225 |
+
{
|
| 1226 |
+
"alpha3": "ITA",
|
| 1227 |
+
"name": "Italy",
|
| 1228 |
+
"iso2": "IT",
|
| 1229 |
+
"region": "Europe & Central Asia",
|
| 1230 |
+
"income_group": "High income",
|
| 1231 |
+
"currency_name": "Euro",
|
| 1232 |
+
"source_codes": {
|
| 1233 |
+
"world_bank": "ITA",
|
| 1234 |
+
"imf_weo": "ITA",
|
| 1235 |
+
"bis": "IT"
|
| 1236 |
+
}
|
| 1237 |
+
},
|
| 1238 |
+
{
|
| 1239 |
+
"alpha3": "JAM",
|
| 1240 |
+
"name": "Jamaica",
|
| 1241 |
+
"iso2": "JM",
|
| 1242 |
+
"region": "Latin America & Caribbean",
|
| 1243 |
+
"income_group": "Upper middle income",
|
| 1244 |
+
"currency_name": "Jamaican dollar",
|
| 1245 |
+
"source_codes": {
|
| 1246 |
+
"world_bank": "JAM",
|
| 1247 |
+
"imf_weo": "JAM",
|
| 1248 |
+
"bis": "JM"
|
| 1249 |
+
}
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"alpha3": "JOR",
|
| 1253 |
+
"name": "Jordan",
|
| 1254 |
+
"iso2": "JO",
|
| 1255 |
+
"region": "Middle East & North Africa",
|
| 1256 |
+
"income_group": "Lower middle income",
|
| 1257 |
+
"currency_name": "Jordanian dinar",
|
| 1258 |
+
"source_codes": {
|
| 1259 |
+
"world_bank": "JOR",
|
| 1260 |
+
"imf_weo": "JOR",
|
| 1261 |
+
"bis": "JO"
|
| 1262 |
+
}
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"alpha3": "JPN",
|
| 1266 |
+
"name": "Japan",
|
| 1267 |
+
"iso2": "JP",
|
| 1268 |
+
"region": "East Asia & Pacific",
|
| 1269 |
+
"income_group": "High income",
|
| 1270 |
+
"currency_name": "Japanese yen",
|
| 1271 |
+
"source_codes": {
|
| 1272 |
+
"world_bank": "JPN",
|
| 1273 |
+
"imf_weo": "JPN",
|
| 1274 |
+
"bis": "JP"
|
| 1275 |
+
}
|
| 1276 |
+
},
|
| 1277 |
+
{
|
| 1278 |
+
"alpha3": "KAZ",
|
| 1279 |
+
"name": "Kazakhstan",
|
| 1280 |
+
"iso2": "KZ",
|
| 1281 |
+
"region": "Europe & Central Asia",
|
| 1282 |
+
"income_group": "Upper middle income",
|
| 1283 |
+
"currency_name": "Kazakh tenge",
|
| 1284 |
+
"source_codes": {
|
| 1285 |
+
"world_bank": "KAZ",
|
| 1286 |
+
"imf_weo": "KAZ",
|
| 1287 |
+
"bis": "KZ"
|
| 1288 |
+
}
|
| 1289 |
+
},
|
| 1290 |
+
{
|
| 1291 |
+
"alpha3": "KEN",
|
| 1292 |
+
"name": "Kenya",
|
| 1293 |
+
"iso2": "KE",
|
| 1294 |
+
"region": "Sub-Saharan Africa",
|
| 1295 |
+
"income_group": "Lower middle income",
|
| 1296 |
+
"currency_name": "Kenyan shilling",
|
| 1297 |
+
"source_codes": {
|
| 1298 |
+
"world_bank": "KEN",
|
| 1299 |
+
"imf_weo": "KEN",
|
| 1300 |
+
"bis": "KE"
|
| 1301 |
+
}
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"alpha3": "KGZ",
|
| 1305 |
+
"name": "Kyrgyz Republic",
|
| 1306 |
+
"iso2": "KG",
|
| 1307 |
+
"region": "Europe & Central Asia",
|
| 1308 |
+
"income_group": "Lower middle income",
|
| 1309 |
+
"currency_name": "Kyrgyz som",
|
| 1310 |
+
"source_codes": {
|
| 1311 |
+
"world_bank": "KGZ",
|
| 1312 |
+
"imf_weo": "KGZ",
|
| 1313 |
+
"bis": "KG"
|
| 1314 |
+
}
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"alpha3": "KHM",
|
| 1318 |
+
"name": "Cambodia",
|
| 1319 |
+
"iso2": "KH",
|
| 1320 |
+
"region": "East Asia & Pacific",
|
| 1321 |
+
"income_group": "Lower middle income",
|
| 1322 |
+
"currency_name": "Cambodian riel",
|
| 1323 |
+
"source_codes": {
|
| 1324 |
+
"world_bank": "KHM",
|
| 1325 |
+
"imf_weo": "KHM",
|
| 1326 |
+
"bis": "KH"
|
| 1327 |
+
}
|
| 1328 |
+
},
|
| 1329 |
+
{
|
| 1330 |
+
"alpha3": "KIR",
|
| 1331 |
+
"name": "Kiribati",
|
| 1332 |
+
"iso2": "KI",
|
| 1333 |
+
"region": "East Asia & Pacific",
|
| 1334 |
+
"income_group": "Lower middle income",
|
| 1335 |
+
"currency_name": "Australian dollar",
|
| 1336 |
+
"source_codes": {
|
| 1337 |
+
"world_bank": "KIR",
|
| 1338 |
+
"imf_weo": "KIR",
|
| 1339 |
+
"bis": "KI"
|
| 1340 |
+
}
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"alpha3": "KNA",
|
| 1344 |
+
"name": "St. Kitts and Nevis",
|
| 1345 |
+
"iso2": "KN",
|
| 1346 |
+
"region": "Latin America & Caribbean",
|
| 1347 |
+
"income_group": "High income",
|
| 1348 |
+
"currency_name": "East Caribbean dollar",
|
| 1349 |
+
"source_codes": {
|
| 1350 |
+
"world_bank": "KNA",
|
| 1351 |
+
"imf_weo": "KNA",
|
| 1352 |
+
"bis": "KN"
|
| 1353 |
+
}
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"alpha3": "KOR",
|
| 1357 |
+
"name": "Korea",
|
| 1358 |
+
"iso2": "KR",
|
| 1359 |
+
"region": "East Asia & Pacific",
|
| 1360 |
+
"income_group": "High income",
|
| 1361 |
+
"currency_name": "Korean won",
|
| 1362 |
+
"source_codes": {
|
| 1363 |
+
"world_bank": "KOR",
|
| 1364 |
+
"imf_weo": "KOR",
|
| 1365 |
+
"bis": "KR"
|
| 1366 |
+
}
|
| 1367 |
+
},
|
| 1368 |
+
{
|
| 1369 |
+
"alpha3": "KWT",
|
| 1370 |
+
"name": "Kuwait",
|
| 1371 |
+
"iso2": "KW",
|
| 1372 |
+
"region": "Middle East & North Africa",
|
| 1373 |
+
"income_group": "High income",
|
| 1374 |
+
"currency_name": "Kuwaiti dinar",
|
| 1375 |
+
"source_codes": {
|
| 1376 |
+
"world_bank": "KWT",
|
| 1377 |
+
"imf_weo": "KWT",
|
| 1378 |
+
"bis": "KW"
|
| 1379 |
+
}
|
| 1380 |
+
},
|
| 1381 |
+
{
|
| 1382 |
+
"alpha3": "LAO",
|
| 1383 |
+
"name": "Lao PDR",
|
| 1384 |
+
"iso2": "LA",
|
| 1385 |
+
"region": "East Asia & Pacific",
|
| 1386 |
+
"income_group": "Lower middle income",
|
| 1387 |
+
"currency_name": "Lao kip",
|
| 1388 |
+
"source_codes": {
|
| 1389 |
+
"world_bank": "LAO",
|
| 1390 |
+
"imf_weo": "LAO",
|
| 1391 |
+
"bis": "LA"
|
| 1392 |
+
}
|
| 1393 |
+
},
|
| 1394 |
+
{
|
| 1395 |
+
"alpha3": "LBN",
|
| 1396 |
+
"name": "Lebanon",
|
| 1397 |
+
"iso2": "LB",
|
| 1398 |
+
"region": "Middle East & North Africa",
|
| 1399 |
+
"income_group": "Lower middle income",
|
| 1400 |
+
"currency_name": "Lebanese pound",
|
| 1401 |
+
"source_codes": {
|
| 1402 |
+
"world_bank": "LBN",
|
| 1403 |
+
"imf_weo": "LBN",
|
| 1404 |
+
"bis": "LB"
|
| 1405 |
+
}
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"alpha3": "LBR",
|
| 1409 |
+
"name": "Liberia",
|
| 1410 |
+
"iso2": "LR",
|
| 1411 |
+
"region": "Sub-Saharan Africa",
|
| 1412 |
+
"income_group": "Low income",
|
| 1413 |
+
"currency_name": "Liberian dollar",
|
| 1414 |
+
"source_codes": {
|
| 1415 |
+
"world_bank": "LBR",
|
| 1416 |
+
"imf_weo": "LBR",
|
| 1417 |
+
"bis": "LR"
|
| 1418 |
+
}
|
| 1419 |
+
},
|
| 1420 |
+
{
|
| 1421 |
+
"alpha3": "LBY",
|
| 1422 |
+
"name": "Libya",
|
| 1423 |
+
"iso2": "LY",
|
| 1424 |
+
"region": "Middle East & North Africa",
|
| 1425 |
+
"income_group": "Upper middle income",
|
| 1426 |
+
"currency_name": "Libyan dinar",
|
| 1427 |
+
"source_codes": {
|
| 1428 |
+
"world_bank": "LBY",
|
| 1429 |
+
"imf_weo": "LBY",
|
| 1430 |
+
"bis": "LY"
|
| 1431 |
+
}
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"alpha3": "LCA",
|
| 1435 |
+
"name": "St. Lucia",
|
| 1436 |
+
"iso2": "LC",
|
| 1437 |
+
"region": "Latin America & Caribbean",
|
| 1438 |
+
"income_group": "Upper middle income",
|
| 1439 |
+
"currency_name": "East Caribbean dollar",
|
| 1440 |
+
"source_codes": {
|
| 1441 |
+
"world_bank": "LCA",
|
| 1442 |
+
"imf_weo": "LCA",
|
| 1443 |
+
"bis": "LC"
|
| 1444 |
+
}
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"alpha3": "LIE",
|
| 1448 |
+
"name": "Liechtenstein",
|
| 1449 |
+
"iso2": "LI",
|
| 1450 |
+
"region": "Europe & Central Asia",
|
| 1451 |
+
"income_group": "High income",
|
| 1452 |
+
"currency_name": "Swiss franc",
|
| 1453 |
+
"source_codes": {
|
| 1454 |
+
"world_bank": "LIE",
|
| 1455 |
+
"imf_weo": "LIE",
|
| 1456 |
+
"bis": "LI"
|
| 1457 |
+
}
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"alpha3": "LKA",
|
| 1461 |
+
"name": "Sri Lanka",
|
| 1462 |
+
"iso2": "LK",
|
| 1463 |
+
"region": "South Asia",
|
| 1464 |
+
"income_group": "Lower middle income",
|
| 1465 |
+
"currency_name": "Sri Lankan rupee",
|
| 1466 |
+
"source_codes": {
|
| 1467 |
+
"world_bank": "LKA",
|
| 1468 |
+
"imf_weo": "LKA",
|
| 1469 |
+
"bis": "LK"
|
| 1470 |
+
}
|
| 1471 |
+
},
|
| 1472 |
+
{
|
| 1473 |
+
"alpha3": "LSO",
|
| 1474 |
+
"name": "Lesotho",
|
| 1475 |
+
"iso2": "LS",
|
| 1476 |
+
"region": "Sub-Saharan Africa",
|
| 1477 |
+
"income_group": "Lower middle income",
|
| 1478 |
+
"currency_name": "Lesotho loti",
|
| 1479 |
+
"source_codes": {
|
| 1480 |
+
"world_bank": "LSO",
|
| 1481 |
+
"imf_weo": "LSO",
|
| 1482 |
+
"bis": "LS"
|
| 1483 |
+
}
|
| 1484 |
+
},
|
| 1485 |
+
{
|
| 1486 |
+
"alpha3": "LTU",
|
| 1487 |
+
"name": "Lithuania",
|
| 1488 |
+
"iso2": "LT",
|
| 1489 |
+
"region": "Europe & Central Asia",
|
| 1490 |
+
"income_group": "High income",
|
| 1491 |
+
"currency_name": "Euro",
|
| 1492 |
+
"source_codes": {
|
| 1493 |
+
"world_bank": "LTU",
|
| 1494 |
+
"imf_weo": "LTU",
|
| 1495 |
+
"bis": "LT"
|
| 1496 |
+
}
|
| 1497 |
+
},
|
| 1498 |
+
{
|
| 1499 |
+
"alpha3": "LUX",
|
| 1500 |
+
"name": "Luxembourg",
|
| 1501 |
+
"iso2": "LU",
|
| 1502 |
+
"region": "Europe & Central Asia",
|
| 1503 |
+
"income_group": "High income",
|
| 1504 |
+
"currency_name": "Euro",
|
| 1505 |
+
"source_codes": {
|
| 1506 |
+
"world_bank": "LUX",
|
| 1507 |
+
"imf_weo": "LUX",
|
| 1508 |
+
"bis": "LU"
|
| 1509 |
+
}
|
| 1510 |
+
},
|
| 1511 |
+
{
|
| 1512 |
+
"alpha3": "LVA",
|
| 1513 |
+
"name": "Latvia",
|
| 1514 |
+
"iso2": "LV",
|
| 1515 |
+
"region": "Europe & Central Asia",
|
| 1516 |
+
"income_group": "High income",
|
| 1517 |
+
"currency_name": "Euro",
|
| 1518 |
+
"source_codes": {
|
| 1519 |
+
"world_bank": "LVA",
|
| 1520 |
+
"imf_weo": "LVA",
|
| 1521 |
+
"bis": "LV"
|
| 1522 |
+
}
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"alpha3": "MAC",
|
| 1526 |
+
"name": "Macao SAR, China",
|
| 1527 |
+
"iso2": "MO",
|
| 1528 |
+
"region": "East Asia & Pacific",
|
| 1529 |
+
"income_group": "High income",
|
| 1530 |
+
"currency_name": "Macao pataca",
|
| 1531 |
+
"source_codes": {
|
| 1532 |
+
"world_bank": "MAC",
|
| 1533 |
+
"imf_weo": "MAC",
|
| 1534 |
+
"bis": "MO"
|
| 1535 |
+
}
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"alpha3": "MAF",
|
| 1539 |
+
"name": "St. Martin (French part)",
|
| 1540 |
+
"iso2": "MF",
|
| 1541 |
+
"region": "Latin America & Caribbean",
|
| 1542 |
+
"income_group": "High income",
|
| 1543 |
+
"currency_name": "Euro",
|
| 1544 |
+
"source_codes": {
|
| 1545 |
+
"world_bank": "MAF",
|
| 1546 |
+
"imf_weo": "MAF",
|
| 1547 |
+
"bis": "MF"
|
| 1548 |
+
}
|
| 1549 |
+
},
|
| 1550 |
+
{
|
| 1551 |
+
"alpha3": "MAR",
|
| 1552 |
+
"name": "Morocco",
|
| 1553 |
+
"iso2": "MA",
|
| 1554 |
+
"region": "Middle East & North Africa",
|
| 1555 |
+
"income_group": "Lower middle income",
|
| 1556 |
+
"currency_name": "Moroccan dirham",
|
| 1557 |
+
"source_codes": {
|
| 1558 |
+
"world_bank": "MAR",
|
| 1559 |
+
"imf_weo": "MAR",
|
| 1560 |
+
"bis": "MA"
|
| 1561 |
+
}
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"alpha3": "MCO",
|
| 1565 |
+
"name": "Monaco",
|
| 1566 |
+
"iso2": "MC",
|
| 1567 |
+
"region": "Europe & Central Asia",
|
| 1568 |
+
"income_group": "High income",
|
| 1569 |
+
"currency_name": "Euro",
|
| 1570 |
+
"source_codes": {
|
| 1571 |
+
"world_bank": "MCO",
|
| 1572 |
+
"imf_weo": "MCO",
|
| 1573 |
+
"bis": "MC"
|
| 1574 |
+
}
|
| 1575 |
+
},
|
| 1576 |
+
{
|
| 1577 |
+
"alpha3": "MDA",
|
| 1578 |
+
"name": "Moldova",
|
| 1579 |
+
"iso2": "MD",
|
| 1580 |
+
"region": "Europe & Central Asia",
|
| 1581 |
+
"income_group": "Upper middle income",
|
| 1582 |
+
"currency_name": "Moldovan leu",
|
| 1583 |
+
"source_codes": {
|
| 1584 |
+
"world_bank": "MDA",
|
| 1585 |
+
"imf_weo": "MDA",
|
| 1586 |
+
"bis": "MD"
|
| 1587 |
+
}
|
| 1588 |
+
},
|
| 1589 |
+
{
|
| 1590 |
+
"alpha3": "MDG",
|
| 1591 |
+
"name": "Madagascar",
|
| 1592 |
+
"iso2": "MG",
|
| 1593 |
+
"region": "Sub-Saharan Africa",
|
| 1594 |
+
"income_group": "Low income",
|
| 1595 |
+
"currency_name": "Malagasy ariary",
|
| 1596 |
+
"source_codes": {
|
| 1597 |
+
"world_bank": "MDG",
|
| 1598 |
+
"imf_weo": "MDG",
|
| 1599 |
+
"bis": "MG"
|
| 1600 |
+
}
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"alpha3": "MDV",
|
| 1604 |
+
"name": "Maldives",
|
| 1605 |
+
"iso2": "MV",
|
| 1606 |
+
"region": "South Asia",
|
| 1607 |
+
"income_group": "Upper middle income",
|
| 1608 |
+
"currency_name": "Maldivian rufiyaa",
|
| 1609 |
+
"source_codes": {
|
| 1610 |
+
"world_bank": "MDV",
|
| 1611 |
+
"imf_weo": "MDV",
|
| 1612 |
+
"bis": "MV"
|
| 1613 |
+
}
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"alpha3": "MEX",
|
| 1617 |
+
"name": "Mexico",
|
| 1618 |
+
"iso2": "MX",
|
| 1619 |
+
"region": "Latin America & Caribbean",
|
| 1620 |
+
"income_group": "Upper middle income",
|
| 1621 |
+
"currency_name": "Mexican peso",
|
| 1622 |
+
"source_codes": {
|
| 1623 |
+
"world_bank": "MEX",
|
| 1624 |
+
"imf_weo": "MEX",
|
| 1625 |
+
"bis": "MX"
|
| 1626 |
+
}
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"alpha3": "MHL",
|
| 1630 |
+
"name": "Marshall Islands",
|
| 1631 |
+
"iso2": "MH",
|
| 1632 |
+
"region": "East Asia & Pacific",
|
| 1633 |
+
"income_group": "Upper middle income",
|
| 1634 |
+
"currency_name": "U.S. dollar",
|
| 1635 |
+
"source_codes": {
|
| 1636 |
+
"world_bank": "MHL",
|
| 1637 |
+
"imf_weo": "MHL",
|
| 1638 |
+
"bis": "MH"
|
| 1639 |
+
}
|
| 1640 |
+
},
|
| 1641 |
+
{
|
| 1642 |
+
"alpha3": "MKD",
|
| 1643 |
+
"name": "North Macedonia",
|
| 1644 |
+
"iso2": "MK",
|
| 1645 |
+
"region": "Europe & Central Asia",
|
| 1646 |
+
"income_group": "Upper middle income",
|
| 1647 |
+
"currency_name": "Macedonian denar",
|
| 1648 |
+
"source_codes": {
|
| 1649 |
+
"world_bank": "MKD",
|
| 1650 |
+
"imf_weo": "MKD",
|
| 1651 |
+
"bis": "MK"
|
| 1652 |
+
}
|
| 1653 |
+
},
|
| 1654 |
+
{
|
| 1655 |
+
"alpha3": "MLI",
|
| 1656 |
+
"name": "Mali",
|
| 1657 |
+
"iso2": "ML",
|
| 1658 |
+
"region": "Sub-Saharan Africa",
|
| 1659 |
+
"income_group": "Low income",
|
| 1660 |
+
"currency_name": "West African CFA franc",
|
| 1661 |
+
"source_codes": {
|
| 1662 |
+
"world_bank": "MLI",
|
| 1663 |
+
"imf_weo": "MLI",
|
| 1664 |
+
"bis": "ML"
|
| 1665 |
+
}
|
| 1666 |
+
},
|
| 1667 |
+
{
|
| 1668 |
+
"alpha3": "MLT",
|
| 1669 |
+
"name": "Malta",
|
| 1670 |
+
"iso2": "MT",
|
| 1671 |
+
"region": "Middle East & North Africa",
|
| 1672 |
+
"income_group": "High income",
|
| 1673 |
+
"currency_name": "Euro",
|
| 1674 |
+
"source_codes": {
|
| 1675 |
+
"world_bank": "MLT",
|
| 1676 |
+
"imf_weo": "MLT",
|
| 1677 |
+
"bis": "MT"
|
| 1678 |
+
}
|
| 1679 |
+
},
|
| 1680 |
+
{
|
| 1681 |
+
"alpha3": "MMR",
|
| 1682 |
+
"name": "Myanmar",
|
| 1683 |
+
"iso2": "MM",
|
| 1684 |
+
"region": "East Asia & Pacific",
|
| 1685 |
+
"income_group": "Lower middle income",
|
| 1686 |
+
"currency_name": "Myanmar kyat",
|
| 1687 |
+
"source_codes": {
|
| 1688 |
+
"world_bank": "MMR",
|
| 1689 |
+
"imf_weo": "MMR",
|
| 1690 |
+
"bis": "MM"
|
| 1691 |
+
}
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"alpha3": "MNE",
|
| 1695 |
+
"name": "Montenegro",
|
| 1696 |
+
"iso2": "ME",
|
| 1697 |
+
"region": "Europe & Central Asia",
|
| 1698 |
+
"income_group": "Upper middle income",
|
| 1699 |
+
"currency_name": "Euro",
|
| 1700 |
+
"source_codes": {
|
| 1701 |
+
"world_bank": "MNE",
|
| 1702 |
+
"imf_weo": "MNE",
|
| 1703 |
+
"bis": "ME"
|
| 1704 |
+
}
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"alpha3": "MNG",
|
| 1708 |
+
"name": "Mongolia",
|
| 1709 |
+
"iso2": "MN",
|
| 1710 |
+
"region": "East Asia & Pacific",
|
| 1711 |
+
"income_group": "Upper middle income",
|
| 1712 |
+
"currency_name": "Mongolian tugrik",
|
| 1713 |
+
"source_codes": {
|
| 1714 |
+
"world_bank": "MNG",
|
| 1715 |
+
"imf_weo": "MNG",
|
| 1716 |
+
"bis": "MN"
|
| 1717 |
+
}
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"alpha3": "MNP",
|
| 1721 |
+
"name": "Northern Mariana Islands",
|
| 1722 |
+
"iso2": "MP",
|
| 1723 |
+
"region": "East Asia & Pacific",
|
| 1724 |
+
"income_group": "High income",
|
| 1725 |
+
"currency_name": "U.S. dollar",
|
| 1726 |
+
"source_codes": {
|
| 1727 |
+
"world_bank": "MNP",
|
| 1728 |
+
"imf_weo": "MNP",
|
| 1729 |
+
"bis": "MP"
|
| 1730 |
+
}
|
| 1731 |
+
},
|
| 1732 |
+
{
|
| 1733 |
+
"alpha3": "MOZ",
|
| 1734 |
+
"name": "Mozambique",
|
| 1735 |
+
"iso2": "MZ",
|
| 1736 |
+
"region": "Sub-Saharan Africa",
|
| 1737 |
+
"income_group": "Low income",
|
| 1738 |
+
"currency_name": "New Mozambican metical",
|
| 1739 |
+
"source_codes": {
|
| 1740 |
+
"world_bank": "MOZ",
|
| 1741 |
+
"imf_weo": "MOZ",
|
| 1742 |
+
"bis": "MZ"
|
| 1743 |
+
}
|
| 1744 |
+
},
|
| 1745 |
+
{
|
| 1746 |
+
"alpha3": "MRT",
|
| 1747 |
+
"name": "Mauritania",
|
| 1748 |
+
"iso2": "MR",
|
| 1749 |
+
"region": "Sub-Saharan Africa",
|
| 1750 |
+
"income_group": "Lower middle income",
|
| 1751 |
+
"currency_name": "Mauritanian ouguiya",
|
| 1752 |
+
"source_codes": {
|
| 1753 |
+
"world_bank": "MRT",
|
| 1754 |
+
"imf_weo": "MRT",
|
| 1755 |
+
"bis": "MR"
|
| 1756 |
+
}
|
| 1757 |
+
},
|
| 1758 |
+
{
|
| 1759 |
+
"alpha3": "MUS",
|
| 1760 |
+
"name": "Mauritius",
|
| 1761 |
+
"iso2": "MU",
|
| 1762 |
+
"region": "Sub-Saharan Africa",
|
| 1763 |
+
"income_group": "Upper middle income",
|
| 1764 |
+
"currency_name": "Mauritian rupee",
|
| 1765 |
+
"source_codes": {
|
| 1766 |
+
"world_bank": "MUS",
|
| 1767 |
+
"imf_weo": "MUS",
|
| 1768 |
+
"bis": "MU"
|
| 1769 |
+
}
|
| 1770 |
+
},
|
| 1771 |
+
{
|
| 1772 |
+
"alpha3": "MWI",
|
| 1773 |
+
"name": "Malawi",
|
| 1774 |
+
"iso2": "MW",
|
| 1775 |
+
"region": "Sub-Saharan Africa",
|
| 1776 |
+
"income_group": "Low income",
|
| 1777 |
+
"currency_name": "Malawi kwacha",
|
| 1778 |
+
"source_codes": {
|
| 1779 |
+
"world_bank": "MWI",
|
| 1780 |
+
"imf_weo": "MWI",
|
| 1781 |
+
"bis": "MW"
|
| 1782 |
+
}
|
| 1783 |
+
},
|
| 1784 |
+
{
|
| 1785 |
+
"alpha3": "MYS",
|
| 1786 |
+
"name": "Malaysia",
|
| 1787 |
+
"iso2": "MY",
|
| 1788 |
+
"region": "East Asia & Pacific",
|
| 1789 |
+
"income_group": "Upper middle income",
|
| 1790 |
+
"currency_name": "Malaysian ringgit",
|
| 1791 |
+
"source_codes": {
|
| 1792 |
+
"world_bank": "MYS",
|
| 1793 |
+
"imf_weo": "MYS",
|
| 1794 |
+
"bis": "MY"
|
| 1795 |
+
}
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"alpha3": "NAM",
|
| 1799 |
+
"name": "Namibia",
|
| 1800 |
+
"iso2": "NA",
|
| 1801 |
+
"region": "Sub-Saharan Africa",
|
| 1802 |
+
"income_group": "Lower middle income",
|
| 1803 |
+
"currency_name": "Namibian dollar",
|
| 1804 |
+
"source_codes": {
|
| 1805 |
+
"world_bank": "NAM",
|
| 1806 |
+
"imf_weo": "NAM",
|
| 1807 |
+
"bis": "NA"
|
| 1808 |
+
}
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"alpha3": "NCL",
|
| 1812 |
+
"name": "New Caledonia",
|
| 1813 |
+
"iso2": "NC",
|
| 1814 |
+
"region": "East Asia & Pacific",
|
| 1815 |
+
"income_group": "High income",
|
| 1816 |
+
"currency_name": "CFP franc",
|
| 1817 |
+
"source_codes": {
|
| 1818 |
+
"world_bank": "NCL",
|
| 1819 |
+
"imf_weo": "NCL",
|
| 1820 |
+
"bis": "NC"
|
| 1821 |
+
}
|
| 1822 |
+
},
|
| 1823 |
+
{
|
| 1824 |
+
"alpha3": "NER",
|
| 1825 |
+
"name": "Niger",
|
| 1826 |
+
"iso2": "NE",
|
| 1827 |
+
"region": "Sub-Saharan Africa",
|
| 1828 |
+
"income_group": "Low income",
|
| 1829 |
+
"currency_name": "West African CFA franc",
|
| 1830 |
+
"source_codes": {
|
| 1831 |
+
"world_bank": "NER",
|
| 1832 |
+
"imf_weo": "NER",
|
| 1833 |
+
"bis": "NE"
|
| 1834 |
+
}
|
| 1835 |
+
},
|
| 1836 |
+
{
|
| 1837 |
+
"alpha3": "NGA",
|
| 1838 |
+
"name": "Nigeria",
|
| 1839 |
+
"iso2": "NG",
|
| 1840 |
+
"region": "Sub-Saharan Africa",
|
| 1841 |
+
"income_group": "Lower middle income",
|
| 1842 |
+
"currency_name": "Nigerian naira",
|
| 1843 |
+
"source_codes": {
|
| 1844 |
+
"world_bank": "NGA",
|
| 1845 |
+
"imf_weo": "NGA",
|
| 1846 |
+
"bis": "NG"
|
| 1847 |
+
}
|
| 1848 |
+
},
|
| 1849 |
+
{
|
| 1850 |
+
"alpha3": "NIC",
|
| 1851 |
+
"name": "Nicaragua",
|
| 1852 |
+
"iso2": "NI",
|
| 1853 |
+
"region": "Latin America & Caribbean",
|
| 1854 |
+
"income_group": "Lower middle income",
|
| 1855 |
+
"currency_name": "Nicaraguan gold cordoba",
|
| 1856 |
+
"source_codes": {
|
| 1857 |
+
"world_bank": "NIC",
|
| 1858 |
+
"imf_weo": "NIC",
|
| 1859 |
+
"bis": "NI"
|
| 1860 |
+
}
|
| 1861 |
+
},
|
| 1862 |
+
{
|
| 1863 |
+
"alpha3": "NLD",
|
| 1864 |
+
"name": "Netherlands",
|
| 1865 |
+
"iso2": "NL",
|
| 1866 |
+
"region": "Europe & Central Asia",
|
| 1867 |
+
"income_group": "High income",
|
| 1868 |
+
"currency_name": "Euro",
|
| 1869 |
+
"source_codes": {
|
| 1870 |
+
"world_bank": "NLD",
|
| 1871 |
+
"imf_weo": "NLD",
|
| 1872 |
+
"bis": "NL"
|
| 1873 |
+
}
|
| 1874 |
+
},
|
| 1875 |
+
{
|
| 1876 |
+
"alpha3": "NOR",
|
| 1877 |
+
"name": "Norway",
|
| 1878 |
+
"iso2": "NO",
|
| 1879 |
+
"region": "Europe & Central Asia",
|
| 1880 |
+
"income_group": "High income",
|
| 1881 |
+
"currency_name": "Norwegian krone",
|
| 1882 |
+
"source_codes": {
|
| 1883 |
+
"world_bank": "NOR",
|
| 1884 |
+
"imf_weo": "NOR",
|
| 1885 |
+
"bis": "NO"
|
| 1886 |
+
}
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"alpha3": "NPL",
|
| 1890 |
+
"name": "Nepal",
|
| 1891 |
+
"iso2": "NP",
|
| 1892 |
+
"region": "South Asia",
|
| 1893 |
+
"income_group": "Lower middle income",
|
| 1894 |
+
"currency_name": "Nepalese rupee",
|
| 1895 |
+
"source_codes": {
|
| 1896 |
+
"world_bank": "NPL",
|
| 1897 |
+
"imf_weo": "NPL",
|
| 1898 |
+
"bis": "NP"
|
| 1899 |
+
}
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"alpha3": "NRU",
|
| 1903 |
+
"name": "Nauru",
|
| 1904 |
+
"iso2": "NR",
|
| 1905 |
+
"region": "East Asia & Pacific",
|
| 1906 |
+
"income_group": "High income",
|
| 1907 |
+
"currency_name": "Australian dollar",
|
| 1908 |
+
"source_codes": {
|
| 1909 |
+
"world_bank": "NRU",
|
| 1910 |
+
"imf_weo": "NRU",
|
| 1911 |
+
"bis": "NR"
|
| 1912 |
+
}
|
| 1913 |
+
},
|
| 1914 |
+
{
|
| 1915 |
+
"alpha3": "NZL",
|
| 1916 |
+
"name": "New Zealand",
|
| 1917 |
+
"iso2": "NZ",
|
| 1918 |
+
"region": "East Asia & Pacific",
|
| 1919 |
+
"income_group": "High income",
|
| 1920 |
+
"currency_name": "New Zealand dollar",
|
| 1921 |
+
"source_codes": {
|
| 1922 |
+
"world_bank": "NZL",
|
| 1923 |
+
"imf_weo": "NZL",
|
| 1924 |
+
"bis": "NZ"
|
| 1925 |
+
}
|
| 1926 |
+
},
|
| 1927 |
+
{
|
| 1928 |
+
"alpha3": "OMN",
|
| 1929 |
+
"name": "Oman",
|
| 1930 |
+
"iso2": "OM",
|
| 1931 |
+
"region": "Middle East & North Africa",
|
| 1932 |
+
"income_group": "High income",
|
| 1933 |
+
"currency_name": "Omani rial",
|
| 1934 |
+
"source_codes": {
|
| 1935 |
+
"world_bank": "OMN",
|
| 1936 |
+
"imf_weo": "OMN",
|
| 1937 |
+
"bis": "OM"
|
| 1938 |
+
}
|
| 1939 |
+
},
|
| 1940 |
+
{
|
| 1941 |
+
"alpha3": "PAK",
|
| 1942 |
+
"name": "Pakistan",
|
| 1943 |
+
"iso2": "PK",
|
| 1944 |
+
"region": "Middle East & North Africa",
|
| 1945 |
+
"income_group": "Lower middle income",
|
| 1946 |
+
"currency_name": "Pakistani rupee",
|
| 1947 |
+
"source_codes": {
|
| 1948 |
+
"world_bank": "PAK",
|
| 1949 |
+
"imf_weo": "PAK",
|
| 1950 |
+
"bis": "PK"
|
| 1951 |
+
}
|
| 1952 |
+
},
|
| 1953 |
+
{
|
| 1954 |
+
"alpha3": "PAN",
|
| 1955 |
+
"name": "Panama",
|
| 1956 |
+
"iso2": "PA",
|
| 1957 |
+
"region": "Latin America & Caribbean",
|
| 1958 |
+
"income_group": "High income",
|
| 1959 |
+
"currency_name": "Panamanian balboa",
|
| 1960 |
+
"source_codes": {
|
| 1961 |
+
"world_bank": "PAN",
|
| 1962 |
+
"imf_weo": "PAN",
|
| 1963 |
+
"bis": "PA"
|
| 1964 |
+
}
|
| 1965 |
+
},
|
| 1966 |
+
{
|
| 1967 |
+
"alpha3": "PER",
|
| 1968 |
+
"name": "Peru",
|
| 1969 |
+
"iso2": "PE",
|
| 1970 |
+
"region": "Latin America & Caribbean",
|
| 1971 |
+
"income_group": "Upper middle income",
|
| 1972 |
+
"currency_name": "Peruvian new sol",
|
| 1973 |
+
"source_codes": {
|
| 1974 |
+
"world_bank": "PER",
|
| 1975 |
+
"imf_weo": "PER",
|
| 1976 |
+
"bis": "PE"
|
| 1977 |
+
}
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"alpha3": "PHL",
|
| 1981 |
+
"name": "Philippines",
|
| 1982 |
+
"iso2": "PH",
|
| 1983 |
+
"region": "East Asia & Pacific",
|
| 1984 |
+
"income_group": "Lower middle income",
|
| 1985 |
+
"currency_name": "Philippine peso",
|
| 1986 |
+
"source_codes": {
|
| 1987 |
+
"world_bank": "PHL",
|
| 1988 |
+
"imf_weo": "PHL",
|
| 1989 |
+
"bis": "PH"
|
| 1990 |
+
}
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"alpha3": "PLW",
|
| 1994 |
+
"name": "Palau",
|
| 1995 |
+
"iso2": "PW",
|
| 1996 |
+
"region": "East Asia & Pacific",
|
| 1997 |
+
"income_group": "High income",
|
| 1998 |
+
"currency_name": "U.S. dollar",
|
| 1999 |
+
"source_codes": {
|
| 2000 |
+
"world_bank": "PLW",
|
| 2001 |
+
"imf_weo": "PLW",
|
| 2002 |
+
"bis": "PW"
|
| 2003 |
+
}
|
| 2004 |
+
},
|
| 2005 |
+
{
|
| 2006 |
+
"alpha3": "PNG",
|
| 2007 |
+
"name": "Papua New Guinea",
|
| 2008 |
+
"iso2": "PG",
|
| 2009 |
+
"region": "East Asia & Pacific",
|
| 2010 |
+
"income_group": "Lower middle income",
|
| 2011 |
+
"currency_name": "Papua New Guinea kina",
|
| 2012 |
+
"source_codes": {
|
| 2013 |
+
"world_bank": "PNG",
|
| 2014 |
+
"imf_weo": "PNG",
|
| 2015 |
+
"bis": "PG"
|
| 2016 |
+
}
|
| 2017 |
+
},
|
| 2018 |
+
{
|
| 2019 |
+
"alpha3": "POL",
|
| 2020 |
+
"name": "Poland",
|
| 2021 |
+
"iso2": "PL",
|
| 2022 |
+
"region": "Europe & Central Asia",
|
| 2023 |
+
"income_group": "High income",
|
| 2024 |
+
"currency_name": "Polish zloty",
|
| 2025 |
+
"source_codes": {
|
| 2026 |
+
"world_bank": "POL",
|
| 2027 |
+
"imf_weo": "POL",
|
| 2028 |
+
"bis": "PL"
|
| 2029 |
+
}
|
| 2030 |
+
},
|
| 2031 |
+
{
|
| 2032 |
+
"alpha3": "PRI",
|
| 2033 |
+
"name": "Puerto Rico (US)",
|
| 2034 |
+
"iso2": "PR",
|
| 2035 |
+
"region": "Latin America & Caribbean",
|
| 2036 |
+
"income_group": "High income",
|
| 2037 |
+
"currency_name": "U.S. dollar",
|
| 2038 |
+
"source_codes": {
|
| 2039 |
+
"world_bank": "PRI",
|
| 2040 |
+
"imf_weo": "PRI",
|
| 2041 |
+
"bis": "PR"
|
| 2042 |
+
}
|
| 2043 |
+
},
|
| 2044 |
+
{
|
| 2045 |
+
"alpha3": "PRK",
|
| 2046 |
+
"name": "Korea, Democratic People’s Republic of",
|
| 2047 |
+
"iso2": "KP",
|
| 2048 |
+
"region": "East Asia & Pacific",
|
| 2049 |
+
"income_group": "Low income",
|
| 2050 |
+
"currency_name": "Democratic People's Republic of Korean won",
|
| 2051 |
+
"source_codes": {
|
| 2052 |
+
"world_bank": "PRK",
|
| 2053 |
+
"imf_weo": "PRK",
|
| 2054 |
+
"bis": "KP"
|
| 2055 |
+
}
|
| 2056 |
+
},
|
| 2057 |
+
{
|
| 2058 |
+
"alpha3": "PRT",
|
| 2059 |
+
"name": "Portugal",
|
| 2060 |
+
"iso2": "PT",
|
| 2061 |
+
"region": "Europe & Central Asia",
|
| 2062 |
+
"income_group": "High income",
|
| 2063 |
+
"currency_name": "Euro",
|
| 2064 |
+
"source_codes": {
|
| 2065 |
+
"world_bank": "PRT",
|
| 2066 |
+
"imf_weo": "PRT",
|
| 2067 |
+
"bis": "PT"
|
| 2068 |
+
}
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"alpha3": "PRY",
|
| 2072 |
+
"name": "Paraguay",
|
| 2073 |
+
"iso2": "PY",
|
| 2074 |
+
"region": "Latin America & Caribbean",
|
| 2075 |
+
"income_group": "Upper middle income",
|
| 2076 |
+
"currency_name": "Paraguayan guarani",
|
| 2077 |
+
"source_codes": {
|
| 2078 |
+
"world_bank": "PRY",
|
| 2079 |
+
"imf_weo": "PRY",
|
| 2080 |
+
"bis": "PY"
|
| 2081 |
+
}
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"alpha3": "PSE",
|
| 2085 |
+
"name": "West Bank and Gaza",
|
| 2086 |
+
"iso2": "PS",
|
| 2087 |
+
"region": "Middle East & North Africa",
|
| 2088 |
+
"income_group": "Lower middle income",
|
| 2089 |
+
"currency_name": "Israeli new shekel",
|
| 2090 |
+
"source_codes": {
|
| 2091 |
+
"world_bank": "PSE",
|
| 2092 |
+
"imf_weo": "PSE",
|
| 2093 |
+
"bis": "PS"
|
| 2094 |
+
}
|
| 2095 |
+
},
|
| 2096 |
+
{
|
| 2097 |
+
"alpha3": "PYF",
|
| 2098 |
+
"name": "French Polynesia",
|
| 2099 |
+
"iso2": "PF",
|
| 2100 |
+
"region": "East Asia & Pacific",
|
| 2101 |
+
"income_group": "High income",
|
| 2102 |
+
"currency_name": "CFP franc",
|
| 2103 |
+
"source_codes": {
|
| 2104 |
+
"world_bank": "PYF",
|
| 2105 |
+
"imf_weo": "PYF",
|
| 2106 |
+
"bis": "PF"
|
| 2107 |
+
}
|
| 2108 |
+
},
|
| 2109 |
+
{
|
| 2110 |
+
"alpha3": "QAT",
|
| 2111 |
+
"name": "Qatar",
|
| 2112 |
+
"iso2": "QA",
|
| 2113 |
+
"region": "Middle East & North Africa",
|
| 2114 |
+
"income_group": "High income",
|
| 2115 |
+
"currency_name": "Qatari riyal",
|
| 2116 |
+
"source_codes": {
|
| 2117 |
+
"world_bank": "QAT",
|
| 2118 |
+
"imf_weo": "QAT",
|
| 2119 |
+
"bis": "QA"
|
| 2120 |
+
}
|
| 2121 |
+
},
|
| 2122 |
+
{
|
| 2123 |
+
"alpha3": "ROU",
|
| 2124 |
+
"name": "Romania",
|
| 2125 |
+
"iso2": "RO",
|
| 2126 |
+
"region": "Europe & Central Asia",
|
| 2127 |
+
"income_group": "High income",
|
| 2128 |
+
"currency_name": "New Romanian leu",
|
| 2129 |
+
"source_codes": {
|
| 2130 |
+
"world_bank": "ROU",
|
| 2131 |
+
"imf_weo": "ROU",
|
| 2132 |
+
"bis": "RO"
|
| 2133 |
+
}
|
| 2134 |
+
},
|
| 2135 |
+
{
|
| 2136 |
+
"alpha3": "RUS",
|
| 2137 |
+
"name": "Russian Federation",
|
| 2138 |
+
"iso2": "RU",
|
| 2139 |
+
"region": "Europe & Central Asia",
|
| 2140 |
+
"income_group": "High income",
|
| 2141 |
+
"currency_name": "Russian ruble",
|
| 2142 |
+
"source_codes": {
|
| 2143 |
+
"world_bank": "RUS",
|
| 2144 |
+
"imf_weo": "RUS",
|
| 2145 |
+
"bis": "RU"
|
| 2146 |
+
}
|
| 2147 |
+
},
|
| 2148 |
+
{
|
| 2149 |
+
"alpha3": "RWA",
|
| 2150 |
+
"name": "Rwanda",
|
| 2151 |
+
"iso2": "RW",
|
| 2152 |
+
"region": "Sub-Saharan Africa",
|
| 2153 |
+
"income_group": "Low income",
|
| 2154 |
+
"currency_name": "Rwandan franc",
|
| 2155 |
+
"source_codes": {
|
| 2156 |
+
"world_bank": "RWA",
|
| 2157 |
+
"imf_weo": "RWA",
|
| 2158 |
+
"bis": "RW"
|
| 2159 |
+
}
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"alpha3": "SAU",
|
| 2163 |
+
"name": "Saudi Arabia",
|
| 2164 |
+
"iso2": "SA",
|
| 2165 |
+
"region": "Middle East & North Africa",
|
| 2166 |
+
"income_group": "High income",
|
| 2167 |
+
"currency_name": "Saudi Arabian riyal",
|
| 2168 |
+
"source_codes": {
|
| 2169 |
+
"world_bank": "SAU",
|
| 2170 |
+
"imf_weo": "SAU",
|
| 2171 |
+
"bis": "SA"
|
| 2172 |
+
}
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"alpha3": "SDN",
|
| 2176 |
+
"name": "Sudan",
|
| 2177 |
+
"iso2": "SD",
|
| 2178 |
+
"region": "Sub-Saharan Africa",
|
| 2179 |
+
"income_group": "Low income",
|
| 2180 |
+
"currency_name": "Sudanese pound",
|
| 2181 |
+
"source_codes": {
|
| 2182 |
+
"world_bank": "SDN",
|
| 2183 |
+
"imf_weo": "SDN",
|
| 2184 |
+
"bis": "SD"
|
| 2185 |
+
}
|
| 2186 |
+
},
|
| 2187 |
+
{
|
| 2188 |
+
"alpha3": "SEN",
|
| 2189 |
+
"name": "Senegal",
|
| 2190 |
+
"iso2": "SN",
|
| 2191 |
+
"region": "Sub-Saharan Africa",
|
| 2192 |
+
"income_group": "Lower middle income",
|
| 2193 |
+
"currency_name": "West African CFA franc",
|
| 2194 |
+
"source_codes": {
|
| 2195 |
+
"world_bank": "SEN",
|
| 2196 |
+
"imf_weo": "SEN",
|
| 2197 |
+
"bis": "SN"
|
| 2198 |
+
}
|
| 2199 |
+
},
|
| 2200 |
+
{
|
| 2201 |
+
"alpha3": "SGP",
|
| 2202 |
+
"name": "Singapore",
|
| 2203 |
+
"iso2": "SG",
|
| 2204 |
+
"region": "East Asia & Pacific",
|
| 2205 |
+
"income_group": "High income",
|
| 2206 |
+
"currency_name": "Singapore dollar",
|
| 2207 |
+
"source_codes": {
|
| 2208 |
+
"world_bank": "SGP",
|
| 2209 |
+
"imf_weo": "SGP",
|
| 2210 |
+
"bis": "SG"
|
| 2211 |
+
}
|
| 2212 |
+
},
|
| 2213 |
+
{
|
| 2214 |
+
"alpha3": "SLB",
|
| 2215 |
+
"name": "Solomon Islands",
|
| 2216 |
+
"iso2": "SB",
|
| 2217 |
+
"region": "East Asia & Pacific",
|
| 2218 |
+
"income_group": "Lower middle income",
|
| 2219 |
+
"currency_name": "Solomon Islands dollar",
|
| 2220 |
+
"source_codes": {
|
| 2221 |
+
"world_bank": "SLB",
|
| 2222 |
+
"imf_weo": "SLB",
|
| 2223 |
+
"bis": "SB"
|
| 2224 |
+
}
|
| 2225 |
+
},
|
| 2226 |
+
{
|
| 2227 |
+
"alpha3": "SLE",
|
| 2228 |
+
"name": "Sierra Leone",
|
| 2229 |
+
"iso2": "SL",
|
| 2230 |
+
"region": "Sub-Saharan Africa",
|
| 2231 |
+
"income_group": "Low income",
|
| 2232 |
+
"currency_name": "Sierra Leonean leone",
|
| 2233 |
+
"source_codes": {
|
| 2234 |
+
"world_bank": "SLE",
|
| 2235 |
+
"imf_weo": "SLE",
|
| 2236 |
+
"bis": "SL"
|
| 2237 |
+
}
|
| 2238 |
+
},
|
| 2239 |
+
{
|
| 2240 |
+
"alpha3": "SLV",
|
| 2241 |
+
"name": "El Salvador",
|
| 2242 |
+
"iso2": "SV",
|
| 2243 |
+
"region": "Latin America & Caribbean",
|
| 2244 |
+
"income_group": "Upper middle income",
|
| 2245 |
+
"currency_name": "U.S. dollar",
|
| 2246 |
+
"source_codes": {
|
| 2247 |
+
"world_bank": "SLV",
|
| 2248 |
+
"imf_weo": "SLV",
|
| 2249 |
+
"bis": "SV"
|
| 2250 |
+
}
|
| 2251 |
+
},
|
| 2252 |
+
{
|
| 2253 |
+
"alpha3": "SMR",
|
| 2254 |
+
"name": "San Marino",
|
| 2255 |
+
"iso2": "SM",
|
| 2256 |
+
"region": "Europe & Central Asia",
|
| 2257 |
+
"income_group": "High income",
|
| 2258 |
+
"currency_name": "Euro",
|
| 2259 |
+
"source_codes": {
|
| 2260 |
+
"world_bank": "SMR",
|
| 2261 |
+
"imf_weo": "SMR",
|
| 2262 |
+
"bis": "SM"
|
| 2263 |
+
}
|
| 2264 |
+
},
|
| 2265 |
+
{
|
| 2266 |
+
"alpha3": "SOM",
|
| 2267 |
+
"name": "Somalia, Fed. Rep.",
|
| 2268 |
+
"iso2": "SO",
|
| 2269 |
+
"region": "Sub-Saharan Africa",
|
| 2270 |
+
"income_group": "Low income",
|
| 2271 |
+
"currency_name": "Somali shilling",
|
| 2272 |
+
"source_codes": {
|
| 2273 |
+
"world_bank": "SOM",
|
| 2274 |
+
"imf_weo": "SOM",
|
| 2275 |
+
"bis": "SO"
|
| 2276 |
+
}
|
| 2277 |
+
},
|
| 2278 |
+
{
|
| 2279 |
+
"alpha3": "SRB",
|
| 2280 |
+
"name": "Serbia",
|
| 2281 |
+
"iso2": "RS",
|
| 2282 |
+
"region": "Europe & Central Asia",
|
| 2283 |
+
"income_group": "Upper middle income",
|
| 2284 |
+
"currency_name": "New Serbian dinar",
|
| 2285 |
+
"source_codes": {
|
| 2286 |
+
"world_bank": "SRB",
|
| 2287 |
+
"imf_weo": "SRB",
|
| 2288 |
+
"bis": "RS"
|
| 2289 |
+
}
|
| 2290 |
+
},
|
| 2291 |
+
{
|
| 2292 |
+
"alpha3": "SSD",
|
| 2293 |
+
"name": "South Sudan",
|
| 2294 |
+
"iso2": "SS",
|
| 2295 |
+
"region": "Sub-Saharan Africa",
|
| 2296 |
+
"income_group": "Low income",
|
| 2297 |
+
"currency_name": "South Sudanese Pound",
|
| 2298 |
+
"source_codes": {
|
| 2299 |
+
"world_bank": "SSD",
|
| 2300 |
+
"imf_weo": "SSD",
|
| 2301 |
+
"bis": "SS"
|
| 2302 |
+
}
|
| 2303 |
+
},
|
| 2304 |
+
{
|
| 2305 |
+
"alpha3": "STP",
|
| 2306 |
+
"name": "São Tomé and Principe",
|
| 2307 |
+
"iso2": "ST",
|
| 2308 |
+
"region": "Sub-Saharan Africa",
|
| 2309 |
+
"income_group": "Lower middle income",
|
| 2310 |
+
"currency_name": "São Tomé and Principe dobra",
|
| 2311 |
+
"source_codes": {
|
| 2312 |
+
"world_bank": "STP",
|
| 2313 |
+
"imf_weo": "STP",
|
| 2314 |
+
"bis": "ST"
|
| 2315 |
+
}
|
| 2316 |
+
},
|
| 2317 |
+
{
|
| 2318 |
+
"alpha3": "SUR",
|
| 2319 |
+
"name": "Suriname",
|
| 2320 |
+
"iso2": "SR",
|
| 2321 |
+
"region": "Latin America & Caribbean",
|
| 2322 |
+
"income_group": "Upper middle income",
|
| 2323 |
+
"currency_name": "Suriname dollar",
|
| 2324 |
+
"source_codes": {
|
| 2325 |
+
"world_bank": "SUR",
|
| 2326 |
+
"imf_weo": "SUR",
|
| 2327 |
+
"bis": "SR"
|
| 2328 |
+
}
|
| 2329 |
+
},
|
| 2330 |
+
{
|
| 2331 |
+
"alpha3": "SVK",
|
| 2332 |
+
"name": "Slovak Republic",
|
| 2333 |
+
"iso2": "SK",
|
| 2334 |
+
"region": "Europe & Central Asia",
|
| 2335 |
+
"income_group": "High income",
|
| 2336 |
+
"currency_name": "Euro",
|
| 2337 |
+
"source_codes": {
|
| 2338 |
+
"world_bank": "SVK",
|
| 2339 |
+
"imf_weo": "SVK",
|
| 2340 |
+
"bis": "SK"
|
| 2341 |
+
}
|
| 2342 |
+
},
|
| 2343 |
+
{
|
| 2344 |
+
"alpha3": "SVN",
|
| 2345 |
+
"name": "Slovenia",
|
| 2346 |
+
"iso2": "SI",
|
| 2347 |
+
"region": "Europe & Central Asia",
|
| 2348 |
+
"income_group": "High income",
|
| 2349 |
+
"currency_name": "Euro",
|
| 2350 |
+
"source_codes": {
|
| 2351 |
+
"world_bank": "SVN",
|
| 2352 |
+
"imf_weo": "SVN",
|
| 2353 |
+
"bis": "SI"
|
| 2354 |
+
}
|
| 2355 |
+
},
|
| 2356 |
+
{
|
| 2357 |
+
"alpha3": "SWE",
|
| 2358 |
+
"name": "Sweden",
|
| 2359 |
+
"iso2": "SE",
|
| 2360 |
+
"region": "Europe & Central Asia",
|
| 2361 |
+
"income_group": "High income",
|
| 2362 |
+
"currency_name": "Swedish krona",
|
| 2363 |
+
"source_codes": {
|
| 2364 |
+
"world_bank": "SWE",
|
| 2365 |
+
"imf_weo": "SWE",
|
| 2366 |
+
"bis": "SE"
|
| 2367 |
+
}
|
| 2368 |
+
},
|
| 2369 |
+
{
|
| 2370 |
+
"alpha3": "SWZ",
|
| 2371 |
+
"name": "Eswatini",
|
| 2372 |
+
"iso2": "SZ",
|
| 2373 |
+
"region": "Sub-Saharan Africa",
|
| 2374 |
+
"income_group": "Lower middle income",
|
| 2375 |
+
"currency_name": "Swazi lilangeni",
|
| 2376 |
+
"source_codes": {
|
| 2377 |
+
"world_bank": "SWZ",
|
| 2378 |
+
"imf_weo": "SWZ",
|
| 2379 |
+
"bis": "SZ"
|
| 2380 |
+
}
|
| 2381 |
+
},
|
| 2382 |
+
{
|
| 2383 |
+
"alpha3": "SXM",
|
| 2384 |
+
"name": "Sint Maarten (Dutch part)",
|
| 2385 |
+
"iso2": "SX",
|
| 2386 |
+
"region": "Latin America & Caribbean",
|
| 2387 |
+
"income_group": "High income",
|
| 2388 |
+
"currency_name": "Netherlands Antillean guilder",
|
| 2389 |
+
"source_codes": {
|
| 2390 |
+
"world_bank": "SXM",
|
| 2391 |
+
"imf_weo": "SXM",
|
| 2392 |
+
"bis": "SX"
|
| 2393 |
+
}
|
| 2394 |
+
},
|
| 2395 |
+
{
|
| 2396 |
+
"alpha3": "SYC",
|
| 2397 |
+
"name": "Seychelles",
|
| 2398 |
+
"iso2": "SC",
|
| 2399 |
+
"region": "Sub-Saharan Africa",
|
| 2400 |
+
"income_group": "High income",
|
| 2401 |
+
"currency_name": "Seychelles rupee",
|
| 2402 |
+
"source_codes": {
|
| 2403 |
+
"world_bank": "SYC",
|
| 2404 |
+
"imf_weo": "SYC",
|
| 2405 |
+
"bis": "SC"
|
| 2406 |
+
}
|
| 2407 |
+
},
|
| 2408 |
+
{
|
| 2409 |
+
"alpha3": "SYR",
|
| 2410 |
+
"name": "Syrian Arab Republic",
|
| 2411 |
+
"iso2": "SY",
|
| 2412 |
+
"region": "Middle East & North Africa",
|
| 2413 |
+
"income_group": "Low income",
|
| 2414 |
+
"currency_name": "Syrian pound",
|
| 2415 |
+
"source_codes": {
|
| 2416 |
+
"world_bank": "SYR",
|
| 2417 |
+
"imf_weo": "SYR",
|
| 2418 |
+
"bis": "SY"
|
| 2419 |
+
}
|
| 2420 |
+
},
|
| 2421 |
+
{
|
| 2422 |
+
"alpha3": "TCA",
|
| 2423 |
+
"name": "Turks and Caicos Islands",
|
| 2424 |
+
"iso2": "TC",
|
| 2425 |
+
"region": "Latin America & Caribbean",
|
| 2426 |
+
"income_group": "High income",
|
| 2427 |
+
"currency_name": "U.S. dollar",
|
| 2428 |
+
"source_codes": {
|
| 2429 |
+
"world_bank": "TCA",
|
| 2430 |
+
"imf_weo": "TCA",
|
| 2431 |
+
"bis": "TC"
|
| 2432 |
+
}
|
| 2433 |
+
},
|
| 2434 |
+
{
|
| 2435 |
+
"alpha3": "TCD",
|
| 2436 |
+
"name": "Chad",
|
| 2437 |
+
"iso2": "TD",
|
| 2438 |
+
"region": "Sub-Saharan Africa",
|
| 2439 |
+
"income_group": "Low income",
|
| 2440 |
+
"currency_name": "Central African CFA franc",
|
| 2441 |
+
"source_codes": {
|
| 2442 |
+
"world_bank": "TCD",
|
| 2443 |
+
"imf_weo": "TCD",
|
| 2444 |
+
"bis": "TD"
|
| 2445 |
+
}
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"alpha3": "TGO",
|
| 2449 |
+
"name": "Togo",
|
| 2450 |
+
"iso2": "TG",
|
| 2451 |
+
"region": "Sub-Saharan Africa",
|
| 2452 |
+
"income_group": "Low income",
|
| 2453 |
+
"currency_name": "West African CFA franc",
|
| 2454 |
+
"source_codes": {
|
| 2455 |
+
"world_bank": "TGO",
|
| 2456 |
+
"imf_weo": "TGO",
|
| 2457 |
+
"bis": "TG"
|
| 2458 |
+
}
|
| 2459 |
+
},
|
| 2460 |
+
{
|
| 2461 |
+
"alpha3": "THA",
|
| 2462 |
+
"name": "Thailand",
|
| 2463 |
+
"iso2": "TH",
|
| 2464 |
+
"region": "East Asia & Pacific",
|
| 2465 |
+
"income_group": "Upper middle income",
|
| 2466 |
+
"currency_name": "Thai baht",
|
| 2467 |
+
"source_codes": {
|
| 2468 |
+
"world_bank": "THA",
|
| 2469 |
+
"imf_weo": "THA",
|
| 2470 |
+
"bis": "TH"
|
| 2471 |
+
}
|
| 2472 |
+
},
|
| 2473 |
+
{
|
| 2474 |
+
"alpha3": "TJK",
|
| 2475 |
+
"name": "Tajikistan",
|
| 2476 |
+
"iso2": "TJ",
|
| 2477 |
+
"region": "Europe & Central Asia",
|
| 2478 |
+
"income_group": "Lower middle income",
|
| 2479 |
+
"currency_name": "Tajik somoni",
|
| 2480 |
+
"source_codes": {
|
| 2481 |
+
"world_bank": "TJK",
|
| 2482 |
+
"imf_weo": "TJK",
|
| 2483 |
+
"bis": "TJ"
|
| 2484 |
+
}
|
| 2485 |
+
},
|
| 2486 |
+
{
|
| 2487 |
+
"alpha3": "TKM",
|
| 2488 |
+
"name": "Turkmenistan",
|
| 2489 |
+
"iso2": "TM",
|
| 2490 |
+
"region": "Europe & Central Asia",
|
| 2491 |
+
"income_group": "Upper middle income",
|
| 2492 |
+
"currency_name": "New Turkmen manat",
|
| 2493 |
+
"source_codes": {
|
| 2494 |
+
"world_bank": "TKM",
|
| 2495 |
+
"imf_weo": "TKM",
|
| 2496 |
+
"bis": "TM"
|
| 2497 |
+
}
|
| 2498 |
+
},
|
| 2499 |
+
{
|
| 2500 |
+
"alpha3": "TLS",
|
| 2501 |
+
"name": "Timor-Leste",
|
| 2502 |
+
"iso2": "TL",
|
| 2503 |
+
"region": "East Asia & Pacific",
|
| 2504 |
+
"income_group": "Lower middle income",
|
| 2505 |
+
"currency_name": "U.S. dollar",
|
| 2506 |
+
"source_codes": {
|
| 2507 |
+
"world_bank": "TLS",
|
| 2508 |
+
"imf_weo": "TLS",
|
| 2509 |
+
"bis": "TL"
|
| 2510 |
+
}
|
| 2511 |
+
},
|
| 2512 |
+
{
|
| 2513 |
+
"alpha3": "TON",
|
| 2514 |
+
"name": "Tonga",
|
| 2515 |
+
"iso2": "TO",
|
| 2516 |
+
"region": "East Asia & Pacific",
|
| 2517 |
+
"income_group": "Upper middle income",
|
| 2518 |
+
"currency_name": "Tongan pa'anga",
|
| 2519 |
+
"source_codes": {
|
| 2520 |
+
"world_bank": "TON",
|
| 2521 |
+
"imf_weo": "TON",
|
| 2522 |
+
"bis": "TO"
|
| 2523 |
+
}
|
| 2524 |
+
},
|
| 2525 |
+
{
|
| 2526 |
+
"alpha3": "TTO",
|
| 2527 |
+
"name": "Trinidad and Tobago",
|
| 2528 |
+
"iso2": "TT",
|
| 2529 |
+
"region": "Latin America & Caribbean",
|
| 2530 |
+
"income_group": "High income",
|
| 2531 |
+
"currency_name": "Trinidad and Tobago dollar",
|
| 2532 |
+
"source_codes": {
|
| 2533 |
+
"world_bank": "TTO",
|
| 2534 |
+
"imf_weo": "TTO",
|
| 2535 |
+
"bis": "TT"
|
| 2536 |
+
}
|
| 2537 |
+
},
|
| 2538 |
+
{
|
| 2539 |
+
"alpha3": "TUN",
|
| 2540 |
+
"name": "Tunisia",
|
| 2541 |
+
"iso2": "TN",
|
| 2542 |
+
"region": "Middle East & North Africa",
|
| 2543 |
+
"income_group": "Lower middle income",
|
| 2544 |
+
"currency_name": "Tunisian dinar",
|
| 2545 |
+
"source_codes": {
|
| 2546 |
+
"world_bank": "TUN",
|
| 2547 |
+
"imf_weo": "TUN",
|
| 2548 |
+
"bis": "TN"
|
| 2549 |
+
}
|
| 2550 |
+
},
|
| 2551 |
+
{
|
| 2552 |
+
"alpha3": "TUR",
|
| 2553 |
+
"name": "Türkiye",
|
| 2554 |
+
"iso2": "TR",
|
| 2555 |
+
"region": "Europe & Central Asia",
|
| 2556 |
+
"income_group": "Upper middle income",
|
| 2557 |
+
"currency_name": "New Turkish lira",
|
| 2558 |
+
"source_codes": {
|
| 2559 |
+
"world_bank": "TUR",
|
| 2560 |
+
"imf_weo": "TUR",
|
| 2561 |
+
"bis": "TR"
|
| 2562 |
+
}
|
| 2563 |
+
},
|
| 2564 |
+
{
|
| 2565 |
+
"alpha3": "TUV",
|
| 2566 |
+
"name": "Tuvalu",
|
| 2567 |
+
"iso2": "TV",
|
| 2568 |
+
"region": "East Asia & Pacific",
|
| 2569 |
+
"income_group": "Upper middle income",
|
| 2570 |
+
"currency_name": "Australian dollar",
|
| 2571 |
+
"source_codes": {
|
| 2572 |
+
"world_bank": "TUV",
|
| 2573 |
+
"imf_weo": "TUV",
|
| 2574 |
+
"bis": "TV"
|
| 2575 |
+
}
|
| 2576 |
+
},
|
| 2577 |
+
{
|
| 2578 |
+
"alpha3": "TZA",
|
| 2579 |
+
"name": "Tanzania",
|
| 2580 |
+
"iso2": "TZ",
|
| 2581 |
+
"region": "Sub-Saharan Africa",
|
| 2582 |
+
"income_group": "Lower middle income",
|
| 2583 |
+
"currency_name": "Tanzanian shilling",
|
| 2584 |
+
"source_codes": {
|
| 2585 |
+
"world_bank": "TZA",
|
| 2586 |
+
"imf_weo": "TZA",
|
| 2587 |
+
"bis": "TZ"
|
| 2588 |
+
}
|
| 2589 |
+
},
|
| 2590 |
+
{
|
| 2591 |
+
"alpha3": "UGA",
|
| 2592 |
+
"name": "Uganda",
|
| 2593 |
+
"iso2": "UG",
|
| 2594 |
+
"region": "Sub-Saharan Africa",
|
| 2595 |
+
"income_group": "Low income",
|
| 2596 |
+
"currency_name": "Ugandan shilling",
|
| 2597 |
+
"source_codes": {
|
| 2598 |
+
"world_bank": "UGA",
|
| 2599 |
+
"imf_weo": "UGA",
|
| 2600 |
+
"bis": "UG"
|
| 2601 |
+
}
|
| 2602 |
+
},
|
| 2603 |
+
{
|
| 2604 |
+
"alpha3": "UKR",
|
| 2605 |
+
"name": "Ukraine",
|
| 2606 |
+
"iso2": "UA",
|
| 2607 |
+
"region": "Europe & Central Asia",
|
| 2608 |
+
"income_group": "Upper middle income",
|
| 2609 |
+
"currency_name": "Ukrainian hryvnia",
|
| 2610 |
+
"source_codes": {
|
| 2611 |
+
"world_bank": "UKR",
|
| 2612 |
+
"imf_weo": "UKR",
|
| 2613 |
+
"bis": "UA"
|
| 2614 |
+
}
|
| 2615 |
+
},
|
| 2616 |
+
{
|
| 2617 |
+
"alpha3": "URY",
|
| 2618 |
+
"name": "Uruguay",
|
| 2619 |
+
"iso2": "UY",
|
| 2620 |
+
"region": "Latin America & Caribbean",
|
| 2621 |
+
"income_group": "High income",
|
| 2622 |
+
"currency_name": "Uruguayan peso",
|
| 2623 |
+
"source_codes": {
|
| 2624 |
+
"world_bank": "URY",
|
| 2625 |
+
"imf_weo": "URY",
|
| 2626 |
+
"bis": "UY"
|
| 2627 |
+
}
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"alpha3": "USA",
|
| 2631 |
+
"name": "United States",
|
| 2632 |
+
"iso2": "US",
|
| 2633 |
+
"region": "North America",
|
| 2634 |
+
"income_group": "High income",
|
| 2635 |
+
"currency_name": "U.S. dollar",
|
| 2636 |
+
"source_codes": {
|
| 2637 |
+
"world_bank": "USA",
|
| 2638 |
+
"imf_weo": "USA",
|
| 2639 |
+
"bis": "US"
|
| 2640 |
+
}
|
| 2641 |
+
},
|
| 2642 |
+
{
|
| 2643 |
+
"alpha3": "UZB",
|
| 2644 |
+
"name": "Uzbekistan",
|
| 2645 |
+
"iso2": "UZ",
|
| 2646 |
+
"region": "Europe & Central Asia",
|
| 2647 |
+
"income_group": "Lower middle income",
|
| 2648 |
+
"currency_name": "Uzbek som",
|
| 2649 |
+
"source_codes": {
|
| 2650 |
+
"world_bank": "UZB",
|
| 2651 |
+
"imf_weo": "UZB",
|
| 2652 |
+
"bis": "UZ"
|
| 2653 |
+
}
|
| 2654 |
+
},
|
| 2655 |
+
{
|
| 2656 |
+
"alpha3": "VCT",
|
| 2657 |
+
"name": "St. Vincent and the Grenadines",
|
| 2658 |
+
"iso2": "VC",
|
| 2659 |
+
"region": "Latin America & Caribbean",
|
| 2660 |
+
"income_group": "Upper middle income",
|
| 2661 |
+
"currency_name": "East Caribbean dollar",
|
| 2662 |
+
"source_codes": {
|
| 2663 |
+
"world_bank": "VCT",
|
| 2664 |
+
"imf_weo": "VCT",
|
| 2665 |
+
"bis": "VC"
|
| 2666 |
+
}
|
| 2667 |
+
},
|
| 2668 |
+
{
|
| 2669 |
+
"alpha3": "VGB",
|
| 2670 |
+
"name": "British Virgin Islands",
|
| 2671 |
+
"iso2": "VG",
|
| 2672 |
+
"region": "Latin America & Caribbean",
|
| 2673 |
+
"income_group": "High income",
|
| 2674 |
+
"currency_name": "U.S. dollar",
|
| 2675 |
+
"source_codes": {
|
| 2676 |
+
"world_bank": "VGB",
|
| 2677 |
+
"imf_weo": "VGB",
|
| 2678 |
+
"bis": "VG"
|
| 2679 |
+
}
|
| 2680 |
+
},
|
| 2681 |
+
{
|
| 2682 |
+
"alpha3": "VIR",
|
| 2683 |
+
"name": "Virgin Islands (US)",
|
| 2684 |
+
"iso2": "VI",
|
| 2685 |
+
"region": "Latin America & Caribbean",
|
| 2686 |
+
"income_group": "High income",
|
| 2687 |
+
"currency_name": "U.S. dollar",
|
| 2688 |
+
"source_codes": {
|
| 2689 |
+
"world_bank": "VIR",
|
| 2690 |
+
"imf_weo": "VIR",
|
| 2691 |
+
"bis": "VI"
|
| 2692 |
+
}
|
| 2693 |
+
},
|
| 2694 |
+
{
|
| 2695 |
+
"alpha3": "VNM",
|
| 2696 |
+
"name": "Viet Nam",
|
| 2697 |
+
"iso2": "VN",
|
| 2698 |
+
"region": "East Asia & Pacific",
|
| 2699 |
+
"income_group": "Lower middle income",
|
| 2700 |
+
"currency_name": "Vietnamese dong",
|
| 2701 |
+
"source_codes": {
|
| 2702 |
+
"world_bank": "VNM",
|
| 2703 |
+
"imf_weo": "VNM",
|
| 2704 |
+
"bis": "VN"
|
| 2705 |
+
}
|
| 2706 |
+
},
|
| 2707 |
+
{
|
| 2708 |
+
"alpha3": "VUT",
|
| 2709 |
+
"name": "Vanuatu",
|
| 2710 |
+
"iso2": "VU",
|
| 2711 |
+
"region": "East Asia & Pacific",
|
| 2712 |
+
"income_group": "Lower middle income",
|
| 2713 |
+
"currency_name": "Vanuatu vatu",
|
| 2714 |
+
"source_codes": {
|
| 2715 |
+
"world_bank": "VUT",
|
| 2716 |
+
"imf_weo": "VUT",
|
| 2717 |
+
"bis": "VU"
|
| 2718 |
+
}
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"alpha3": "WSM",
|
| 2722 |
+
"name": "Samoa",
|
| 2723 |
+
"iso2": "WS",
|
| 2724 |
+
"region": "East Asia & Pacific",
|
| 2725 |
+
"income_group": "Upper middle income",
|
| 2726 |
+
"currency_name": "Samoan tala",
|
| 2727 |
+
"source_codes": {
|
| 2728 |
+
"world_bank": "WSM",
|
| 2729 |
+
"imf_weo": "WSM",
|
| 2730 |
+
"bis": "WS"
|
| 2731 |
+
}
|
| 2732 |
+
},
|
| 2733 |
+
{
|
| 2734 |
+
"alpha3": "XKX",
|
| 2735 |
+
"name": "Kosovo",
|
| 2736 |
+
"iso2": "XK",
|
| 2737 |
+
"region": "Europe & Central Asia",
|
| 2738 |
+
"income_group": "Upper middle income",
|
| 2739 |
+
"currency_name": "Euro",
|
| 2740 |
+
"source_codes": {
|
| 2741 |
+
"world_bank": "XKX",
|
| 2742 |
+
"imf_weo": "XKX",
|
| 2743 |
+
"bis": "XK"
|
| 2744 |
+
}
|
| 2745 |
+
},
|
| 2746 |
+
{
|
| 2747 |
+
"alpha3": "YEM",
|
| 2748 |
+
"name": "Yemen, Republic of",
|
| 2749 |
+
"iso2": "YE",
|
| 2750 |
+
"region": "Middle East & North Africa",
|
| 2751 |
+
"income_group": "Low income",
|
| 2752 |
+
"currency_name": "Yemeni rial",
|
| 2753 |
+
"source_codes": {
|
| 2754 |
+
"world_bank": "YEM",
|
| 2755 |
+
"imf_weo": "YEM",
|
| 2756 |
+
"bis": "YE"
|
| 2757 |
+
}
|
| 2758 |
+
},
|
| 2759 |
+
{
|
| 2760 |
+
"alpha3": "ZAF",
|
| 2761 |
+
"name": "South Africa",
|
| 2762 |
+
"iso2": "ZA",
|
| 2763 |
+
"region": "Sub-Saharan Africa",
|
| 2764 |
+
"income_group": "Upper middle income",
|
| 2765 |
+
"currency_name": "South African rand",
|
| 2766 |
+
"source_codes": {
|
| 2767 |
+
"world_bank": "ZAF",
|
| 2768 |
+
"imf_weo": "ZAF",
|
| 2769 |
+
"bis": "ZA"
|
| 2770 |
+
}
|
| 2771 |
+
},
|
| 2772 |
+
{
|
| 2773 |
+
"alpha3": "ZMB",
|
| 2774 |
+
"name": "Zambia",
|
| 2775 |
+
"iso2": "ZM",
|
| 2776 |
+
"region": "Sub-Saharan Africa",
|
| 2777 |
+
"income_group": "Lower middle income",
|
| 2778 |
+
"currency_name": "New Zambian kwacha",
|
| 2779 |
+
"source_codes": {
|
| 2780 |
+
"world_bank": "ZMB",
|
| 2781 |
+
"imf_weo": "ZMB",
|
| 2782 |
+
"bis": "ZM"
|
| 2783 |
+
}
|
| 2784 |
+
},
|
| 2785 |
+
{
|
| 2786 |
+
"alpha3": "ZWE",
|
| 2787 |
+
"name": "Zimbabwe",
|
| 2788 |
+
"iso2": "ZW",
|
| 2789 |
+
"region": "Sub-Saharan Africa",
|
| 2790 |
+
"income_group": "Lower middle income",
|
| 2791 |
+
"currency_name": "Zimbabwean Zimbabwe Gold",
|
| 2792 |
+
"source_codes": {
|
| 2793 |
+
"world_bank": "ZWE",
|
| 2794 |
+
"imf_weo": "ZWE",
|
| 2795 |
+
"bis": "ZW"
|
| 2796 |
+
}
|
| 2797 |
+
}
|
| 2798 |
+
],
|
| 2799 |
+
"aggregates": [
|
| 2800 |
+
{
|
| 2801 |
+
"code": "EUU",
|
| 2802 |
+
"name": "European Union",
|
| 2803 |
+
"source": "world_bank",
|
| 2804 |
+
"type": "regional_group"
|
| 2805 |
+
}
|
| 2806 |
+
],
|
| 2807 |
+
"unmapped": []
|
| 2808 |
+
}
|
_mappings/coverage_matrix.json
ADDED
|
@@ -0,0 +1,992 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"indicator_id": "bis.PX.REX.REER",
|
| 4 |
+
"source": "bis",
|
| 5 |
+
"countries_with_data": 106,
|
| 6 |
+
"year_min": 1964,
|
| 7 |
+
"year_max": 2026,
|
| 8 |
+
"total_cells": 4931,
|
| 9 |
+
"non_null_cells": 4931,
|
| 10 |
+
"fill_rate_pct": 100.0
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"indicator_id": "imf.GGXWDG_NGDP",
|
| 14 |
+
"source": "imf_weo",
|
| 15 |
+
"countries_with_data": 190,
|
| 16 |
+
"year_min": 1980,
|
| 17 |
+
"year_max": 2024,
|
| 18 |
+
"total_cells": 5600,
|
| 19 |
+
"non_null_cells": 5600,
|
| 20 |
+
"fill_rate_pct": 100.0
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"indicator_id": "imf.GGXCNL_NGDP",
|
| 24 |
+
"source": "imf_weo",
|
| 25 |
+
"countries_with_data": 193,
|
| 26 |
+
"year_min": 1980,
|
| 27 |
+
"year_max": 2024,
|
| 28 |
+
"total_cells": 6266,
|
| 29 |
+
"non_null_cells": 6266,
|
| 30 |
+
"fill_rate_pct": 100.0
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"indicator_id": "imf.GGR_NGDP",
|
| 34 |
+
"source": "imf_weo",
|
| 35 |
+
"countries_with_data": 193,
|
| 36 |
+
"year_min": 1980,
|
| 37 |
+
"year_max": 2024,
|
| 38 |
+
"total_cells": 6352,
|
| 39 |
+
"non_null_cells": 6352,
|
| 40 |
+
"fill_rate_pct": 100.0
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"indicator_id": "wb.NY.GDP.MKTP.CD",
|
| 44 |
+
"source": "world_bank",
|
| 45 |
+
"countries_with_data": 212,
|
| 46 |
+
"year_min": 1960,
|
| 47 |
+
"year_max": 2024,
|
| 48 |
+
"total_cells": 11518,
|
| 49 |
+
"non_null_cells": 11518,
|
| 50 |
+
"fill_rate_pct": 100.0
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"indicator_id": "wb.NY.GDP.PCAP.CD",
|
| 54 |
+
"source": "world_bank",
|
| 55 |
+
"countries_with_data": 212,
|
| 56 |
+
"year_min": 1960,
|
| 57 |
+
"year_max": 2024,
|
| 58 |
+
"total_cells": 11518,
|
| 59 |
+
"non_null_cells": 11518,
|
| 60 |
+
"fill_rate_pct": 100.0
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"indicator_id": "wb.NY.GDP.MKTP.KD.ZG",
|
| 64 |
+
"source": "world_bank",
|
| 65 |
+
"countries_with_data": 212,
|
| 66 |
+
"year_min": 1961,
|
| 67 |
+
"year_max": 2024,
|
| 68 |
+
"total_cells": 11211,
|
| 69 |
+
"non_null_cells": 11211,
|
| 70 |
+
"fill_rate_pct": 100.0
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"indicator_id": "wb.NY.GDP.MKTP.PP.CD",
|
| 74 |
+
"source": "world_bank",
|
| 75 |
+
"countries_with_data": 202,
|
| 76 |
+
"year_min": 1980,
|
| 77 |
+
"year_max": 2024,
|
| 78 |
+
"total_cells": 8318,
|
| 79 |
+
"non_null_cells": 8318,
|
| 80 |
+
"fill_rate_pct": 100.0
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"indicator_id": "wb.NY.GNP.MKTP.CD",
|
| 84 |
+
"source": "world_bank",
|
| 85 |
+
"countries_with_data": 207,
|
| 86 |
+
"year_min": 1960,
|
| 87 |
+
"year_max": 2024,
|
| 88 |
+
"total_cells": 10913,
|
| 89 |
+
"non_null_cells": 10913,
|
| 90 |
+
"fill_rate_pct": 100.0
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"indicator_id": "wb.NY.GNP.PCAP.CD",
|
| 94 |
+
"source": "world_bank",
|
| 95 |
+
"countries_with_data": 205,
|
| 96 |
+
"year_min": 1962,
|
| 97 |
+
"year_max": 2024,
|
| 98 |
+
"total_cells": 10303,
|
| 99 |
+
"non_null_cells": 10303,
|
| 100 |
+
"fill_rate_pct": 100.0
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"indicator_id": "wb.NV.AGR.TOTL.ZS",
|
| 104 |
+
"source": "world_bank",
|
| 105 |
+
"countries_with_data": 204,
|
| 106 |
+
"year_min": 1960,
|
| 107 |
+
"year_max": 2024,
|
| 108 |
+
"total_cells": 8803,
|
| 109 |
+
"non_null_cells": 8803,
|
| 110 |
+
"fill_rate_pct": 100.0
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"indicator_id": "wb.NV.IND.TOTL.ZS",
|
| 114 |
+
"source": "world_bank",
|
| 115 |
+
"countries_with_data": 206,
|
| 116 |
+
"year_min": 1960,
|
| 117 |
+
"year_max": 2024,
|
| 118 |
+
"total_cells": 8758,
|
| 119 |
+
"non_null_cells": 8758,
|
| 120 |
+
"fill_rate_pct": 100.0
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"indicator_id": "wb.NV.SRV.TOTL.ZS",
|
| 124 |
+
"source": "world_bank",
|
| 125 |
+
"countries_with_data": 203,
|
| 126 |
+
"year_min": 1960,
|
| 127 |
+
"year_max": 2024,
|
| 128 |
+
"total_cells": 8332,
|
| 129 |
+
"non_null_cells": 8332,
|
| 130 |
+
"fill_rate_pct": 100.0
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"indicator_id": "wb.NY.GNS.ICTR.ZS",
|
| 134 |
+
"source": "world_bank",
|
| 135 |
+
"countries_with_data": 189,
|
| 136 |
+
"year_min": 1960,
|
| 137 |
+
"year_max": 2024,
|
| 138 |
+
"total_cells": 7746,
|
| 139 |
+
"non_null_cells": 7746,
|
| 140 |
+
"fill_rate_pct": 100.0
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"indicator_id": "wb.NY.GDP.DEFL.KD.ZG",
|
| 144 |
+
"source": "world_bank",
|
| 145 |
+
"countries_with_data": 211,
|
| 146 |
+
"year_min": 1961,
|
| 147 |
+
"year_max": 2024,
|
| 148 |
+
"total_cells": 11044,
|
| 149 |
+
"non_null_cells": 11044,
|
| 150 |
+
"fill_rate_pct": 100.0
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"indicator_id": "wb.NY.GDP.PCAP.PP.CD",
|
| 154 |
+
"source": "world_bank",
|
| 155 |
+
"countries_with_data": 202,
|
| 156 |
+
"year_min": 1980,
|
| 157 |
+
"year_max": 2024,
|
| 158 |
+
"total_cells": 8258,
|
| 159 |
+
"non_null_cells": 8258,
|
| 160 |
+
"fill_rate_pct": 100.0
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"indicator_id": "wb.FP.CPI.TOTL.ZG",
|
| 164 |
+
"source": "world_bank",
|
| 165 |
+
"countries_with_data": 198,
|
| 166 |
+
"year_min": 1960,
|
| 167 |
+
"year_max": 2024,
|
| 168 |
+
"total_cells": 9763,
|
| 169 |
+
"non_null_cells": 9763,
|
| 170 |
+
"fill_rate_pct": 100.0
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"indicator_id": "wb.FP.CPI.TOTL",
|
| 174 |
+
"source": "world_bank",
|
| 175 |
+
"countries_with_data": 190,
|
| 176 |
+
"year_min": 1960,
|
| 177 |
+
"year_max": 2024,
|
| 178 |
+
"total_cells": 9034,
|
| 179 |
+
"non_null_cells": 9034,
|
| 180 |
+
"fill_rate_pct": 100.0
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"indicator_id": "wb.PA.NUS.PPP",
|
| 184 |
+
"source": "world_bank",
|
| 185 |
+
"countries_with_data": 203,
|
| 186 |
+
"year_min": 1990,
|
| 187 |
+
"year_max": 2024,
|
| 188 |
+
"total_cells": 6799,
|
| 189 |
+
"non_null_cells": 6799,
|
| 190 |
+
"fill_rate_pct": 100.0
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"indicator_id": "wb.SP.POP.TOTL",
|
| 194 |
+
"source": "world_bank",
|
| 195 |
+
"countries_with_data": 215,
|
| 196 |
+
"year_min": 1960,
|
| 197 |
+
"year_max": 2024,
|
| 198 |
+
"total_cells": 13945,
|
| 199 |
+
"non_null_cells": 13945,
|
| 200 |
+
"fill_rate_pct": 100.0
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"indicator_id": "wb.SP.POP.GROW",
|
| 204 |
+
"source": "world_bank",
|
| 205 |
+
"countries_with_data": 215,
|
| 206 |
+
"year_min": 1961,
|
| 207 |
+
"year_max": 2024,
|
| 208 |
+
"total_cells": 13728,
|
| 209 |
+
"non_null_cells": 13728,
|
| 210 |
+
"fill_rate_pct": 100.0
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"indicator_id": "wb.EN.POP.DNST",
|
| 214 |
+
"source": "world_bank",
|
| 215 |
+
"countries_with_data": 214,
|
| 216 |
+
"year_min": 1961,
|
| 217 |
+
"year_max": 2023,
|
| 218 |
+
"total_cells": 12226,
|
| 219 |
+
"non_null_cells": 12226,
|
| 220 |
+
"fill_rate_pct": 100.0
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"indicator_id": "wb.SP.URB.TOTL.IN.ZS",
|
| 224 |
+
"source": "world_bank",
|
| 225 |
+
"countries_with_data": 215,
|
| 226 |
+
"year_min": 1960,
|
| 227 |
+
"year_max": 2024,
|
| 228 |
+
"total_cells": 13975,
|
| 229 |
+
"non_null_cells": 13975,
|
| 230 |
+
"fill_rate_pct": 100.0
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"indicator_id": "wb.SP.DYN.LE00.IN",
|
| 234 |
+
"source": "world_bank",
|
| 235 |
+
"countries_with_data": 215,
|
| 236 |
+
"year_min": 1960,
|
| 237 |
+
"year_max": 2023,
|
| 238 |
+
"total_cells": 13726,
|
| 239 |
+
"non_null_cells": 13726,
|
| 240 |
+
"fill_rate_pct": 100.0
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"indicator_id": "wb.SP.DYN.CBRT.IN",
|
| 244 |
+
"source": "world_bank",
|
| 245 |
+
"countries_with_data": 215,
|
| 246 |
+
"year_min": 1960,
|
| 247 |
+
"year_max": 2023,
|
| 248 |
+
"total_cells": 13730,
|
| 249 |
+
"non_null_cells": 13730,
|
| 250 |
+
"fill_rate_pct": 100.0
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"indicator_id": "wb.SP.DYN.CDRT.IN",
|
| 254 |
+
"source": "world_bank",
|
| 255 |
+
"countries_with_data": 215,
|
| 256 |
+
"year_min": 1960,
|
| 257 |
+
"year_max": 2023,
|
| 258 |
+
"total_cells": 13730,
|
| 259 |
+
"non_null_cells": 13730,
|
| 260 |
+
"fill_rate_pct": 100.0
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"indicator_id": "wb.SP.DYN.TFRT.IN",
|
| 264 |
+
"source": "world_bank",
|
| 265 |
+
"countries_with_data": 215,
|
| 266 |
+
"year_min": 1960,
|
| 267 |
+
"year_max": 2023,
|
| 268 |
+
"total_cells": 13728,
|
| 269 |
+
"non_null_cells": 13728,
|
| 270 |
+
"fill_rate_pct": 100.0
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"indicator_id": "wb.SM.POP.NETM",
|
| 274 |
+
"source": "world_bank",
|
| 275 |
+
"countries_with_data": 215,
|
| 276 |
+
"year_min": 1960,
|
| 277 |
+
"year_max": 2025,
|
| 278 |
+
"total_cells": 14190,
|
| 279 |
+
"non_null_cells": 14190,
|
| 280 |
+
"fill_rate_pct": 100.0
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"indicator_id": "wb.SP.POP.DPND",
|
| 284 |
+
"source": "world_bank",
|
| 285 |
+
"countries_with_data": 215,
|
| 286 |
+
"year_min": 1960,
|
| 287 |
+
"year_max": 2024,
|
| 288 |
+
"total_cells": 13945,
|
| 289 |
+
"non_null_cells": 13945,
|
| 290 |
+
"fill_rate_pct": 100.0
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"indicator_id": "wb.SL.UEM.TOTL.ZS",
|
| 294 |
+
"source": "world_bank",
|
| 295 |
+
"countries_with_data": 190,
|
| 296 |
+
"year_min": 1980,
|
| 297 |
+
"year_max": 2025,
|
| 298 |
+
"total_cells": 7217,
|
| 299 |
+
"non_null_cells": 7217,
|
| 300 |
+
"fill_rate_pct": 100.0
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"indicator_id": "wb.SL.UEM.1524.ZS",
|
| 304 |
+
"source": "world_bank",
|
| 305 |
+
"countries_with_data": 185,
|
| 306 |
+
"year_min": 1991,
|
| 307 |
+
"year_max": 2025,
|
| 308 |
+
"total_cells": 6461,
|
| 309 |
+
"non_null_cells": 6461,
|
| 310 |
+
"fill_rate_pct": 100.0
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"indicator_id": "wb.SL.TLF.CACT.ZS",
|
| 314 |
+
"source": "world_bank",
|
| 315 |
+
"countries_with_data": 185,
|
| 316 |
+
"year_min": 1990,
|
| 317 |
+
"year_max": 2025,
|
| 318 |
+
"total_cells": 6646,
|
| 319 |
+
"non_null_cells": 6646,
|
| 320 |
+
"fill_rate_pct": 100.0
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"indicator_id": "wb.SL.TLF.CACT.FE.ZS",
|
| 324 |
+
"source": "world_bank",
|
| 325 |
+
"countries_with_data": 185,
|
| 326 |
+
"year_min": 1990,
|
| 327 |
+
"year_max": 2025,
|
| 328 |
+
"total_cells": 6646,
|
| 329 |
+
"non_null_cells": 6646,
|
| 330 |
+
"fill_rate_pct": 100.0
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"indicator_id": "wb.SL.AGR.EMPL.ZS",
|
| 334 |
+
"source": "world_bank",
|
| 335 |
+
"countries_with_data": 185,
|
| 336 |
+
"year_min": 1991,
|
| 337 |
+
"year_max": 2025,
|
| 338 |
+
"total_cells": 6461,
|
| 339 |
+
"non_null_cells": 6461,
|
| 340 |
+
"fill_rate_pct": 100.0
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"indicator_id": "wb.SL.IND.EMPL.ZS",
|
| 344 |
+
"source": "world_bank",
|
| 345 |
+
"countries_with_data": 185,
|
| 346 |
+
"year_min": 1991,
|
| 347 |
+
"year_max": 2025,
|
| 348 |
+
"total_cells": 6461,
|
| 349 |
+
"non_null_cells": 6461,
|
| 350 |
+
"fill_rate_pct": 100.0
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"indicator_id": "wb.SL.SRV.EMPL.ZS",
|
| 354 |
+
"source": "world_bank",
|
| 355 |
+
"countries_with_data": 185,
|
| 356 |
+
"year_min": 1991,
|
| 357 |
+
"year_max": 2025,
|
| 358 |
+
"total_cells": 6461,
|
| 359 |
+
"non_null_cells": 6461,
|
| 360 |
+
"fill_rate_pct": 100.0
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"indicator_id": "wb.GC.TAX.TOTL.GD.ZS",
|
| 364 |
+
"source": "world_bank",
|
| 365 |
+
"countries_with_data": 160,
|
| 366 |
+
"year_min": 1972,
|
| 367 |
+
"year_max": 2024,
|
| 368 |
+
"total_cells": 4585,
|
| 369 |
+
"non_null_cells": 4585,
|
| 370 |
+
"fill_rate_pct": 100.0
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"indicator_id": "wb.GC.XPN.TOTL.GD.ZS",
|
| 374 |
+
"source": "world_bank",
|
| 375 |
+
"countries_with_data": 160,
|
| 376 |
+
"year_min": 1972,
|
| 377 |
+
"year_max": 2024,
|
| 378 |
+
"total_cells": 4419,
|
| 379 |
+
"non_null_cells": 4419,
|
| 380 |
+
"fill_rate_pct": 100.0
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"indicator_id": "wb.MS.MIL.XPND.GD.ZS",
|
| 384 |
+
"source": "world_bank",
|
| 385 |
+
"countries_with_data": 162,
|
| 386 |
+
"year_min": 1960,
|
| 387 |
+
"year_max": 2024,
|
| 388 |
+
"total_cells": 7781,
|
| 389 |
+
"non_null_cells": 7781,
|
| 390 |
+
"fill_rate_pct": 100.0
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"indicator_id": "wb.SH.XPD.CHEX.GD.ZS",
|
| 394 |
+
"source": "world_bank",
|
| 395 |
+
"countries_with_data": 191,
|
| 396 |
+
"year_min": 2000,
|
| 397 |
+
"year_max": 2024,
|
| 398 |
+
"total_cells": 4532,
|
| 399 |
+
"non_null_cells": 4532,
|
| 400 |
+
"fill_rate_pct": 100.0
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"indicator_id": "wb.DT.DOD.DECT.CD",
|
| 404 |
+
"source": "world_bank",
|
| 405 |
+
"countries_with_data": 120,
|
| 406 |
+
"year_min": 1970,
|
| 407 |
+
"year_max": 2024,
|
| 408 |
+
"total_cells": 5730,
|
| 409 |
+
"non_null_cells": 5730,
|
| 410 |
+
"fill_rate_pct": 100.0
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"indicator_id": "wb.DT.DOD.DECT.GN.ZS",
|
| 414 |
+
"source": "world_bank",
|
| 415 |
+
"countries_with_data": 120,
|
| 416 |
+
"year_min": 1970,
|
| 417 |
+
"year_max": 2024,
|
| 418 |
+
"total_cells": 5484,
|
| 419 |
+
"non_null_cells": 5484,
|
| 420 |
+
"fill_rate_pct": 100.0
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"indicator_id": "wb.DT.DOD.DSTC.ZS",
|
| 424 |
+
"source": "world_bank",
|
| 425 |
+
"countries_with_data": 120,
|
| 426 |
+
"year_min": 1970,
|
| 427 |
+
"year_max": 2024,
|
| 428 |
+
"total_cells": 5810,
|
| 429 |
+
"non_null_cells": 5810,
|
| 430 |
+
"fill_rate_pct": 100.0
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"indicator_id": "wb.DT.TDS.DECT.EX.ZS",
|
| 434 |
+
"source": "world_bank",
|
| 435 |
+
"countries_with_data": 120,
|
| 436 |
+
"year_min": 1970,
|
| 437 |
+
"year_max": 2024,
|
| 438 |
+
"total_cells": 4736,
|
| 439 |
+
"non_null_cells": 4736,
|
| 440 |
+
"fill_rate_pct": 100.0
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"indicator_id": "wb.FS.AST.DOMS.GD.ZS",
|
| 444 |
+
"source": "world_bank",
|
| 445 |
+
"countries_with_data": 66,
|
| 446 |
+
"year_min": 1960,
|
| 447 |
+
"year_max": 2024,
|
| 448 |
+
"total_cells": 1385,
|
| 449 |
+
"non_null_cells": 1385,
|
| 450 |
+
"fill_rate_pct": 100.0
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"indicator_id": "wb.GC.XPN.INTP.RV.ZS",
|
| 454 |
+
"source": "world_bank",
|
| 455 |
+
"countries_with_data": 158,
|
| 456 |
+
"year_min": 1972,
|
| 457 |
+
"year_max": 2024,
|
| 458 |
+
"total_cells": 4384,
|
| 459 |
+
"non_null_cells": 4384,
|
| 460 |
+
"fill_rate_pct": 100.0
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"indicator_id": "wb.FR.INR.LEND",
|
| 464 |
+
"source": "world_bank",
|
| 465 |
+
"countries_with_data": 146,
|
| 466 |
+
"year_min": 1960,
|
| 467 |
+
"year_max": 2024,
|
| 468 |
+
"total_cells": 4661,
|
| 469 |
+
"non_null_cells": 4661,
|
| 470 |
+
"fill_rate_pct": 100.0
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"indicator_id": "wb.FR.INR.DPST",
|
| 474 |
+
"source": "world_bank",
|
| 475 |
+
"countries_with_data": 150,
|
| 476 |
+
"year_min": 1960,
|
| 477 |
+
"year_max": 2024,
|
| 478 |
+
"total_cells": 4814,
|
| 479 |
+
"non_null_cells": 4814,
|
| 480 |
+
"fill_rate_pct": 100.0
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"indicator_id": "wb.FR.INR.RINR",
|
| 484 |
+
"source": "world_bank",
|
| 485 |
+
"countries_with_data": 146,
|
| 486 |
+
"year_min": 1961,
|
| 487 |
+
"year_max": 2024,
|
| 488 |
+
"total_cells": 4638,
|
| 489 |
+
"non_null_cells": 4638,
|
| 490 |
+
"fill_rate_pct": 100.0
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"indicator_id": "wb.FM.LBL.BMNY.ZG",
|
| 494 |
+
"source": "world_bank",
|
| 495 |
+
"countries_with_data": 164,
|
| 496 |
+
"year_min": 1961,
|
| 497 |
+
"year_max": 2024,
|
| 498 |
+
"total_cells": 8124,
|
| 499 |
+
"non_null_cells": 8124,
|
| 500 |
+
"fill_rate_pct": 100.0
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"indicator_id": "wb.FS.AST.PRVT.GD.ZS",
|
| 504 |
+
"source": "world_bank",
|
| 505 |
+
"countries_with_data": 184,
|
| 506 |
+
"year_min": 1960,
|
| 507 |
+
"year_max": 2024,
|
| 508 |
+
"total_cells": 7420,
|
| 509 |
+
"non_null_cells": 7420,
|
| 510 |
+
"fill_rate_pct": 100.0
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"indicator_id": "wb.FB.AST.NPER.ZS",
|
| 514 |
+
"source": "world_bank",
|
| 515 |
+
"countries_with_data": 149,
|
| 516 |
+
"year_min": 2000,
|
| 517 |
+
"year_max": 2023,
|
| 518 |
+
"total_cells": 2100,
|
| 519 |
+
"non_null_cells": 2100,
|
| 520 |
+
"fill_rate_pct": 100.0
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"indicator_id": "wb.PA.NUS.FCRF",
|
| 524 |
+
"source": "world_bank",
|
| 525 |
+
"countries_with_data": 212,
|
| 526 |
+
"year_min": 1960,
|
| 527 |
+
"year_max": 2024,
|
| 528 |
+
"total_cells": 12230,
|
| 529 |
+
"non_null_cells": 12230,
|
| 530 |
+
"fill_rate_pct": 100.0
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"indicator_id": "wb.FI.RES.TOTL.CD",
|
| 534 |
+
"source": "world_bank",
|
| 535 |
+
"countries_with_data": 180,
|
| 536 |
+
"year_min": 1960,
|
| 537 |
+
"year_max": 2024,
|
| 538 |
+
"total_cells": 9182,
|
| 539 |
+
"non_null_cells": 9182,
|
| 540 |
+
"fill_rate_pct": 100.0
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"indicator_id": "wb.FI.RES.TOTL.MO",
|
| 544 |
+
"source": "world_bank",
|
| 545 |
+
"countries_with_data": 177,
|
| 546 |
+
"year_min": 1960,
|
| 547 |
+
"year_max": 2024,
|
| 548 |
+
"total_cells": 6854,
|
| 549 |
+
"non_null_cells": 6854,
|
| 550 |
+
"fill_rate_pct": 100.0
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"indicator_id": "wb.BX.GSR.GNFS.CD",
|
| 554 |
+
"source": "world_bank",
|
| 555 |
+
"countries_with_data": 198,
|
| 556 |
+
"year_min": 1960,
|
| 557 |
+
"year_max": 2024,
|
| 558 |
+
"total_cells": 7581,
|
| 559 |
+
"non_null_cells": 7581,
|
| 560 |
+
"fill_rate_pct": 100.0
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"indicator_id": "wb.BM.GSR.GNFS.CD",
|
| 564 |
+
"source": "world_bank",
|
| 565 |
+
"countries_with_data": 198,
|
| 566 |
+
"year_min": 1960,
|
| 567 |
+
"year_max": 2024,
|
| 568 |
+
"total_cells": 7581,
|
| 569 |
+
"non_null_cells": 7581,
|
| 570 |
+
"fill_rate_pct": 100.0
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"indicator_id": "wb.NE.RSB.GNFS.CD",
|
| 574 |
+
"source": "world_bank",
|
| 575 |
+
"countries_with_data": 190,
|
| 576 |
+
"year_min": 1960,
|
| 577 |
+
"year_max": 2024,
|
| 578 |
+
"total_cells": 8756,
|
| 579 |
+
"non_null_cells": 8756,
|
| 580 |
+
"fill_rate_pct": 100.0
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"indicator_id": "wb.BN.CAB.XOKA.GD.ZS",
|
| 584 |
+
"source": "world_bank",
|
| 585 |
+
"countries_with_data": 201,
|
| 586 |
+
"year_min": 1960,
|
| 587 |
+
"year_max": 2024,
|
| 588 |
+
"total_cells": 8493,
|
| 589 |
+
"non_null_cells": 8493,
|
| 590 |
+
"fill_rate_pct": 100.0
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"indicator_id": "wb.BX.KLT.DINV.WD.GD.ZS",
|
| 594 |
+
"source": "world_bank",
|
| 595 |
+
"countries_with_data": 200,
|
| 596 |
+
"year_min": 1970,
|
| 597 |
+
"year_max": 2024,
|
| 598 |
+
"total_cells": 9100,
|
| 599 |
+
"non_null_cells": 9100,
|
| 600 |
+
"fill_rate_pct": 100.0
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"indicator_id": "wb.BM.KLT.DINV.WD.GD.ZS",
|
| 604 |
+
"source": "world_bank",
|
| 605 |
+
"countries_with_data": 195,
|
| 606 |
+
"year_min": 1970,
|
| 607 |
+
"year_max": 2024,
|
| 608 |
+
"total_cells": 7149,
|
| 609 |
+
"non_null_cells": 7149,
|
| 610 |
+
"fill_rate_pct": 100.0
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"indicator_id": "wb.BX.TRF.PWKR.CD.DT",
|
| 614 |
+
"source": "world_bank",
|
| 615 |
+
"countries_with_data": 197,
|
| 616 |
+
"year_min": 1970,
|
| 617 |
+
"year_max": 2024,
|
| 618 |
+
"total_cells": 7075,
|
| 619 |
+
"non_null_cells": 7075,
|
| 620 |
+
"fill_rate_pct": 100.0
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"indicator_id": "wb.NE.TRD.GNFS.ZS",
|
| 624 |
+
"source": "world_bank",
|
| 625 |
+
"countries_with_data": 190,
|
| 626 |
+
"year_min": 1960,
|
| 627 |
+
"year_max": 2024,
|
| 628 |
+
"total_cells": 8740,
|
| 629 |
+
"non_null_cells": 8740,
|
| 630 |
+
"fill_rate_pct": 100.0
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"indicator_id": "wb.ST.INT.RCPT.CD",
|
| 634 |
+
"source": "world_bank",
|
| 635 |
+
"countries_with_data": 201,
|
| 636 |
+
"year_min": 1995,
|
| 637 |
+
"year_max": 2020,
|
| 638 |
+
"total_cells": 4108,
|
| 639 |
+
"non_null_cells": 4108,
|
| 640 |
+
"fill_rate_pct": 100.0
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"indicator_id": "wb.CM.MKT.LCAP.GD.ZS",
|
| 644 |
+
"source": "world_bank",
|
| 645 |
+
"countries_with_data": 102,
|
| 646 |
+
"year_min": 1975,
|
| 647 |
+
"year_max": 2024,
|
| 648 |
+
"total_cells": 2685,
|
| 649 |
+
"non_null_cells": 2685,
|
| 650 |
+
"fill_rate_pct": 100.0
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"indicator_id": "wb.CM.MKT.TRNR",
|
| 654 |
+
"source": "world_bank",
|
| 655 |
+
"countries_with_data": 101,
|
| 656 |
+
"year_min": 1975,
|
| 657 |
+
"year_max": 2024,
|
| 658 |
+
"total_cells": 2528,
|
| 659 |
+
"non_null_cells": 2528,
|
| 660 |
+
"fill_rate_pct": 100.0
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"indicator_id": "wb.CM.MKT.LDOM.NO",
|
| 664 |
+
"source": "world_bank",
|
| 665 |
+
"countries_with_data": 105,
|
| 666 |
+
"year_min": 1975,
|
| 667 |
+
"year_max": 2024,
|
| 668 |
+
"total_cells": 3066,
|
| 669 |
+
"non_null_cells": 3066,
|
| 670 |
+
"fill_rate_pct": 100.0
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"indicator_id": "wb.FR.INR.LNDP",
|
| 674 |
+
"source": "world_bank",
|
| 675 |
+
"countries_with_data": 138,
|
| 676 |
+
"year_min": 1967,
|
| 677 |
+
"year_max": 2024,
|
| 678 |
+
"total_cells": 4118,
|
| 679 |
+
"non_null_cells": 4118,
|
| 680 |
+
"fill_rate_pct": 100.0
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"indicator_id": "wb.SH.XPD.CHEX.PC.CD",
|
| 684 |
+
"source": "world_bank",
|
| 685 |
+
"countries_with_data": 191,
|
| 686 |
+
"year_min": 2000,
|
| 687 |
+
"year_max": 2024,
|
| 688 |
+
"total_cells": 4529,
|
| 689 |
+
"non_null_cells": 4529,
|
| 690 |
+
"fill_rate_pct": 100.0
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"indicator_id": "wb.SP.DYN.IMRT.IN",
|
| 694 |
+
"source": "world_bank",
|
| 695 |
+
"countries_with_data": 194,
|
| 696 |
+
"year_min": 1960,
|
| 697 |
+
"year_max": 2023,
|
| 698 |
+
"total_cells": 11466,
|
| 699 |
+
"non_null_cells": 11466,
|
| 700 |
+
"fill_rate_pct": 100.0
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"indicator_id": "wb.SH.STA.MMRT",
|
| 704 |
+
"source": "world_bank",
|
| 705 |
+
"countries_with_data": 192,
|
| 706 |
+
"year_min": 1985,
|
| 707 |
+
"year_max": 2023,
|
| 708 |
+
"total_cells": 7488,
|
| 709 |
+
"non_null_cells": 7488,
|
| 710 |
+
"fill_rate_pct": 100.0
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"indicator_id": "wb.SH.MED.PHYS.ZS",
|
| 714 |
+
"source": "world_bank",
|
| 715 |
+
"countries_with_data": 206,
|
| 716 |
+
"year_min": 1960,
|
| 717 |
+
"year_max": 2023,
|
| 718 |
+
"total_cells": 5311,
|
| 719 |
+
"non_null_cells": 5311,
|
| 720 |
+
"fill_rate_pct": 100.0
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"indicator_id": "wb.SH.MED.BEDS.ZS",
|
| 724 |
+
"source": "world_bank",
|
| 725 |
+
"countries_with_data": 199,
|
| 726 |
+
"year_min": 1960,
|
| 727 |
+
"year_max": 2023,
|
| 728 |
+
"total_cells": 4686,
|
| 729 |
+
"non_null_cells": 4686,
|
| 730 |
+
"fill_rate_pct": 100.0
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"indicator_id": "wb.SE.ADT.LITR.ZS",
|
| 734 |
+
"source": "world_bank",
|
| 735 |
+
"countries_with_data": 168,
|
| 736 |
+
"year_min": 1970,
|
| 737 |
+
"year_max": 2025,
|
| 738 |
+
"total_cells": 1085,
|
| 739 |
+
"non_null_cells": 1085,
|
| 740 |
+
"fill_rate_pct": 100.0
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"indicator_id": "wb.SE.TER.ENRR",
|
| 744 |
+
"source": "world_bank",
|
| 745 |
+
"countries_with_data": 201,
|
| 746 |
+
"year_min": 1970,
|
| 747 |
+
"year_max": 2025,
|
| 748 |
+
"total_cells": 4882,
|
| 749 |
+
"non_null_cells": 4882,
|
| 750 |
+
"fill_rate_pct": 100.0
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"indicator_id": "wb.SE.XPD.TOTL.GD.ZS",
|
| 754 |
+
"source": "world_bank",
|
| 755 |
+
"countries_with_data": 201,
|
| 756 |
+
"year_min": 1970,
|
| 757 |
+
"year_max": 2025,
|
| 758 |
+
"total_cells": 5070,
|
| 759 |
+
"non_null_cells": 5070,
|
| 760 |
+
"fill_rate_pct": 100.0
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"indicator_id": "wb.SE.PRM.ENRR",
|
| 764 |
+
"source": "world_bank",
|
| 765 |
+
"countries_with_data": 207,
|
| 766 |
+
"year_min": 1970,
|
| 767 |
+
"year_max": 2025,
|
| 768 |
+
"total_cells": 6824,
|
| 769 |
+
"non_null_cells": 6824,
|
| 770 |
+
"fill_rate_pct": 100.0
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"indicator_id": "wb.SE.SEC.ENRR",
|
| 774 |
+
"source": "world_bank",
|
| 775 |
+
"countries_with_data": 206,
|
| 776 |
+
"year_min": 1970,
|
| 777 |
+
"year_max": 2025,
|
| 778 |
+
"total_cells": 5733,
|
| 779 |
+
"non_null_cells": 5733,
|
| 780 |
+
"fill_rate_pct": 100.0
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"indicator_id": "wb.SE.PRM.CMPT.ZS",
|
| 784 |
+
"source": "world_bank",
|
| 785 |
+
"countries_with_data": 197,
|
| 786 |
+
"year_min": 1970,
|
| 787 |
+
"year_max": 2025,
|
| 788 |
+
"total_cells": 4696,
|
| 789 |
+
"non_null_cells": 4696,
|
| 790 |
+
"fill_rate_pct": 100.0
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"indicator_id": "wb.SE.ADT.1524.LT.ZS",
|
| 794 |
+
"source": "world_bank",
|
| 795 |
+
"countries_with_data": 170,
|
| 796 |
+
"year_min": 1970,
|
| 797 |
+
"year_max": 2025,
|
| 798 |
+
"total_cells": 1228,
|
| 799 |
+
"non_null_cells": 1228,
|
| 800 |
+
"fill_rate_pct": 100.0
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"indicator_id": "wb.EG.FEC.RNEW.ZS",
|
| 804 |
+
"source": "world_bank",
|
| 805 |
+
"countries_with_data": 210,
|
| 806 |
+
"year_min": 1990,
|
| 807 |
+
"year_max": 2022,
|
| 808 |
+
"total_cells": 6682,
|
| 809 |
+
"non_null_cells": 6682,
|
| 810 |
+
"fill_rate_pct": 100.0
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"indicator_id": "wb.EG.USE.PCAP.KG.OE",
|
| 814 |
+
"source": "world_bank",
|
| 815 |
+
"countries_with_data": 177,
|
| 816 |
+
"year_min": 1990,
|
| 817 |
+
"year_max": 2023,
|
| 818 |
+
"total_cells": 5010,
|
| 819 |
+
"non_null_cells": 5010,
|
| 820 |
+
"fill_rate_pct": 100.0
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"indicator_id": "wb.EG.ELC.ACCS.ZS",
|
| 824 |
+
"source": "world_bank",
|
| 825 |
+
"countries_with_data": 214,
|
| 826 |
+
"year_min": 1990,
|
| 827 |
+
"year_max": 2023,
|
| 828 |
+
"total_cells": 6476,
|
| 829 |
+
"non_null_cells": 6476,
|
| 830 |
+
"fill_rate_pct": 100.0
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"indicator_id": "wb.AG.LND.FRST.ZS",
|
| 834 |
+
"source": "world_bank",
|
| 835 |
+
"countries_with_data": 212,
|
| 836 |
+
"year_min": 1990,
|
| 837 |
+
"year_max": 2023,
|
| 838 |
+
"total_cells": 6996,
|
| 839 |
+
"non_null_cells": 6996,
|
| 840 |
+
"fill_rate_pct": 100.0
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"indicator_id": "wb.IT.NET.USER.ZS",
|
| 844 |
+
"source": "world_bank",
|
| 845 |
+
"countries_with_data": 211,
|
| 846 |
+
"year_min": 1990,
|
| 847 |
+
"year_max": 2025,
|
| 848 |
+
"total_cells": 6024,
|
| 849 |
+
"non_null_cells": 6024,
|
| 850 |
+
"fill_rate_pct": 100.0
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"indicator_id": "wb.IT.CEL.SETS.P2",
|
| 854 |
+
"source": "world_bank",
|
| 855 |
+
"countries_with_data": 212,
|
| 856 |
+
"year_min": 1960,
|
| 857 |
+
"year_max": 2023,
|
| 858 |
+
"total_cells": 10331,
|
| 859 |
+
"non_null_cells": 10331,
|
| 860 |
+
"fill_rate_pct": 100.0
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"indicator_id": "wb.GB.XPD.RSDV.GD.ZS",
|
| 864 |
+
"source": "world_bank",
|
| 865 |
+
"countries_with_data": 151,
|
| 866 |
+
"year_min": 1996,
|
| 867 |
+
"year_max": 2023,
|
| 868 |
+
"total_cells": 2348,
|
| 869 |
+
"non_null_cells": 2348,
|
| 870 |
+
"fill_rate_pct": 100.0
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"indicator_id": "wb.IP.PAT.RESD",
|
| 874 |
+
"source": "world_bank",
|
| 875 |
+
"countries_with_data": 156,
|
| 876 |
+
"year_min": 1980,
|
| 877 |
+
"year_max": 2021,
|
| 878 |
+
"total_cells": 3807,
|
| 879 |
+
"non_null_cells": 3807,
|
| 880 |
+
"fill_rate_pct": 100.0
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"indicator_id": "wb.TX.VAL.TECH.MF.ZS",
|
| 884 |
+
"source": "world_bank",
|
| 885 |
+
"countries_with_data": 185,
|
| 886 |
+
"year_min": 2007,
|
| 887 |
+
"year_max": 2024,
|
| 888 |
+
"total_cells": 2647,
|
| 889 |
+
"non_null_cells": 2647,
|
| 890 |
+
"fill_rate_pct": 100.0
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"indicator_id": "wb.SI.POV.GINI",
|
| 894 |
+
"source": "world_bank",
|
| 895 |
+
"countries_with_data": 169,
|
| 896 |
+
"year_min": 1963,
|
| 897 |
+
"year_max": 2024,
|
| 898 |
+
"total_cells": 2383,
|
| 899 |
+
"non_null_cells": 2383,
|
| 900 |
+
"fill_rate_pct": 100.0
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"indicator_id": "wb.SI.POV.DDAY",
|
| 904 |
+
"source": "world_bank",
|
| 905 |
+
"countries_with_data": 169,
|
| 906 |
+
"year_min": 1963,
|
| 907 |
+
"year_max": 2024,
|
| 908 |
+
"total_cells": 2383,
|
| 909 |
+
"non_null_cells": 2383,
|
| 910 |
+
"fill_rate_pct": 100.0
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"indicator_id": "wb.SI.DST.10TH.10",
|
| 914 |
+
"source": "world_bank",
|
| 915 |
+
"countries_with_data": 169,
|
| 916 |
+
"year_min": 1963,
|
| 917 |
+
"year_max": 2024,
|
| 918 |
+
"total_cells": 2383,
|
| 919 |
+
"non_null_cells": 2383,
|
| 920 |
+
"fill_rate_pct": 100.0
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"indicator_id": "wb.SI.DST.FRST.10",
|
| 924 |
+
"source": "world_bank",
|
| 925 |
+
"countries_with_data": 169,
|
| 926 |
+
"year_min": 1963,
|
| 927 |
+
"year_max": 2024,
|
| 928 |
+
"total_cells": 2383,
|
| 929 |
+
"non_null_cells": 2383,
|
| 930 |
+
"fill_rate_pct": 100.0
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"indicator_id": "wgi.PV.EST",
|
| 934 |
+
"source": "world_bank_wgi",
|
| 935 |
+
"countries_with_data": 203,
|
| 936 |
+
"year_min": 1996,
|
| 937 |
+
"year_max": 2023,
|
| 938 |
+
"total_cells": 4975,
|
| 939 |
+
"non_null_cells": 4975,
|
| 940 |
+
"fill_rate_pct": 100.0
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"indicator_id": "wgi.GE.EST",
|
| 944 |
+
"source": "world_bank_wgi",
|
| 945 |
+
"countries_with_data": 203,
|
| 946 |
+
"year_min": 1996,
|
| 947 |
+
"year_max": 2023,
|
| 948 |
+
"total_cells": 4914,
|
| 949 |
+
"non_null_cells": 4914,
|
| 950 |
+
"fill_rate_pct": 100.0
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"indicator_id": "wgi.RQ.EST",
|
| 954 |
+
"source": "world_bank_wgi",
|
| 955 |
+
"countries_with_data": 203,
|
| 956 |
+
"year_min": 1996,
|
| 957 |
+
"year_max": 2023,
|
| 958 |
+
"total_cells": 4916,
|
| 959 |
+
"non_null_cells": 4916,
|
| 960 |
+
"fill_rate_pct": 100.0
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"indicator_id": "wgi.RL.EST",
|
| 964 |
+
"source": "world_bank_wgi",
|
| 965 |
+
"countries_with_data": 203,
|
| 966 |
+
"year_min": 1996,
|
| 967 |
+
"year_max": 2023,
|
| 968 |
+
"total_cells": 5028,
|
| 969 |
+
"non_null_cells": 5028,
|
| 970 |
+
"fill_rate_pct": 100.0
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"indicator_id": "wgi.CC.EST",
|
| 974 |
+
"source": "world_bank_wgi",
|
| 975 |
+
"countries_with_data": 203,
|
| 976 |
+
"year_min": 1996,
|
| 977 |
+
"year_max": 2023,
|
| 978 |
+
"total_cells": 4938,
|
| 979 |
+
"non_null_cells": 4938,
|
| 980 |
+
"fill_rate_pct": 100.0
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"indicator_id": "wgi.VA.EST",
|
| 984 |
+
"source": "world_bank_wgi",
|
| 985 |
+
"countries_with_data": 203,
|
| 986 |
+
"year_min": 1996,
|
| 987 |
+
"year_max": 2023,
|
| 988 |
+
"total_cells": 5001,
|
| 989 |
+
"non_null_cells": 5001,
|
| 990 |
+
"fill_rate_pct": 100.0
|
| 991 |
+
}
|
| 992 |
+
]
|
_mappings/indicator_crosswalk.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
_mappings/indicators.json
ADDED
|
@@ -0,0 +1,1190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"indicator_id": "bis.PX.REX.REER",
|
| 4 |
+
"indicator_name": "Real Effective Exchange Rate",
|
| 5 |
+
"source": "bis",
|
| 6 |
+
"source_name": "BIS",
|
| 7 |
+
"theme": "Currency",
|
| 8 |
+
"unit": "index",
|
| 9 |
+
"description": "Real effective exchange rate index",
|
| 10 |
+
"wb_code": "PX.REX.REER",
|
| 11 |
+
"source_url": "https://www.bis.org/statistics/eer.htm",
|
| 12 |
+
"db_id": 52
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"indicator_id": "imf.GGXCNL_NGDP",
|
| 16 |
+
"indicator_name": "Budget Deficit",
|
| 17 |
+
"source": "imf_weo",
|
| 18 |
+
"source_name": "IMF WEO",
|
| 19 |
+
"theme": "Government",
|
| 20 |
+
"unit": "% of GDP",
|
| 21 |
+
"description": "General government net lending/borrowing as % of GDP",
|
| 22 |
+
"wb_code": "GGXCNL_NGDP",
|
| 23 |
+
"source_url": "https://www.imf.org/en/Publications/WEO",
|
| 24 |
+
"db_id": 106
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"indicator_id": "imf.GGXWDG_NGDP",
|
| 28 |
+
"indicator_name": "Government Debt to GDP",
|
| 29 |
+
"source": "imf_weo",
|
| 30 |
+
"source_name": "IMF WEO",
|
| 31 |
+
"theme": "Government",
|
| 32 |
+
"unit": "% of GDP",
|
| 33 |
+
"description": "General government gross debt as % of GDP",
|
| 34 |
+
"wb_code": "GGXWDG_NGDP",
|
| 35 |
+
"source_url": "https://www.imf.org/en/Publications/WEO",
|
| 36 |
+
"db_id": 105
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"indicator_id": "imf.GGR_NGDP",
|
| 40 |
+
"indicator_name": "Government Revenue",
|
| 41 |
+
"source": "imf_weo",
|
| 42 |
+
"source_name": "IMF WEO",
|
| 43 |
+
"theme": "Government",
|
| 44 |
+
"unit": "% of GDP",
|
| 45 |
+
"description": "General government revenue as % of GDP",
|
| 46 |
+
"wb_code": "GGR_NGDP",
|
| 47 |
+
"source_url": "https://www.imf.org/en/Publications/WEO",
|
| 48 |
+
"db_id": 107
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"indicator_id": "wb.SL.AGR.EMPL.ZS",
|
| 52 |
+
"indicator_name": "Agriculture Employment",
|
| 53 |
+
"source": "world_bank",
|
| 54 |
+
"source_name": "World Bank",
|
| 55 |
+
"theme": "Employment",
|
| 56 |
+
"unit": "% of total",
|
| 57 |
+
"description": "Employment in agriculture",
|
| 58 |
+
"wb_code": "SL.AGR.EMPL.ZS",
|
| 59 |
+
"source_url": "https://data.worldbank.org/indicator/SL.AGR.EMPL.ZS",
|
| 60 |
+
"db_id": 31
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"indicator_id": "wb.NV.AGR.TOTL.ZS",
|
| 64 |
+
"indicator_name": "Agriculture Value Added",
|
| 65 |
+
"source": "world_bank",
|
| 66 |
+
"source_name": "World Bank",
|
| 67 |
+
"theme": "Economy & Growth",
|
| 68 |
+
"unit": "% of GDP",
|
| 69 |
+
"description": "Agriculture, forestry, and fishing value added as % of GDP",
|
| 70 |
+
"wb_code": "NV.AGR.TOTL.ZS",
|
| 71 |
+
"source_url": "https://data.worldbank.org/indicator/NV.AGR.TOTL.ZS",
|
| 72 |
+
"db_id": 7
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"indicator_id": "wb.SP.DYN.CBRT.IN",
|
| 76 |
+
"indicator_name": "Birth Rate",
|
| 77 |
+
"source": "world_bank",
|
| 78 |
+
"source_name": "World Bank",
|
| 79 |
+
"theme": "Population",
|
| 80 |
+
"unit": "per 1,000",
|
| 81 |
+
"description": "Crude birth rate per 1,000 people",
|
| 82 |
+
"wb_code": "SP.DYN.CBRT.IN",
|
| 83 |
+
"source_url": "https://data.worldbank.org/indicator/SP.DYN.CBRT.IN",
|
| 84 |
+
"db_id": 21
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"indicator_id": "wb.FP.CPI.TOTL",
|
| 88 |
+
"indicator_name": "Consumer Price Index",
|
| 89 |
+
"source": "world_bank",
|
| 90 |
+
"source_name": "World Bank",
|
| 91 |
+
"theme": "Prices & Inflation",
|
| 92 |
+
"unit": "index",
|
| 93 |
+
"description": "Consumer price index (2010 = 100)",
|
| 94 |
+
"wb_code": "FP.CPI.TOTL",
|
| 95 |
+
"source_url": "https://data.worldbank.org/indicator/FP.CPI.TOTL",
|
| 96 |
+
"db_id": 14
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"indicator_id": "wb.FS.AST.PRVT.GD.ZS",
|
| 100 |
+
"indicator_name": "Credit to GDP",
|
| 101 |
+
"source": "world_bank",
|
| 102 |
+
"source_name": "World Bank",
|
| 103 |
+
"theme": "Money",
|
| 104 |
+
"unit": "% of GDP",
|
| 105 |
+
"description": "Domestic credit to private sector as % of GDP",
|
| 106 |
+
"wb_code": "FS.AST.PRVT.GD.ZS",
|
| 107 |
+
"source_url": "https://data.worldbank.org/indicator/FS.AST.PRVT.GD.ZS",
|
| 108 |
+
"db_id": 49
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"indicator_id": "wb.BN.CAB.XOKA.GD.ZS",
|
| 112 |
+
"indicator_name": "Current Account Balance",
|
| 113 |
+
"source": "world_bank",
|
| 114 |
+
"source_name": "World Bank",
|
| 115 |
+
"theme": "Trade",
|
| 116 |
+
"unit": "% of GDP",
|
| 117 |
+
"description": "Current account balance as % of GDP",
|
| 118 |
+
"wb_code": "BN.CAB.XOKA.GD.ZS",
|
| 119 |
+
"source_url": "https://data.worldbank.org/indicator/BN.CAB.XOKA.GD.ZS",
|
| 120 |
+
"db_id": 58
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"indicator_id": "wb.SP.DYN.CDRT.IN",
|
| 124 |
+
"indicator_name": "Death Rate",
|
| 125 |
+
"source": "world_bank",
|
| 126 |
+
"source_name": "World Bank",
|
| 127 |
+
"theme": "Population",
|
| 128 |
+
"unit": "per 1,000",
|
| 129 |
+
"description": "Crude death rate per 1,000 people",
|
| 130 |
+
"wb_code": "SP.DYN.CDRT.IN",
|
| 131 |
+
"source_url": "https://data.worldbank.org/indicator/SP.DYN.CDRT.IN",
|
| 132 |
+
"db_id": 22
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"indicator_id": "wb.DT.TDS.DECT.EX.ZS",
|
| 136 |
+
"indicator_name": "Debt Service",
|
| 137 |
+
"source": "world_bank",
|
| 138 |
+
"source_name": "World Bank",
|
| 139 |
+
"theme": "Debt",
|
| 140 |
+
"unit": "% of exports",
|
| 141 |
+
"description": "Total debt service as % of exports",
|
| 142 |
+
"wb_code": "DT.TDS.DECT.EX.ZS",
|
| 143 |
+
"source_url": "https://data.worldbank.org/indicator/DT.TDS.DECT.EX.ZS",
|
| 144 |
+
"db_id": 42
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"indicator_id": "wb.SP.POP.DPND",
|
| 148 |
+
"indicator_name": "Dependency Ratio",
|
| 149 |
+
"source": "world_bank",
|
| 150 |
+
"source_name": "World Bank",
|
| 151 |
+
"theme": "Population",
|
| 152 |
+
"unit": "% of working-age",
|
| 153 |
+
"description": "Age dependency ratio (% of working-age population)",
|
| 154 |
+
"wb_code": "SP.POP.DPND",
|
| 155 |
+
"source_url": "https://data.worldbank.org/indicator/SP.POP.DPND",
|
| 156 |
+
"db_id": 25
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"indicator_id": "wb.FR.INR.DPST",
|
| 160 |
+
"indicator_name": "Deposit Rate",
|
| 161 |
+
"source": "world_bank",
|
| 162 |
+
"source_name": "World Bank",
|
| 163 |
+
"theme": "Money",
|
| 164 |
+
"unit": "%",
|
| 165 |
+
"description": "Deposit interest rate",
|
| 166 |
+
"wb_code": "FR.INR.DPST",
|
| 167 |
+
"source_url": "https://data.worldbank.org/indicator/FR.INR.DPST",
|
| 168 |
+
"db_id": 46
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"indicator_id": "wb.FS.AST.DOMS.GD.ZS",
|
| 172 |
+
"indicator_name": "Domestic Credit",
|
| 173 |
+
"source": "world_bank",
|
| 174 |
+
"source_name": "World Bank",
|
| 175 |
+
"theme": "Debt",
|
| 176 |
+
"unit": "% of GDP",
|
| 177 |
+
"description": "Domestic credit provided by financial sector as % of GDP",
|
| 178 |
+
"wb_code": "FS.AST.DOMS.GD.ZS",
|
| 179 |
+
"source_url": "https://data.worldbank.org/indicator/FS.AST.DOMS.GD.ZS",
|
| 180 |
+
"db_id": 43
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"indicator_id": "wb.SE.XPD.TOTL.GD.ZS",
|
| 184 |
+
"indicator_name": "Education Spending",
|
| 185 |
+
"source": "world_bank",
|
| 186 |
+
"source_name": "World Bank",
|
| 187 |
+
"theme": "Education",
|
| 188 |
+
"unit": "% of GDP",
|
| 189 |
+
"description": "Government expenditure on education as % of GDP",
|
| 190 |
+
"wb_code": "SE.XPD.TOTL.GD.ZS",
|
| 191 |
+
"source_url": "https://data.worldbank.org/indicator/SE.XPD.TOTL.GD.ZS",
|
| 192 |
+
"db_id": 81
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"indicator_id": "wb.EG.ELC.ACCS.ZS",
|
| 196 |
+
"indicator_name": "Electricity Access",
|
| 197 |
+
"source": "world_bank",
|
| 198 |
+
"source_name": "World Bank",
|
| 199 |
+
"theme": "Energy",
|
| 200 |
+
"unit": "%",
|
| 201 |
+
"description": "Access to electricity as % of population",
|
| 202 |
+
"wb_code": "EG.ELC.ACCS.ZS",
|
| 203 |
+
"source_url": "https://data.worldbank.org/indicator/EG.ELC.ACCS.ZS",
|
| 204 |
+
"db_id": 94
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"indicator_id": "wb.EG.USE.PCAP.KG.OE",
|
| 208 |
+
"indicator_name": "Energy Use per Capita",
|
| 209 |
+
"source": "world_bank",
|
| 210 |
+
"source_name": "World Bank",
|
| 211 |
+
"theme": "Energy",
|
| 212 |
+
"unit": "kg oil eq.",
|
| 213 |
+
"description": "Energy use per capita",
|
| 214 |
+
"wb_code": "EG.USE.PCAP.KG.OE",
|
| 215 |
+
"source_url": "https://data.worldbank.org/indicator/EG.USE.PCAP.KG.OE",
|
| 216 |
+
"db_id": 93
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"indicator_id": "wb.PA.NUS.FCRF",
|
| 220 |
+
"indicator_name": "Exchange Rate",
|
| 221 |
+
"source": "world_bank",
|
| 222 |
+
"source_name": "World Bank",
|
| 223 |
+
"theme": "Currency",
|
| 224 |
+
"unit": "LCU per USD",
|
| 225 |
+
"description": "Official exchange rate (LCU per US$, period average)",
|
| 226 |
+
"wb_code": "PA.NUS.FCRF",
|
| 227 |
+
"source_url": "https://data.worldbank.org/indicator/PA.NUS.FCRF",
|
| 228 |
+
"db_id": 51
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"indicator_id": "wb.BX.GSR.GNFS.CD",
|
| 232 |
+
"indicator_name": "Exports",
|
| 233 |
+
"source": "world_bank",
|
| 234 |
+
"source_name": "World Bank",
|
| 235 |
+
"theme": "Trade",
|
| 236 |
+
"unit": "USD",
|
| 237 |
+
"description": "Exports of goods and services",
|
| 238 |
+
"wb_code": "BX.GSR.GNFS.CD",
|
| 239 |
+
"source_url": "https://data.worldbank.org/indicator/BX.GSR.GNFS.CD",
|
| 240 |
+
"db_id": 55
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"indicator_id": "wb.DT.DOD.DECT.CD",
|
| 244 |
+
"indicator_name": "External Debt",
|
| 245 |
+
"source": "world_bank",
|
| 246 |
+
"source_name": "World Bank",
|
| 247 |
+
"theme": "Debt",
|
| 248 |
+
"unit": "USD",
|
| 249 |
+
"description": "Total external debt stocks",
|
| 250 |
+
"wb_code": "DT.DOD.DECT.CD",
|
| 251 |
+
"source_url": "https://data.worldbank.org/indicator/DT.DOD.DECT.CD",
|
| 252 |
+
"db_id": 39
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"indicator_id": "wb.DT.DOD.DECT.GN.ZS",
|
| 256 |
+
"indicator_name": "External Debt to GNI",
|
| 257 |
+
"source": "world_bank",
|
| 258 |
+
"source_name": "World Bank",
|
| 259 |
+
"theme": "Debt",
|
| 260 |
+
"unit": "%",
|
| 261 |
+
"description": "External debt stocks as % of GNI",
|
| 262 |
+
"wb_code": "DT.DOD.DECT.GN.ZS",
|
| 263 |
+
"source_url": "https://data.worldbank.org/indicator/DT.DOD.DECT.GN.ZS",
|
| 264 |
+
"db_id": 40
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"indicator_id": "wb.BX.KLT.DINV.WD.GD.ZS",
|
| 268 |
+
"indicator_name": "FDI Inflows",
|
| 269 |
+
"source": "world_bank",
|
| 270 |
+
"source_name": "World Bank",
|
| 271 |
+
"theme": "Trade",
|
| 272 |
+
"unit": "% of GDP",
|
| 273 |
+
"description": "Foreign direct investment, net inflows as % of GDP",
|
| 274 |
+
"wb_code": "BX.KLT.DINV.WD.GD.ZS",
|
| 275 |
+
"source_url": "https://data.worldbank.org/indicator/BX.KLT.DINV.WD.GD.ZS",
|
| 276 |
+
"db_id": 59
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"indicator_id": "wb.BM.KLT.DINV.WD.GD.ZS",
|
| 280 |
+
"indicator_name": "FDI Outflows",
|
| 281 |
+
"source": "world_bank",
|
| 282 |
+
"source_name": "World Bank",
|
| 283 |
+
"theme": "Trade",
|
| 284 |
+
"unit": "% of GDP",
|
| 285 |
+
"description": "Foreign direct investment, net outflows as % of GDP",
|
| 286 |
+
"wb_code": "BM.KLT.DINV.WD.GD.ZS",
|
| 287 |
+
"source_url": "https://data.worldbank.org/indicator/BM.KLT.DINV.WD.GD.ZS",
|
| 288 |
+
"db_id": 60
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"indicator_id": "wb.SL.TLF.CACT.FE.ZS",
|
| 292 |
+
"indicator_name": "Female Labor Participation",
|
| 293 |
+
"source": "world_bank",
|
| 294 |
+
"source_name": "World Bank",
|
| 295 |
+
"theme": "Employment",
|
| 296 |
+
"unit": "%",
|
| 297 |
+
"description": "Female labor force participation rate",
|
| 298 |
+
"wb_code": "SL.TLF.CACT.FE.ZS",
|
| 299 |
+
"source_url": "https://data.worldbank.org/indicator/SL.TLF.CACT.FE.ZS",
|
| 300 |
+
"db_id": 30
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"indicator_id": "wb.SP.DYN.TFRT.IN",
|
| 304 |
+
"indicator_name": "Fertility Rate",
|
| 305 |
+
"source": "world_bank",
|
| 306 |
+
"source_name": "World Bank",
|
| 307 |
+
"theme": "Population",
|
| 308 |
+
"unit": "births per woman",
|
| 309 |
+
"description": "Total fertility rate",
|
| 310 |
+
"wb_code": "SP.DYN.TFRT.IN",
|
| 311 |
+
"source_url": "https://data.worldbank.org/indicator/SP.DYN.TFRT.IN",
|
| 312 |
+
"db_id": 23
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"indicator_id": "wb.AG.LND.FRST.ZS",
|
| 316 |
+
"indicator_name": "Forest Area",
|
| 317 |
+
"source": "world_bank",
|
| 318 |
+
"source_name": "World Bank",
|
| 319 |
+
"theme": "Energy",
|
| 320 |
+
"unit": "% of land",
|
| 321 |
+
"description": "Forest area as % of land area",
|
| 322 |
+
"wb_code": "AG.LND.FRST.ZS",
|
| 323 |
+
"source_url": "https://data.worldbank.org/indicator/AG.LND.FRST.ZS",
|
| 324 |
+
"db_id": 95
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"indicator_id": "wb.NY.GDP.MKTP.CD",
|
| 328 |
+
"indicator_name": "GDP",
|
| 329 |
+
"source": "world_bank",
|
| 330 |
+
"source_name": "World Bank",
|
| 331 |
+
"theme": "Economy & Growth",
|
| 332 |
+
"unit": "USD",
|
| 333 |
+
"description": "Gross Domestic Product in current US dollars",
|
| 334 |
+
"wb_code": "NY.GDP.MKTP.CD",
|
| 335 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.MKTP.CD",
|
| 336 |
+
"db_id": 1
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"indicator_id": "wb.NY.GDP.DEFL.KD.ZG",
|
| 340 |
+
"indicator_name": "GDP Deflator",
|
| 341 |
+
"source": "world_bank",
|
| 342 |
+
"source_name": "World Bank",
|
| 343 |
+
"theme": "Economy & Growth",
|
| 344 |
+
"unit": "%",
|
| 345 |
+
"description": "Inflation as measured by annual growth rate of GDP implicit deflator",
|
| 346 |
+
"wb_code": "NY.GDP.DEFL.KD.ZG",
|
| 347 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.DEFL.KD.ZG",
|
| 348 |
+
"db_id": 11
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"indicator_id": "wb.NY.GDP.MKTP.KD.ZG",
|
| 352 |
+
"indicator_name": "GDP Growth",
|
| 353 |
+
"source": "world_bank",
|
| 354 |
+
"source_name": "World Bank",
|
| 355 |
+
"theme": "Economy & Growth",
|
| 356 |
+
"unit": "%",
|
| 357 |
+
"description": "Annual percentage growth rate of GDP",
|
| 358 |
+
"wb_code": "NY.GDP.MKTP.KD.ZG",
|
| 359 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG",
|
| 360 |
+
"db_id": 3
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"indicator_id": "wb.NY.GDP.PCAP.CD",
|
| 364 |
+
"indicator_name": "GDP per Capita",
|
| 365 |
+
"source": "world_bank",
|
| 366 |
+
"source_name": "World Bank",
|
| 367 |
+
"theme": "Economy & Growth",
|
| 368 |
+
"unit": "USD",
|
| 369 |
+
"description": "GDP divided by midyear population",
|
| 370 |
+
"wb_code": "NY.GDP.PCAP.CD",
|
| 371 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.PCAP.CD",
|
| 372 |
+
"db_id": 2
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"indicator_id": "wb.NY.GDP.PCAP.PP.CD",
|
| 376 |
+
"indicator_name": "GDP per Capita PPP",
|
| 377 |
+
"source": "world_bank",
|
| 378 |
+
"source_name": "World Bank",
|
| 379 |
+
"theme": "Economy & Growth",
|
| 380 |
+
"unit": "USD",
|
| 381 |
+
"description": "GDP per capita based on PPP",
|
| 382 |
+
"wb_code": "NY.GDP.PCAP.PP.CD",
|
| 383 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.PCAP.PP.CD",
|
| 384 |
+
"db_id": 12
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"indicator_id": "wb.NY.GDP.MKTP.PP.CD",
|
| 388 |
+
"indicator_name": "GDP PPP",
|
| 389 |
+
"source": "world_bank",
|
| 390 |
+
"source_name": "World Bank",
|
| 391 |
+
"theme": "Economy & Growth",
|
| 392 |
+
"unit": "USD",
|
| 393 |
+
"description": "GDP converted to international dollars using PPP rates",
|
| 394 |
+
"wb_code": "NY.GDP.MKTP.PP.CD",
|
| 395 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GDP.MKTP.PP.CD",
|
| 396 |
+
"db_id": 4
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"indicator_id": "wb.SI.POV.GINI",
|
| 400 |
+
"indicator_name": "Gini Index",
|
| 401 |
+
"source": "world_bank",
|
| 402 |
+
"source_name": "World Bank",
|
| 403 |
+
"theme": "Inequality",
|
| 404 |
+
"unit": "index",
|
| 405 |
+
"description": "Gini index (0=perfect equality, 100=perfect inequality)",
|
| 406 |
+
"wb_code": "SI.POV.GINI",
|
| 407 |
+
"source_url": "https://data.worldbank.org/indicator/SI.POV.GINI",
|
| 408 |
+
"db_id": 101
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"indicator_id": "wb.NY.GNP.MKTP.CD",
|
| 412 |
+
"indicator_name": "GNI",
|
| 413 |
+
"source": "world_bank",
|
| 414 |
+
"source_name": "World Bank",
|
| 415 |
+
"theme": "Economy & Growth",
|
| 416 |
+
"unit": "USD",
|
| 417 |
+
"description": "Gross National Income",
|
| 418 |
+
"wb_code": "NY.GNP.MKTP.CD",
|
| 419 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GNP.MKTP.CD",
|
| 420 |
+
"db_id": 5
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"indicator_id": "wb.NY.GNP.PCAP.CD",
|
| 424 |
+
"indicator_name": "GNI per Capita",
|
| 425 |
+
"source": "world_bank",
|
| 426 |
+
"source_name": "World Bank",
|
| 427 |
+
"theme": "Economy & Growth",
|
| 428 |
+
"unit": "USD",
|
| 429 |
+
"description": "GNI divided by midyear population",
|
| 430 |
+
"wb_code": "NY.GNP.PCAP.CD",
|
| 431 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GNP.PCAP.CD",
|
| 432 |
+
"db_id": 6
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"indicator_id": "wb.GC.XPN.TOTL.GD.ZS",
|
| 436 |
+
"indicator_name": "Government Spending",
|
| 437 |
+
"source": "world_bank",
|
| 438 |
+
"source_name": "World Bank",
|
| 439 |
+
"theme": "Government",
|
| 440 |
+
"unit": "% of GDP",
|
| 441 |
+
"description": "Government expenditure as % of GDP",
|
| 442 |
+
"wb_code": "GC.XPN.TOTL.GD.ZS",
|
| 443 |
+
"source_url": "https://data.worldbank.org/indicator/GC.XPN.TOTL.GD.ZS",
|
| 444 |
+
"db_id": 35
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"indicator_id": "wb.NY.GNS.ICTR.ZS",
|
| 448 |
+
"indicator_name": "Gross Savings",
|
| 449 |
+
"source": "world_bank",
|
| 450 |
+
"source_name": "World Bank",
|
| 451 |
+
"theme": "Economy & Growth",
|
| 452 |
+
"unit": "% of GDP",
|
| 453 |
+
"description": "Gross savings as % of GDP",
|
| 454 |
+
"wb_code": "NY.GNS.ICTR.ZS",
|
| 455 |
+
"source_url": "https://data.worldbank.org/indicator/NY.GNS.ICTR.ZS",
|
| 456 |
+
"db_id": 10
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"indicator_id": "wb.SH.XPD.CHEX.PC.CD",
|
| 460 |
+
"indicator_name": "Health Expenditure per Capita",
|
| 461 |
+
"source": "world_bank",
|
| 462 |
+
"source_name": "World Bank",
|
| 463 |
+
"theme": "Health",
|
| 464 |
+
"unit": "USD",
|
| 465 |
+
"description": "Current health expenditure per capita",
|
| 466 |
+
"wb_code": "SH.XPD.CHEX.PC.CD",
|
| 467 |
+
"source_url": "https://data.worldbank.org/indicator/SH.XPD.CHEX.PC.CD",
|
| 468 |
+
"db_id": 74
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"indicator_id": "wb.SH.XPD.CHEX.GD.ZS",
|
| 472 |
+
"indicator_name": "Health Spending",
|
| 473 |
+
"source": "world_bank",
|
| 474 |
+
"source_name": "World Bank",
|
| 475 |
+
"theme": "Government",
|
| 476 |
+
"unit": "% of GDP",
|
| 477 |
+
"description": "Current health expenditure as % of GDP",
|
| 478 |
+
"wb_code": "SH.XPD.CHEX.GD.ZS",
|
| 479 |
+
"source_url": "https://data.worldbank.org/indicator/SH.XPD.CHEX.GD.ZS",
|
| 480 |
+
"db_id": 38
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"indicator_id": "wb.TX.VAL.TECH.MF.ZS",
|
| 484 |
+
"indicator_name": "High-tech Exports",
|
| 485 |
+
"source": "world_bank",
|
| 486 |
+
"source_name": "World Bank",
|
| 487 |
+
"theme": "Technology",
|
| 488 |
+
"unit": "% of manufactured",
|
| 489 |
+
"description": "High-technology exports as % of manufactured exports",
|
| 490 |
+
"wb_code": "TX.VAL.TECH.MF.ZS",
|
| 491 |
+
"source_url": "https://data.worldbank.org/indicator/TX.VAL.TECH.MF.ZS",
|
| 492 |
+
"db_id": 100
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"indicator_id": "wb.SH.MED.BEDS.ZS",
|
| 496 |
+
"indicator_name": "Hospital Beds",
|
| 497 |
+
"source": "world_bank",
|
| 498 |
+
"source_name": "World Bank",
|
| 499 |
+
"theme": "Health",
|
| 500 |
+
"unit": "per 1,000",
|
| 501 |
+
"description": "Hospital beds per 1,000 people",
|
| 502 |
+
"wb_code": "SH.MED.BEDS.ZS",
|
| 503 |
+
"source_url": "https://data.worldbank.org/indicator/SH.MED.BEDS.ZS",
|
| 504 |
+
"db_id": 78
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"indicator_id": "wb.BM.GSR.GNFS.CD",
|
| 508 |
+
"indicator_name": "Imports",
|
| 509 |
+
"source": "world_bank",
|
| 510 |
+
"source_name": "World Bank",
|
| 511 |
+
"theme": "Trade",
|
| 512 |
+
"unit": "USD",
|
| 513 |
+
"description": "Imports of goods and services",
|
| 514 |
+
"wb_code": "BM.GSR.GNFS.CD",
|
| 515 |
+
"source_url": "https://data.worldbank.org/indicator/BM.GSR.GNFS.CD",
|
| 516 |
+
"db_id": 56
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"indicator_id": "wb.SI.DST.FRST.10",
|
| 520 |
+
"indicator_name": "Income Share Bottom 10%",
|
| 521 |
+
"source": "world_bank",
|
| 522 |
+
"source_name": "World Bank",
|
| 523 |
+
"theme": "Inequality",
|
| 524 |
+
"unit": "%",
|
| 525 |
+
"description": "Income share held by lowest 10%",
|
| 526 |
+
"wb_code": "SI.DST.FRST.10",
|
| 527 |
+
"source_url": "https://data.worldbank.org/indicator/SI.DST.FRST.10",
|
| 528 |
+
"db_id": 104
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"indicator_id": "wb.SI.DST.10TH.10",
|
| 532 |
+
"indicator_name": "Income Share Top 10%",
|
| 533 |
+
"source": "world_bank",
|
| 534 |
+
"source_name": "World Bank",
|
| 535 |
+
"theme": "Inequality",
|
| 536 |
+
"unit": "%",
|
| 537 |
+
"description": "Income share held by highest 10%",
|
| 538 |
+
"wb_code": "SI.DST.10TH.10",
|
| 539 |
+
"source_url": "https://data.worldbank.org/indicator/SI.DST.10TH.10",
|
| 540 |
+
"db_id": 103
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"indicator_id": "wb.SL.IND.EMPL.ZS",
|
| 544 |
+
"indicator_name": "Industry Employment",
|
| 545 |
+
"source": "world_bank",
|
| 546 |
+
"source_name": "World Bank",
|
| 547 |
+
"theme": "Employment",
|
| 548 |
+
"unit": "% of total",
|
| 549 |
+
"description": "Employment in industry",
|
| 550 |
+
"wb_code": "SL.IND.EMPL.ZS",
|
| 551 |
+
"source_url": "https://data.worldbank.org/indicator/SL.IND.EMPL.ZS",
|
| 552 |
+
"db_id": 32
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"indicator_id": "wb.NV.IND.TOTL.ZS",
|
| 556 |
+
"indicator_name": "Industry Value Added",
|
| 557 |
+
"source": "world_bank",
|
| 558 |
+
"source_name": "World Bank",
|
| 559 |
+
"theme": "Economy & Growth",
|
| 560 |
+
"unit": "% of GDP",
|
| 561 |
+
"description": "Industry (including construction) value added as % of GDP",
|
| 562 |
+
"wb_code": "NV.IND.TOTL.ZS",
|
| 563 |
+
"source_url": "https://data.worldbank.org/indicator/NV.IND.TOTL.ZS",
|
| 564 |
+
"db_id": 8
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"indicator_id": "wb.SP.DYN.IMRT.IN",
|
| 568 |
+
"indicator_name": "Infant Mortality Rate",
|
| 569 |
+
"source": "world_bank",
|
| 570 |
+
"source_name": "World Bank",
|
| 571 |
+
"theme": "Health",
|
| 572 |
+
"unit": "per 1,000",
|
| 573 |
+
"description": "Infant mortality rate per 1,000 live births",
|
| 574 |
+
"wb_code": "SP.DYN.IMRT.IN",
|
| 575 |
+
"source_url": "https://data.worldbank.org/indicator/SP.DYN.IMRT.IN",
|
| 576 |
+
"db_id": 75
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"indicator_id": "wb.FP.CPI.TOTL.ZG",
|
| 580 |
+
"indicator_name": "Inflation Rate",
|
| 581 |
+
"source": "world_bank",
|
| 582 |
+
"source_name": "World Bank",
|
| 583 |
+
"theme": "Prices & Inflation",
|
| 584 |
+
"unit": "%",
|
| 585 |
+
"description": "Consumer price inflation, annual %",
|
| 586 |
+
"wb_code": "FP.CPI.TOTL.ZG",
|
| 587 |
+
"source_url": "https://data.worldbank.org/indicator/FP.CPI.TOTL.ZG",
|
| 588 |
+
"db_id": 13
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"indicator_id": "wb.FR.INR.LNDP",
|
| 592 |
+
"indicator_name": "Interest Rate Spread",
|
| 593 |
+
"source": "world_bank",
|
| 594 |
+
"source_name": "World Bank",
|
| 595 |
+
"theme": "Financial Markets",
|
| 596 |
+
"unit": "%",
|
| 597 |
+
"description": "Interest rate spread (lending rate minus deposit rate)",
|
| 598 |
+
"wb_code": "FR.INR.LNDP",
|
| 599 |
+
"source_url": "https://data.worldbank.org/indicator/FR.INR.LNDP",
|
| 600 |
+
"db_id": 67
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"indicator_id": "wb.GC.XPN.INTP.RV.ZS",
|
| 604 |
+
"indicator_name": "Interest Payments to Revenue",
|
| 605 |
+
"source": "world_bank",
|
| 606 |
+
"source_name": "World Bank",
|
| 607 |
+
"theme": "Debt",
|
| 608 |
+
"unit": "%",
|
| 609 |
+
"description": "Interest payments as % of revenue",
|
| 610 |
+
"wb_code": "GC.XPN.INTP.RV.ZS",
|
| 611 |
+
"source_url": "https://data.worldbank.org/indicator/GC.XPN.INTP.RV.ZS",
|
| 612 |
+
"db_id": 44
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"indicator_id": "wb.IT.NET.USER.ZS",
|
| 616 |
+
"indicator_name": "Internet Users",
|
| 617 |
+
"source": "world_bank",
|
| 618 |
+
"source_name": "World Bank",
|
| 619 |
+
"theme": "Technology",
|
| 620 |
+
"unit": "% of population",
|
| 621 |
+
"description": "Individuals using the Internet",
|
| 622 |
+
"wb_code": "IT.NET.USER.ZS",
|
| 623 |
+
"source_url": "https://data.worldbank.org/indicator/IT.NET.USER.ZS",
|
| 624 |
+
"db_id": 96
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"indicator_id": "wb.SL.TLF.CACT.ZS",
|
| 628 |
+
"indicator_name": "Labor Force Participation",
|
| 629 |
+
"source": "world_bank",
|
| 630 |
+
"source_name": "World Bank",
|
| 631 |
+
"theme": "Employment",
|
| 632 |
+
"unit": "%",
|
| 633 |
+
"description": "Labor force participation rate",
|
| 634 |
+
"wb_code": "SL.TLF.CACT.ZS",
|
| 635 |
+
"source_url": "https://data.worldbank.org/indicator/SL.TLF.CACT.ZS",
|
| 636 |
+
"db_id": 29
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"indicator_id": "wb.FR.INR.LEND",
|
| 640 |
+
"indicator_name": "Lending Rate",
|
| 641 |
+
"source": "world_bank",
|
| 642 |
+
"source_name": "World Bank",
|
| 643 |
+
"theme": "Money",
|
| 644 |
+
"unit": "%",
|
| 645 |
+
"description": "Lending interest rate",
|
| 646 |
+
"wb_code": "FR.INR.LEND",
|
| 647 |
+
"source_url": "https://data.worldbank.org/indicator/FR.INR.LEND",
|
| 648 |
+
"db_id": 45
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"indicator_id": "wb.SP.DYN.LE00.IN",
|
| 652 |
+
"indicator_name": "Life Expectancy",
|
| 653 |
+
"source": "world_bank",
|
| 654 |
+
"source_name": "World Bank",
|
| 655 |
+
"theme": "Population",
|
| 656 |
+
"unit": "years",
|
| 657 |
+
"description": "Life expectancy at birth, total",
|
| 658 |
+
"wb_code": "SP.DYN.LE00.IN",
|
| 659 |
+
"source_url": "https://data.worldbank.org/indicator/SP.DYN.LE00.IN",
|
| 660 |
+
"db_id": 20
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"indicator_id": "wb.CM.MKT.LDOM.NO",
|
| 664 |
+
"indicator_name": "Listed Companies",
|
| 665 |
+
"source": "world_bank",
|
| 666 |
+
"source_name": "World Bank",
|
| 667 |
+
"theme": "Financial Markets",
|
| 668 |
+
"unit": "count",
|
| 669 |
+
"description": "Number of listed domestic companies",
|
| 670 |
+
"wb_code": "CM.MKT.LDOM.NO",
|
| 671 |
+
"source_url": "https://data.worldbank.org/indicator/CM.MKT.LDOM.NO",
|
| 672 |
+
"db_id": 66
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"indicator_id": "wb.SE.ADT.LITR.ZS",
|
| 676 |
+
"indicator_name": "Literacy Rate",
|
| 677 |
+
"source": "world_bank",
|
| 678 |
+
"source_name": "World Bank",
|
| 679 |
+
"theme": "Education",
|
| 680 |
+
"unit": "%",
|
| 681 |
+
"description": "Adult literacy rate",
|
| 682 |
+
"wb_code": "SE.ADT.LITR.ZS",
|
| 683 |
+
"source_url": "https://data.worldbank.org/indicator/SE.ADT.LITR.ZS",
|
| 684 |
+
"db_id": 79
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"indicator_id": "wb.FM.LBL.BMNY.ZG",
|
| 688 |
+
"indicator_name": "M2 Money Supply Growth",
|
| 689 |
+
"source": "world_bank",
|
| 690 |
+
"source_name": "World Bank",
|
| 691 |
+
"theme": "Money",
|
| 692 |
+
"unit": "%",
|
| 693 |
+
"description": "Broad money growth (annual %)",
|
| 694 |
+
"wb_code": "FM.LBL.BMNY.ZG",
|
| 695 |
+
"source_url": "https://data.worldbank.org/indicator/FM.LBL.BMNY.ZG",
|
| 696 |
+
"db_id": 48
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"indicator_id": "wb.CM.MKT.LCAP.GD.ZS",
|
| 700 |
+
"indicator_name": "Market Capitalization",
|
| 701 |
+
"source": "world_bank",
|
| 702 |
+
"source_name": "World Bank",
|
| 703 |
+
"theme": "Financial Markets",
|
| 704 |
+
"unit": "% of GDP",
|
| 705 |
+
"description": "Market capitalization of listed domestic companies as % of GDP",
|
| 706 |
+
"wb_code": "CM.MKT.LCAP.GD.ZS",
|
| 707 |
+
"source_url": "https://data.worldbank.org/indicator/CM.MKT.LCAP.GD.ZS",
|
| 708 |
+
"db_id": 64
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"indicator_id": "wb.SH.STA.MMRT",
|
| 712 |
+
"indicator_name": "Maternal Mortality Ratio",
|
| 713 |
+
"source": "world_bank",
|
| 714 |
+
"source_name": "World Bank",
|
| 715 |
+
"theme": "Health",
|
| 716 |
+
"unit": "per 100,000",
|
| 717 |
+
"description": "Maternal mortality ratio per 100,000 live births",
|
| 718 |
+
"wb_code": "SH.STA.MMRT",
|
| 719 |
+
"source_url": "https://data.worldbank.org/indicator/SH.STA.MMRT",
|
| 720 |
+
"db_id": 76
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"indicator_id": "wb.MS.MIL.XPND.GD.ZS",
|
| 724 |
+
"indicator_name": "Military Spending",
|
| 725 |
+
"source": "world_bank",
|
| 726 |
+
"source_name": "World Bank",
|
| 727 |
+
"theme": "Government",
|
| 728 |
+
"unit": "% of GDP",
|
| 729 |
+
"description": "Military expenditure as % of GDP",
|
| 730 |
+
"wb_code": "MS.MIL.XPND.GD.ZS",
|
| 731 |
+
"source_url": "https://data.worldbank.org/indicator/MS.MIL.XPND.GD.ZS",
|
| 732 |
+
"db_id": 36
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"indicator_id": "wb.IT.CEL.SETS.P2",
|
| 736 |
+
"indicator_name": "Mobile Subscriptions",
|
| 737 |
+
"source": "world_bank",
|
| 738 |
+
"source_name": "World Bank",
|
| 739 |
+
"theme": "Technology",
|
| 740 |
+
"unit": "per 100 people",
|
| 741 |
+
"description": "Mobile cellular subscriptions per 100 people",
|
| 742 |
+
"wb_code": "IT.CEL.SETS.P2",
|
| 743 |
+
"source_url": "https://data.worldbank.org/indicator/IT.CEL.SETS.P2",
|
| 744 |
+
"db_id": 97
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"indicator_id": "wb.SM.POP.NETM",
|
| 748 |
+
"indicator_name": "Net Migration",
|
| 749 |
+
"source": "world_bank",
|
| 750 |
+
"source_name": "World Bank",
|
| 751 |
+
"theme": "Population",
|
| 752 |
+
"unit": "people",
|
| 753 |
+
"description": "Net migration",
|
| 754 |
+
"wb_code": "SM.POP.NETM",
|
| 755 |
+
"source_url": "https://data.worldbank.org/indicator/SM.POP.NETM",
|
| 756 |
+
"db_id": 24
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"indicator_id": "wb.FB.AST.NPER.ZS",
|
| 760 |
+
"indicator_name": "Non-Performing Loans",
|
| 761 |
+
"source": "world_bank",
|
| 762 |
+
"source_name": "World Bank",
|
| 763 |
+
"theme": "Money",
|
| 764 |
+
"unit": "%",
|
| 765 |
+
"description": "Bank nonperforming loans as % of total gross loans",
|
| 766 |
+
"wb_code": "FB.AST.NPER.ZS",
|
| 767 |
+
"source_url": "https://data.worldbank.org/indicator/FB.AST.NPER.ZS",
|
| 768 |
+
"db_id": 50
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"indicator_id": "wb.IP.PAT.RESD",
|
| 772 |
+
"indicator_name": "Patent Applications",
|
| 773 |
+
"source": "world_bank",
|
| 774 |
+
"source_name": "World Bank",
|
| 775 |
+
"theme": "Technology",
|
| 776 |
+
"unit": "count",
|
| 777 |
+
"description": "Patent applications by residents",
|
| 778 |
+
"wb_code": "IP.PAT.RESD",
|
| 779 |
+
"source_url": "https://data.worldbank.org/indicator/IP.PAT.RESD",
|
| 780 |
+
"db_id": 99
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"indicator_id": "wb.SH.MED.PHYS.ZS",
|
| 784 |
+
"indicator_name": "Physicians",
|
| 785 |
+
"source": "world_bank",
|
| 786 |
+
"source_name": "World Bank",
|
| 787 |
+
"theme": "Health",
|
| 788 |
+
"unit": "per 1,000",
|
| 789 |
+
"description": "Physicians per 1,000 people",
|
| 790 |
+
"wb_code": "SH.MED.PHYS.ZS",
|
| 791 |
+
"source_url": "https://data.worldbank.org/indicator/SH.MED.PHYS.ZS",
|
| 792 |
+
"db_id": 77
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"indicator_id": "wb.SP.POP.TOTL",
|
| 796 |
+
"indicator_name": "Population",
|
| 797 |
+
"source": "world_bank",
|
| 798 |
+
"source_name": "World Bank",
|
| 799 |
+
"theme": "Population",
|
| 800 |
+
"unit": "people",
|
| 801 |
+
"description": "Total population",
|
| 802 |
+
"wb_code": "SP.POP.TOTL",
|
| 803 |
+
"source_url": "https://data.worldbank.org/indicator/SP.POP.TOTL",
|
| 804 |
+
"db_id": 16
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"indicator_id": "wb.EN.POP.DNST",
|
| 808 |
+
"indicator_name": "Population Density",
|
| 809 |
+
"source": "world_bank",
|
| 810 |
+
"source_name": "World Bank",
|
| 811 |
+
"theme": "Population",
|
| 812 |
+
"unit": "per km²",
|
| 813 |
+
"description": "People per sq. km of land area",
|
| 814 |
+
"wb_code": "EN.POP.DNST",
|
| 815 |
+
"source_url": "https://data.worldbank.org/indicator/EN.POP.DNST",
|
| 816 |
+
"db_id": 18
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"indicator_id": "wb.SP.POP.GROW",
|
| 820 |
+
"indicator_name": "Population Growth",
|
| 821 |
+
"source": "world_bank",
|
| 822 |
+
"source_name": "World Bank",
|
| 823 |
+
"theme": "Population",
|
| 824 |
+
"unit": "%",
|
| 825 |
+
"description": "Annual population growth rate",
|
| 826 |
+
"wb_code": "SP.POP.GROW",
|
| 827 |
+
"source_url": "https://data.worldbank.org/indicator/SP.POP.GROW",
|
| 828 |
+
"db_id": 17
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"indicator_id": "wb.SI.POV.DDAY",
|
| 832 |
+
"indicator_name": "Poverty Rate",
|
| 833 |
+
"source": "world_bank",
|
| 834 |
+
"source_name": "World Bank",
|
| 835 |
+
"theme": "Inequality",
|
| 836 |
+
"unit": "%",
|
| 837 |
+
"description": "Poverty headcount ratio at $2.15/day",
|
| 838 |
+
"wb_code": "SI.POV.DDAY",
|
| 839 |
+
"source_url": "https://data.worldbank.org/indicator/SI.POV.DDAY",
|
| 840 |
+
"db_id": 102
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"indicator_id": "wb.PA.NUS.PPP",
|
| 844 |
+
"indicator_name": "PPP Conversion Factor",
|
| 845 |
+
"source": "world_bank",
|
| 846 |
+
"source_name": "World Bank",
|
| 847 |
+
"theme": "Prices & Inflation",
|
| 848 |
+
"unit": "LCU per intl $",
|
| 849 |
+
"description": "PPP conversion factor, GDP",
|
| 850 |
+
"wb_code": "PA.NUS.PPP",
|
| 851 |
+
"source_url": "https://data.worldbank.org/indicator/PA.NUS.PPP",
|
| 852 |
+
"db_id": 15
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"indicator_id": "wb.SE.PRM.CMPT.ZS",
|
| 856 |
+
"indicator_name": "Primary Completion Rate",
|
| 857 |
+
"source": "world_bank",
|
| 858 |
+
"source_name": "World Bank",
|
| 859 |
+
"theme": "Education",
|
| 860 |
+
"unit": "%",
|
| 861 |
+
"description": "Primary completion rate (% of relevant age group)",
|
| 862 |
+
"wb_code": "SE.PRM.CMPT.ZS",
|
| 863 |
+
"source_url": "https://data.worldbank.org/indicator/SE.PRM.CMPT.ZS",
|
| 864 |
+
"db_id": 84
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"indicator_id": "wb.SE.PRM.ENRR",
|
| 868 |
+
"indicator_name": "Primary Enrollment",
|
| 869 |
+
"source": "world_bank",
|
| 870 |
+
"source_name": "World Bank",
|
| 871 |
+
"theme": "Education",
|
| 872 |
+
"unit": "%",
|
| 873 |
+
"description": "School enrollment, primary (% gross)",
|
| 874 |
+
"wb_code": "SE.PRM.ENRR",
|
| 875 |
+
"source_url": "https://data.worldbank.org/indicator/SE.PRM.ENRR",
|
| 876 |
+
"db_id": 82
|
| 877 |
+
},
|
| 878 |
+
{
|
| 879 |
+
"indicator_id": "wb.GB.XPD.RSDV.GD.ZS",
|
| 880 |
+
"indicator_name": "R&D Spending",
|
| 881 |
+
"source": "world_bank",
|
| 882 |
+
"source_name": "World Bank",
|
| 883 |
+
"theme": "Technology",
|
| 884 |
+
"unit": "% of GDP",
|
| 885 |
+
"description": "Research and development expenditure as % of GDP",
|
| 886 |
+
"wb_code": "GB.XPD.RSDV.GD.ZS",
|
| 887 |
+
"source_url": "https://data.worldbank.org/indicator/GB.XPD.RSDV.GD.ZS",
|
| 888 |
+
"db_id": 98
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"indicator_id": "wb.FR.INR.RINR",
|
| 892 |
+
"indicator_name": "Real Interest Rate",
|
| 893 |
+
"source": "world_bank",
|
| 894 |
+
"source_name": "World Bank",
|
| 895 |
+
"theme": "Money",
|
| 896 |
+
"unit": "%",
|
| 897 |
+
"description": "Real interest rate",
|
| 898 |
+
"wb_code": "FR.INR.RINR",
|
| 899 |
+
"source_url": "https://data.worldbank.org/indicator/FR.INR.RINR",
|
| 900 |
+
"db_id": 47
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"indicator_id": "wb.BX.TRF.PWKR.CD.DT",
|
| 904 |
+
"indicator_name": "Remittances Received",
|
| 905 |
+
"source": "world_bank",
|
| 906 |
+
"source_name": "World Bank",
|
| 907 |
+
"theme": "Trade",
|
| 908 |
+
"unit": "USD",
|
| 909 |
+
"description": "Personal remittances received",
|
| 910 |
+
"wb_code": "BX.TRF.PWKR.CD.DT",
|
| 911 |
+
"source_url": "https://data.worldbank.org/indicator/BX.TRF.PWKR.CD.DT",
|
| 912 |
+
"db_id": 61
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"indicator_id": "wb.EG.FEC.RNEW.ZS",
|
| 916 |
+
"indicator_name": "Renewable Energy",
|
| 917 |
+
"source": "world_bank",
|
| 918 |
+
"source_name": "World Bank",
|
| 919 |
+
"theme": "Energy",
|
| 920 |
+
"unit": "% of total",
|
| 921 |
+
"description": "Renewable energy consumption as % of total",
|
| 922 |
+
"wb_code": "EG.FEC.RNEW.ZS",
|
| 923 |
+
"source_url": "https://data.worldbank.org/indicator/EG.FEC.RNEW.ZS",
|
| 924 |
+
"db_id": 92
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"indicator_id": "wb.FI.RES.TOTL.CD",
|
| 928 |
+
"indicator_name": "Foreign Reserves",
|
| 929 |
+
"source": "world_bank",
|
| 930 |
+
"source_name": "World Bank",
|
| 931 |
+
"theme": "Currency",
|
| 932 |
+
"unit": "USD",
|
| 933 |
+
"description": "Total reserves including gold",
|
| 934 |
+
"wb_code": "FI.RES.TOTL.CD",
|
| 935 |
+
"source_url": "https://data.worldbank.org/indicator/FI.RES.TOTL.CD",
|
| 936 |
+
"db_id": 53
|
| 937 |
+
},
|
| 938 |
+
{
|
| 939 |
+
"indicator_id": "wb.FI.RES.TOTL.MO",
|
| 940 |
+
"indicator_name": "Reserves in Months of Imports",
|
| 941 |
+
"source": "world_bank",
|
| 942 |
+
"source_name": "World Bank",
|
| 943 |
+
"theme": "Currency",
|
| 944 |
+
"unit": "months",
|
| 945 |
+
"description": "Total reserves in months of imports",
|
| 946 |
+
"wb_code": "FI.RES.TOTL.MO",
|
| 947 |
+
"source_url": "https://data.worldbank.org/indicator/FI.RES.TOTL.MO",
|
| 948 |
+
"db_id": 54
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"indicator_id": "wb.SE.SEC.ENRR",
|
| 952 |
+
"indicator_name": "Secondary Enrollment",
|
| 953 |
+
"source": "world_bank",
|
| 954 |
+
"source_name": "World Bank",
|
| 955 |
+
"theme": "Education",
|
| 956 |
+
"unit": "%",
|
| 957 |
+
"description": "School enrollment, secondary (% gross)",
|
| 958 |
+
"wb_code": "SE.SEC.ENRR",
|
| 959 |
+
"source_url": "https://data.worldbank.org/indicator/SE.SEC.ENRR",
|
| 960 |
+
"db_id": 83
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"indicator_id": "wb.SL.SRV.EMPL.ZS",
|
| 964 |
+
"indicator_name": "Services Employment",
|
| 965 |
+
"source": "world_bank",
|
| 966 |
+
"source_name": "World Bank",
|
| 967 |
+
"theme": "Employment",
|
| 968 |
+
"unit": "% of total",
|
| 969 |
+
"description": "Employment in services",
|
| 970 |
+
"wb_code": "SL.SRV.EMPL.ZS",
|
| 971 |
+
"source_url": "https://data.worldbank.org/indicator/SL.SRV.EMPL.ZS",
|
| 972 |
+
"db_id": 33
|
| 973 |
+
},
|
| 974 |
+
{
|
| 975 |
+
"indicator_id": "wb.NV.SRV.TOTL.ZS",
|
| 976 |
+
"indicator_name": "Services Value Added",
|
| 977 |
+
"source": "world_bank",
|
| 978 |
+
"source_name": "World Bank",
|
| 979 |
+
"theme": "Economy & Growth",
|
| 980 |
+
"unit": "% of GDP",
|
| 981 |
+
"description": "Services value added as % of GDP",
|
| 982 |
+
"wb_code": "NV.SRV.TOTL.ZS",
|
| 983 |
+
"source_url": "https://data.worldbank.org/indicator/NV.SRV.TOTL.ZS",
|
| 984 |
+
"db_id": 9
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"indicator_id": "wb.DT.DOD.DSTC.ZS",
|
| 988 |
+
"indicator_name": "Short-term Debt",
|
| 989 |
+
"source": "world_bank",
|
| 990 |
+
"source_name": "World Bank",
|
| 991 |
+
"theme": "Debt",
|
| 992 |
+
"unit": "% of total",
|
| 993 |
+
"description": "Short-term debt as % of total external debt",
|
| 994 |
+
"wb_code": "DT.DOD.DSTC.ZS",
|
| 995 |
+
"source_url": "https://data.worldbank.org/indicator/DT.DOD.DSTC.ZS",
|
| 996 |
+
"db_id": 41
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"indicator_id": "wb.CM.MKT.TRNR",
|
| 1000 |
+
"indicator_name": "Stock Turnover Ratio",
|
| 1001 |
+
"source": "world_bank",
|
| 1002 |
+
"source_name": "World Bank",
|
| 1003 |
+
"theme": "Financial Markets",
|
| 1004 |
+
"unit": "%",
|
| 1005 |
+
"description": "Stocks traded, turnover ratio of domestic shares",
|
| 1006 |
+
"wb_code": "CM.MKT.TRNR",
|
| 1007 |
+
"source_url": "https://data.worldbank.org/indicator/CM.MKT.TRNR",
|
| 1008 |
+
"db_id": 65
|
| 1009 |
+
},
|
| 1010 |
+
{
|
| 1011 |
+
"indicator_id": "wb.GC.TAX.TOTL.GD.ZS",
|
| 1012 |
+
"indicator_name": "Tax Revenue",
|
| 1013 |
+
"source": "world_bank",
|
| 1014 |
+
"source_name": "World Bank",
|
| 1015 |
+
"theme": "Government",
|
| 1016 |
+
"unit": "% of GDP",
|
| 1017 |
+
"description": "Tax revenue as % of GDP",
|
| 1018 |
+
"wb_code": "GC.TAX.TOTL.GD.ZS",
|
| 1019 |
+
"source_url": "https://data.worldbank.org/indicator/GC.TAX.TOTL.GD.ZS",
|
| 1020 |
+
"db_id": 34
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"indicator_id": "wb.SE.TER.ENRR",
|
| 1024 |
+
"indicator_name": "Tertiary Enrollment",
|
| 1025 |
+
"source": "world_bank",
|
| 1026 |
+
"source_name": "World Bank",
|
| 1027 |
+
"theme": "Education",
|
| 1028 |
+
"unit": "%",
|
| 1029 |
+
"description": "School enrollment, tertiary (% gross)",
|
| 1030 |
+
"wb_code": "SE.TER.ENRR",
|
| 1031 |
+
"source_url": "https://data.worldbank.org/indicator/SE.TER.ENRR",
|
| 1032 |
+
"db_id": 80
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"indicator_id": "wb.ST.INT.RCPT.CD",
|
| 1036 |
+
"indicator_name": "Tourism Receipts",
|
| 1037 |
+
"source": "world_bank",
|
| 1038 |
+
"source_name": "World Bank",
|
| 1039 |
+
"theme": "Trade",
|
| 1040 |
+
"unit": "USD",
|
| 1041 |
+
"description": "International tourism receipts",
|
| 1042 |
+
"wb_code": "ST.INT.RCPT.CD",
|
| 1043 |
+
"source_url": "https://data.worldbank.org/indicator/ST.INT.RCPT.CD",
|
| 1044 |
+
"db_id": 63
|
| 1045 |
+
},
|
| 1046 |
+
{
|
| 1047 |
+
"indicator_id": "wb.NE.RSB.GNFS.CD",
|
| 1048 |
+
"indicator_name": "Trade Balance",
|
| 1049 |
+
"source": "world_bank",
|
| 1050 |
+
"source_name": "World Bank",
|
| 1051 |
+
"theme": "Trade",
|
| 1052 |
+
"unit": "USD",
|
| 1053 |
+
"description": "External balance on goods and services",
|
| 1054 |
+
"wb_code": "NE.RSB.GNFS.CD",
|
| 1055 |
+
"source_url": "https://data.worldbank.org/indicator/NE.RSB.GNFS.CD",
|
| 1056 |
+
"db_id": 57
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"indicator_id": "wb.NE.TRD.GNFS.ZS",
|
| 1060 |
+
"indicator_name": "Trade Openness",
|
| 1061 |
+
"source": "world_bank",
|
| 1062 |
+
"source_name": "World Bank",
|
| 1063 |
+
"theme": "Trade",
|
| 1064 |
+
"unit": "% of GDP",
|
| 1065 |
+
"description": "Trade as % of GDP",
|
| 1066 |
+
"wb_code": "NE.TRD.GNFS.ZS",
|
| 1067 |
+
"source_url": "https://data.worldbank.org/indicator/NE.TRD.GNFS.ZS",
|
| 1068 |
+
"db_id": 62
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"indicator_id": "wb.SL.UEM.TOTL.ZS",
|
| 1072 |
+
"indicator_name": "Unemployment Rate",
|
| 1073 |
+
"source": "world_bank",
|
| 1074 |
+
"source_name": "World Bank",
|
| 1075 |
+
"theme": "Employment",
|
| 1076 |
+
"unit": "%",
|
| 1077 |
+
"description": "Unemployment as % of total labor force",
|
| 1078 |
+
"wb_code": "SL.UEM.TOTL.ZS",
|
| 1079 |
+
"source_url": "https://data.worldbank.org/indicator/SL.UEM.TOTL.ZS",
|
| 1080 |
+
"db_id": 27
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"indicator_id": "wb.SP.URB.TOTL.IN.ZS",
|
| 1084 |
+
"indicator_name": "Urban Population",
|
| 1085 |
+
"source": "world_bank",
|
| 1086 |
+
"source_name": "World Bank",
|
| 1087 |
+
"theme": "Population",
|
| 1088 |
+
"unit": "% of total",
|
| 1089 |
+
"description": "Urban population as % of total",
|
| 1090 |
+
"wb_code": "SP.URB.TOTL.IN.ZS",
|
| 1091 |
+
"source_url": "https://data.worldbank.org/indicator/SP.URB.TOTL.IN.ZS",
|
| 1092 |
+
"db_id": 19
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"indicator_id": "wb.SE.ADT.1524.LT.ZS",
|
| 1096 |
+
"indicator_name": "Youth Literacy Rate",
|
| 1097 |
+
"source": "world_bank",
|
| 1098 |
+
"source_name": "World Bank",
|
| 1099 |
+
"theme": "Education",
|
| 1100 |
+
"unit": "%",
|
| 1101 |
+
"description": "Literacy rate among youth ages 15-24",
|
| 1102 |
+
"wb_code": "SE.ADT.1524.LT.ZS",
|
| 1103 |
+
"source_url": "https://data.worldbank.org/indicator/SE.ADT.1524.LT.ZS",
|
| 1104 |
+
"db_id": 89
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"indicator_id": "wb.SL.UEM.1524.ZS",
|
| 1108 |
+
"indicator_name": "Youth Unemployment",
|
| 1109 |
+
"source": "world_bank",
|
| 1110 |
+
"source_name": "World Bank",
|
| 1111 |
+
"theme": "Employment",
|
| 1112 |
+
"unit": "%",
|
| 1113 |
+
"description": "Youth unemployment (ages 15-24)",
|
| 1114 |
+
"wb_code": "SL.UEM.1524.ZS",
|
| 1115 |
+
"source_url": "https://data.worldbank.org/indicator/SL.UEM.1524.ZS",
|
| 1116 |
+
"db_id": 28
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"indicator_id": "wgi.CC.EST",
|
| 1120 |
+
"indicator_name": "Control of Corruption",
|
| 1121 |
+
"source": "world_bank_wgi",
|
| 1122 |
+
"source_name": "World Bank WGI",
|
| 1123 |
+
"theme": "Political Stability",
|
| 1124 |
+
"unit": "index",
|
| 1125 |
+
"description": "Control of Corruption",
|
| 1126 |
+
"wb_code": "CC.EST",
|
| 1127 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1128 |
+
"db_id": 72
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"indicator_id": "wgi.GE.EST",
|
| 1132 |
+
"indicator_name": "Government Effectiveness",
|
| 1133 |
+
"source": "world_bank_wgi",
|
| 1134 |
+
"source_name": "World Bank WGI",
|
| 1135 |
+
"theme": "Political Stability",
|
| 1136 |
+
"unit": "index",
|
| 1137 |
+
"description": "Government Effectiveness",
|
| 1138 |
+
"wb_code": "GE.EST",
|
| 1139 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1140 |
+
"db_id": 69
|
| 1141 |
+
},
|
| 1142 |
+
{
|
| 1143 |
+
"indicator_id": "wgi.PV.EST",
|
| 1144 |
+
"indicator_name": "Political Stability",
|
| 1145 |
+
"source": "world_bank_wgi",
|
| 1146 |
+
"source_name": "World Bank WGI",
|
| 1147 |
+
"theme": "Political Stability",
|
| 1148 |
+
"unit": "index",
|
| 1149 |
+
"description": "Political Stability and Absence of Violence/Terrorism",
|
| 1150 |
+
"wb_code": "PV.EST",
|
| 1151 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1152 |
+
"db_id": 68
|
| 1153 |
+
},
|
| 1154 |
+
{
|
| 1155 |
+
"indicator_id": "wgi.RQ.EST",
|
| 1156 |
+
"indicator_name": "Regulatory Quality",
|
| 1157 |
+
"source": "world_bank_wgi",
|
| 1158 |
+
"source_name": "World Bank WGI",
|
| 1159 |
+
"theme": "Political Stability",
|
| 1160 |
+
"unit": "index",
|
| 1161 |
+
"description": "Regulatory Quality",
|
| 1162 |
+
"wb_code": "RQ.EST",
|
| 1163 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1164 |
+
"db_id": 70
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"indicator_id": "wgi.RL.EST",
|
| 1168 |
+
"indicator_name": "Rule of Law",
|
| 1169 |
+
"source": "world_bank_wgi",
|
| 1170 |
+
"source_name": "World Bank WGI",
|
| 1171 |
+
"theme": "Political Stability",
|
| 1172 |
+
"unit": "index",
|
| 1173 |
+
"description": "Rule of Law",
|
| 1174 |
+
"wb_code": "RL.EST",
|
| 1175 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1176 |
+
"db_id": 71
|
| 1177 |
+
},
|
| 1178 |
+
{
|
| 1179 |
+
"indicator_id": "wgi.VA.EST",
|
| 1180 |
+
"indicator_name": "Voice and Accountability",
|
| 1181 |
+
"source": "world_bank_wgi",
|
| 1182 |
+
"source_name": "World Bank WGI",
|
| 1183 |
+
"theme": "Political Stability",
|
| 1184 |
+
"unit": "index",
|
| 1185 |
+
"description": "Voice and Accountability",
|
| 1186 |
+
"wb_code": "VA.EST",
|
| 1187 |
+
"source_url": "https://info.worldbank.org/governance/wgi/",
|
| 1188 |
+
"db_id": 73
|
| 1189 |
+
}
|
| 1190 |
+
]
|
_mappings/source_metadata.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bis": {
|
| 3 |
+
"rows": 4931,
|
| 4 |
+
"indicators": 1,
|
| 5 |
+
"countries": 106,
|
| 6 |
+
"year_min": 1964,
|
| 7 |
+
"year_max": 2026,
|
| 8 |
+
"last_updated": "2026-03-21"
|
| 9 |
+
},
|
| 10 |
+
"imf_weo": {
|
| 11 |
+
"rows": 18218,
|
| 12 |
+
"indicators": 3,
|
| 13 |
+
"countries": 193,
|
| 14 |
+
"year_min": 1980,
|
| 15 |
+
"year_max": 2024,
|
| 16 |
+
"last_updated": "2026-03-21"
|
| 17 |
+
},
|
| 18 |
+
"world_bank": {
|
| 19 |
+
"rows": 638294,
|
| 20 |
+
"indicators": 89,
|
| 21 |
+
"countries": 215,
|
| 22 |
+
"year_min": 1960,
|
| 23 |
+
"year_max": 2025,
|
| 24 |
+
"last_updated": "2026-03-21"
|
| 25 |
+
},
|
| 26 |
+
"world_bank_wgi": {
|
| 27 |
+
"rows": 29772,
|
| 28 |
+
"indicators": 6,
|
| 29 |
+
"countries": 203,
|
| 30 |
+
"year_min": 1996,
|
| 31 |
+
"year_max": 2023,
|
| 32 |
+
"last_updated": "2026-03-21"
|
| 33 |
+
}
|
| 34 |
+
}
|
checksums.sha256
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
3d9f12ae1f819649c666243582d74cef9e2b428ae2a7b8bb98c6077442652b7d data\aggregates\regional_aggregates.csv
|
| 2 |
+
21158dd7e09e2451f52ca9cf2060ce010061be00382a9f7ea010379ad4885451 data\aggregates\regional_aggregates.parquet
|
| 3 |
+
44c746939443b67bb44eb6958221a11f111607ac79afd601ad1b55e6ece0bf8a data\core\bis.csv
|
| 4 |
+
94747cdaf64117364eff73c1a1cc58ba67e9c55ceb5ddd9c9a094477e8efa21e data\core\bis.parquet
|
| 5 |
+
c6b75368b4eacd1b6900c6fb5d347dc034330c9dd4dd1cc7e538c6157ed21d79 data\core\imf_weo.csv
|
| 6 |
+
47db14aeeb2ab1888dedaea08e8bc9bd3d4eb8503f9949a0c1ba0e15b2a01a51 data\core\imf_weo.parquet
|
| 7 |
+
9e8ff426a2f889f0064d9426d0d7406396e8bbc673ffa54d56dce3bb5415783a data\core\world_bank.csv
|
| 8 |
+
02e343814dadd4aab017b2059125a66123531360c810432b2ad000688944bef5 data\core\world_bank.parquet
|
| 9 |
+
deda3530d3dbc99a610d97465f8280163285eefea337cdad51cfa15f72029cf9 data\core\world_bank_wgi.csv
|
| 10 |
+
525c53054b27febbea5172cc84b67a52eec4645d6df64d13c3ac30a3012f8f36 data\core\world_bank_wgi.parquet
|
| 11 |
+
df1020255352405c867dee26208089f6d2d07ea48a9c4afe9ac22d9013479856 data\unified\all_indicators.csv
|
| 12 |
+
8206a030c8d8f306d94d6f8395f6563fe0d51d4f66ec2860c39d8617e3f51043 data\unified\all_indicators.parquet
|
data/aggregates/regional_aggregates.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/aggregates/regional_aggregates.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21158dd7e09e2451f52ca9cf2060ce010061be00382a9f7ea010379ad4885451
|
| 3 |
+
size 35665
|
data/core/bis.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/core/bis.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94747cdaf64117364eff73c1a1cc58ba67e9c55ceb5ddd9c9a094477e8efa21e
|
| 3 |
+
size 50327
|
data/core/imf_weo.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/core/imf_weo.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47db14aeeb2ab1888dedaea08e8bc9bd3d4eb8503f9949a0c1ba0e15b2a01a51
|
| 3 |
+
size 129870
|
data/core/world_bank.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e8ff426a2f889f0064d9426d0d7406396e8bbc673ffa54d56dce3bb5415783a
|
| 3 |
+
size 70129539
|
data/core/world_bank.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02e343814dadd4aab017b2059125a66123531360c810432b2ad000688944bef5
|
| 3 |
+
size 4649678
|
data/core/world_bank_wgi.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/core/world_bank_wgi.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:525c53054b27febbea5172cc84b67a52eec4645d6df64d13c3ac30a3012f8f36
|
| 3 |
+
size 272631
|
data/unified/all_indicators.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df1020255352405c867dee26208089f6d2d07ea48a9c4afe9ac22d9013479856
|
| 3 |
+
size 75946838
|
data/unified/all_indicators.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8206a030c8d8f306d94d6f8395f6563fe0d51d4f66ec2860c39d8617e3f51043
|
| 3 |
+
size 4985539
|
examples/quickstart.R
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HistorySaid Global Economic Dataset — R Quick Start
|
| 2 |
+
# Requires: readr, dplyr, ggplot2
|
| 3 |
+
|
| 4 |
+
library(readr)
|
| 5 |
+
library(dplyr)
|
| 6 |
+
library(ggplot2)
|
| 7 |
+
|
| 8 |
+
# Load the unified dataset
|
| 9 |
+
df <- read_csv("data/unified/all_indicators.csv", show_col_types = FALSE)
|
| 10 |
+
|
| 11 |
+
cat(sprintf("Dataset: %s rows, %d countries, %d indicators\n",
|
| 12 |
+
format(nrow(df), big.mark = ","),
|
| 13 |
+
n_distinct(df$country_code),
|
| 14 |
+
n_distinct(df$indicator_id)))
|
| 15 |
+
cat(sprintf("Year range: %d–%d\n\n", min(df$year), max(df$year)))
|
| 16 |
+
|
| 17 |
+
# --- Filter by country and indicator ---
|
| 18 |
+
usa_gdp <- df %>%
|
| 19 |
+
filter(country_code == "USA", indicator_id == "wb.NY.GDP.MKTP.CD", !is.na(value)) %>%
|
| 20 |
+
arrange(year)
|
| 21 |
+
|
| 22 |
+
cat("USA GDP (last 10 years):\n")
|
| 23 |
+
print(tail(usa_gdp %>% select(year, value), 10))
|
| 24 |
+
|
| 25 |
+
# --- Compare countries ---
|
| 26 |
+
countries <- c("USA", "CHN", "DEU", "JPN", "IND")
|
| 27 |
+
gdp_compare <- df %>%
|
| 28 |
+
filter(indicator_id == "wb.NY.GDP.MKTP.CD",
|
| 29 |
+
country_code %in% countries,
|
| 30 |
+
year == 2022) %>%
|
| 31 |
+
arrange(desc(value))
|
| 32 |
+
|
| 33 |
+
cat("\nGDP comparison (2022):\n")
|
| 34 |
+
print(gdp_compare %>% select(country_name, value))
|
| 35 |
+
|
| 36 |
+
# --- Plot time series ---
|
| 37 |
+
plot_data <- df %>%
|
| 38 |
+
filter(indicator_id == "wb.NY.GDP.MKTP.CD",
|
| 39 |
+
country_code %in% countries,
|
| 40 |
+
!is.na(value)) %>%
|
| 41 |
+
mutate(value_t = value / 1e12)
|
| 42 |
+
|
| 43 |
+
p <- ggplot(plot_data, aes(x = year, y = value_t, color = country_name)) +
|
| 44 |
+
geom_line(linewidth = 0.8) +
|
| 45 |
+
labs(title = "GDP (trillions USD)",
|
| 46 |
+
x = "Year", y = "Trillions USD", color = "Country") +
|
| 47 |
+
theme_minimal()
|
| 48 |
+
|
| 49 |
+
ggsave("gdp_comparison.png", p, width = 10, height = 5, dpi = 150)
|
| 50 |
+
cat("Plot saved to gdp_comparison.png\n")
|
examples/quickstart.py
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
HistorySaid Global Economic Dataset — Python Quick Start
|
| 3 |
+
Requires: pandas, matplotlib
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
import pandas as pd
|
| 7 |
+
import matplotlib.pyplot as plt
|
| 8 |
+
|
| 9 |
+
# Load the unified dataset
|
| 10 |
+
df = pd.read_parquet("data/unified/all_indicators.parquet")
|
| 11 |
+
|
| 12 |
+
print(f"Dataset: {len(df):,} rows, {df['country_code'].nunique()} countries, {df['indicator_id'].nunique()} indicators")
|
| 13 |
+
print(f"Year range: {df['year'].min()}–{df['year'].max()}")
|
| 14 |
+
print()
|
| 15 |
+
|
| 16 |
+
# --- Filter by country and indicator ---
|
| 17 |
+
usa_gdp = df[(df["country_code"] == "USA") & (df["indicator_id"] == "wb.NY.GDP.MKTP.CD")]
|
| 18 |
+
usa_gdp = usa_gdp.dropna(subset=["value"]).sort_values("year")
|
| 19 |
+
print("USA GDP (last 10 years):")
|
| 20 |
+
print(usa_gdp[["year", "value"]].tail(10).to_string(index=False))
|
| 21 |
+
print()
|
| 22 |
+
|
| 23 |
+
# --- Compare countries ---
|
| 24 |
+
countries = ["USA", "CHN", "DEU", "JPN", "IND"]
|
| 25 |
+
gdp = df[(df["indicator_id"] == "wb.NY.GDP.MKTP.CD") & (df["country_code"].isin(countries)) & (df["year"] == 2022)]
|
| 26 |
+
gdp = gdp.sort_values("value", ascending=False)
|
| 27 |
+
print("GDP comparison (2022):")
|
| 28 |
+
print(gdp[["country_name", "value"]].to_string(index=False))
|
| 29 |
+
print()
|
| 30 |
+
|
| 31 |
+
# --- Plot time series ---
|
| 32 |
+
fig, ax = plt.subplots(figsize=(10, 5))
|
| 33 |
+
for cc in countries:
|
| 34 |
+
sub = df[(df["country_code"] == cc) & (df["indicator_id"] == "wb.NY.GDP.MKTP.CD")]
|
| 35 |
+
sub = sub.dropna(subset=["value"]).sort_values("year")
|
| 36 |
+
ax.plot(sub["year"], sub["value"] / 1e12, label=sub["country_name"].iloc[0])
|
| 37 |
+
|
| 38 |
+
ax.set_title("GDP (trillions USD)")
|
| 39 |
+
ax.set_xlabel("Year")
|
| 40 |
+
ax.set_ylabel("Trillions USD")
|
| 41 |
+
ax.legend()
|
| 42 |
+
ax.grid(True)
|
| 43 |
+
plt.tight_layout()
|
| 44 |
+
plt.savefig("gdp_comparison.png", dpi=150)
|
| 45 |
+
print("Plot saved to gdp_comparison.png")
|
examples/sample_queries.md
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Sample Queries
|
| 2 |
+
|
| 3 |
+
All queries assume you are in the `historysaid-global-economic-dataset/` directory.
|
| 4 |
+
|
| 5 |
+
## Get GDP for a specific country
|
| 6 |
+
|
| 7 |
+
### Python
|
| 8 |
+
```python
|
| 9 |
+
import pandas as pd
|
| 10 |
+
df = pd.read_parquet("data/unified/all_indicators.parquet")
|
| 11 |
+
turkey_gdp = df[(df["country_code"] == "TUR") & (df["indicator_id"] == "wb.NY.GDP.MKTP.CD")]
|
| 12 |
+
turkey_gdp = turkey_gdp.dropna(subset=["value"]).sort_values("year")
|
| 13 |
+
print(turkey_gdp[["year", "value"]].tail(10))
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
### R
|
| 17 |
+
```r
|
| 18 |
+
library(readr); library(dplyr)
|
| 19 |
+
df <- read_csv("data/unified/all_indicators.csv", show_col_types = FALSE)
|
| 20 |
+
df %>% filter(country_code == "TUR", indicator_id == "wb.NY.GDP.MKTP.CD", !is.na(value)) %>%
|
| 21 |
+
arrange(year) %>% select(year, value) %>% tail(10) %>% print()
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
## Compare an indicator across countries
|
| 25 |
+
|
| 26 |
+
### Python
|
| 27 |
+
```python
|
| 28 |
+
countries = ["USA", "CHN", "IND", "BRA", "NGA"]
|
| 29 |
+
inflation = df[(df["indicator_id"] == "wb.FP.CPI.TOTL.ZG") & (df["country_code"].isin(countries)) & (df["year"] == 2023)]
|
| 30 |
+
print(inflation[["country_name", "year", "value"]].sort_values("value"))
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
### R
|
| 34 |
+
```r
|
| 35 |
+
df %>% filter(indicator_id == "wb.FP.CPI.TOTL.ZG",
|
| 36 |
+
country_code %in% c("USA", "CHN", "IND", "BRA", "NGA"),
|
| 37 |
+
year == 2023) %>%
|
| 38 |
+
select(country_name, year, value) %>% arrange(value) %>% print()
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Find all available indicators for a country
|
| 42 |
+
|
| 43 |
+
### Python
|
| 44 |
+
```python
|
| 45 |
+
japan = df[df["country_code"] == "JPN"]
|
| 46 |
+
indicators = japan.groupby(["indicator_id", "indicator_name"]).agg(
|
| 47 |
+
years=("year", "count"),
|
| 48 |
+
non_null=("value", "count")
|
| 49 |
+
).reset_index()
|
| 50 |
+
print(indicators.sort_values("indicator_id"))
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
### R
|
| 54 |
+
```r
|
| 55 |
+
df %>% filter(country_code == "JPN") %>%
|
| 56 |
+
group_by(indicator_id, indicator_name) %>%
|
| 57 |
+
summarise(years = n(), non_null = sum(!is.na(value)), .groups = "drop") %>%
|
| 58 |
+
arrange(indicator_id) %>% print(n = Inf)
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
## Plot a time series
|
| 62 |
+
|
| 63 |
+
### Python
|
| 64 |
+
```python
|
| 65 |
+
import matplotlib.pyplot as plt
|
| 66 |
+
pop = df[(df["country_code"] == "DEU") & (df["indicator_id"] == "wb.SP.POP.TOTL")]
|
| 67 |
+
pop = pop.dropna(subset=["value"]).sort_values("year")
|
| 68 |
+
plt.plot(pop["year"], pop["value"] / 1e6)
|
| 69 |
+
plt.title("Germany Population (millions)")
|
| 70 |
+
plt.xlabel("Year")
|
| 71 |
+
plt.ylabel("Millions")
|
| 72 |
+
plt.grid(True)
|
| 73 |
+
plt.tight_layout()
|
| 74 |
+
plt.show()
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
### R
|
| 78 |
+
```r
|
| 79 |
+
library(ggplot2)
|
| 80 |
+
df %>% filter(country_code == "DEU", indicator_id == "wb.SP.POP.TOTL", !is.na(value)) %>%
|
| 81 |
+
ggplot(aes(x = year, y = value / 1e6)) +
|
| 82 |
+
geom_line() +
|
| 83 |
+
labs(title = "Germany Population (millions)", x = "Year", y = "Millions") +
|
| 84 |
+
theme_minimal()
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
## Check data coverage for an indicator
|
| 88 |
+
|
| 89 |
+
### Python
|
| 90 |
+
```python
|
| 91 |
+
import json
|
| 92 |
+
with open("_mappings/coverage_matrix.json") as f:
|
| 93 |
+
coverage = json.load(f)
|
| 94 |
+
for c in sorted(coverage, key=lambda x: x["fill_rate_pct"], reverse=True)[:10]:
|
| 95 |
+
print(f"{c['indicator_id']}: {c['countries_with_data']} countries, {c['fill_rate_pct']}% fill rate")
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
### R
|
| 99 |
+
```r
|
| 100 |
+
library(jsonlite)
|
| 101 |
+
coverage <- fromJSON("_mappings/coverage_matrix.json")
|
| 102 |
+
coverage %>% arrange(desc(fill_rate_pct)) %>% head(10) %>%
|
| 103 |
+
select(indicator_id, countries_with_data, fill_rate_pct) %>% print()
|
| 104 |
+
```
|
gdp_comparison.png
ADDED
|
Git LFS Details
|