Global Country Economic & Development Indicators — 2023
About this data
Comprehensive dataset covering 231 countries and territories with key economic and development indicators. Sourced from the World Bank Open Data API and REST Countries API, then normalized into a single clean CSV. **12 columns per country:** - Country name, ISO 3166-1 alpha-3 code - Region, subregion, capital city - Population, area (sq km), population density - GDP per capita (USD, 2023) - Life expectancy at birth (years, 2022) - Internet users (% of population, 2023) - Unemployment rate (%, 2023) **Data coverage:** 201 countries with GDP data, 215 with life expectancy, 181 with internet usage, 183 with unemployment rates. **Sources:** World Bank Open Data (indicators NY.GDP.PCAP.CD, SP.DYN.LE00.IN, IT.NET.USER.ZS, SL.UEM.TOTL.ZS), REST Countries API v3.1. **Use cases:** Cross-country economic analysis, development research, data science projects, ML feature engineering, educational datasets.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso3 | string | |
| region | string | |
| subregion | string | |
| capital | string | |
| population | string | |
| area_sq_km | string | |
| population_density_per_sq_km | string | |
| gdp_per_capita_usd | string | |
| life_expectancy_years | string | |
| internet_users_pct | string | |
| unemployment_rate_pct | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Country Economic & Deve" })
// Found: 51ad3123-8381-42c7-92cd-e2d25bacf6a5
get_download_url({ dataset_id: "51ad3123-8381-42c7-92cd-e2d25bacf6a5" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/51ad3123-8381-42c7-92cd-e2d25bacf6a5/download-url