World Bank Data Overview
The World Bank is one of the most comprehensive sources of global development data, providing free and open access to indicators for over 200 countries.
Available Databases
| Database | Description | Indicators | Countries |
|---|---|---|---|
| WDI | World Development Indicators - flagship database | 1,600+ | 200+ |
| IDS | International Debt Statistics | 200+ | 120+ |
| Microdata | Household surveys, census data | Varies | 100+ |
| Doing Business | Business environment indicators | 50+ | 190 |
Key Indicator Categories
Economic Growth
NY.GDP.MKTP.CD- GDP (current US$)NY.GDP.MKTP.KD.ZG- GDP growth (annual %)NY.GDP.PCAP.CD- GDP per capita (current US$)NY.GNP.MKTP.CD- GNI (current US$)
Trade & Investment
NE.EXP.GNFS.CD- Exports of goods and servicesNE.IMP.GNFS.CD- Imports of goods and servicesBX.KLT.DINV.CD.WD- Foreign direct investment, net inflowsNE.TRD.GNFS.ZS- Trade (% of GDP)
Demographics
SP.POP.TOTL- Population, totalSP.POP.GROW- Population growth (annual %)SP.DYN.LE00.IN- Life expectancy at birthSP.URB.TOTL.IN.ZS- Urban population (% of total)
Social Indicators
SI.POV.DDAY- Poverty headcount ratio ($2.15/day)SI.POV.GINI- GINI indexSE.PRM.ENRR- Primary enrollment rateSL.UEM.TOTL.ZS- Unemployment rate
How to Query World Bank Data
- Navigate to World Bank section in ECODATA
- Select indicator category (e.g., Economic Growth)
- Choose specific indicators from the list
- Filter by countries - select individual countries or regions
- Set time range - available from 1960 to present
- Export data in your preferred format
API Example
Query Vietnam's GDP data using the ECODATA API:
import requests
# ECODATA API endpoint
url = "https://ecodata.khoviet.com/api/v1/indicators"
params = {
"source": "WB",
"indicator": "NY.GDP.MKTP.CD",
"country": "VN",
"start_year": 2010,
"end_year": 2023
}
response = requests.get(url, params=params)
data = response.json()
Data Update Schedule
| Database | Update Frequency | Latest Update |
|---|---|---|
| WDI | Quarterly | Rolling |
| IDS | Annual | December |
| Doing Business | Annual | November |
Related Resources
- WDI Indicators Guide →
- International Debt Statistics →
- Microdata Catalog →
- Doing Business Indicators →
Data Source
Data sourced from World Bank Open Data: https://data.worldbank.org