financialgdpmacroeconomicsrankingsgrowthworld-bank
Top 10 Economies GDP 2000-2023 - Rankings, Shares & Growth
About this data
Value-added macroeconomic panel derived from the CC BY 4.0 datasets/gdp World Bank WDI GDP series. 10 economies x 2000-2023, with GDP (USD trillions), annual rank, share of cohort GDP, year-over-year nominal USD growth, and 2000=100 index. Attribution and transformation details are included.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| year | string | |
| gdp_usd_trillion | string | |
| rank_within_top10 | string | |
| share_of_top10_pct | string | |
| yoy_nominal_usd_growth_pct | string | |
| index_2000_100 | 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: "Top 10 Economies GDP 2000-2023" })
// Found: a8a7a55b-a0b3-4f51-87ca-76d5533a0e29
get_download_url({ dataset_id: "a8a7a55b-a0b3-4f51-87ca-76d5533a0e29" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/a8a7a55b-a0b3-4f51-87ca-76d5533a0e29/download-url