financialeconomicsgdpinflationinterest-ratestradeworld-bankmacroeconomicscountriestime-series
Global Financial & Economic Indicators by Country (1960-2024)
About this data
Comprehensive dataset of 18 key financial and economic indicators for 212 countries spanning 1960-2024, sourced from the World Bank Open Data API. Includes GDP, GDP per capita, GDP growth, inflation, lending/deposit interest rates, foreign direct investment, current account balance, total reserves, government debt, exchange rates, market capitalization, government revenue/expenses, trade volume, imports/exports, and unemployment. Ideal for macroeconomic analysis, cross-country financial comparisons, and time-series economic research.
Schema
| Name | Type | Description |
|---|---|---|
| country_iso3 | string | |
| country_name | string | |
| year | string | |
| GDP (current USD) | string | |
| GDP per capita (current USD) | string | |
| GDP growth (annual %) | string | |
| Inflation CPI (annual %) | string | |
| Lending interest rate (%) | string | |
| Deposit interest rate (%) | string | |
| Foreign direct investment (USD) | string | |
| Current account balance (% of GDP) | string | |
| Total reserves incl gold (USD) | string | |
| Central govt debt (% of GDP) | string | |
| Official exchange rate (LCU per USD) | string | |
| Market capitalization (% of GDP) | string | |
| Revenue excl grants (% of GDP) | string | |
| Expense (% of GDP) | string | |
| Trade (% of GDP) | string | |
| Imports of goods and services (USD) | string | |
| Exports of goods and services (USD) | string | |
| Unemployment rate (%) | 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 Financial & Economic In" })
// Found: 35041a34-d36d-49df-8cbc-14ae4f527195
get_download_url({ dataset_id: "35041a34-d36d-49df-8cbc-14ae4f527195" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/35041a34-d36d-49df-8cbc-14ae4f527195/download-url