socialdemographicspopulationcountriespanel-datadevelopment
Global Population & Demographics by Country (1960–2024)
About this data
Comprehensive panel dataset covering 176 countries and territories from 1960 to 2024, with 17 demographic indicators including population, life expectancy, birth and death rates, fertility rate, infant mortality, urbanization, median age, dependency ratio, and migration metrics. Data is normalized across World Bank income groups and UN geographic regions, sourced from World Bank World Development Indicators, UN Population Division estimates, and WHO demographic statistics. Contains 11,440 observations suitable for longitudinal demographic analysis, development economics research, and population trend modeling.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso3_code | string | |
| year | string | |
| region | string | |
| income_group | string | |
| population | string | |
| life_expectancy_years | string | |
| birth_rate_per_1000 | string | |
| death_rate_per_1000 | string | |
| fertility_rate | string | |
| infant_mortality_per_1000 | string | |
| urban_population_pct | string | |
| median_age_years | string | |
| natural_growth_rate_pct | string | |
| net_migration_rate_per_1000 | string | |
| population_growth_rate_pct | string | |
| dependency_ratio | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 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 Population & Demographi" })
// Found: e04c1c03-66c4-47d3-b76c-6131deb1a382
get_download_url({ dataset_id: "e04c1c03-66c4-47d3-b76c-6131deb1a382" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e04c1c03-66c4-47d3-b76c-6131deb1a382/download-url