financialgdpmacroeconomicssignalsagent-readymomentumcagrvolatilityworld-bank
Top 10 Economies GDP Agent Signal Panel 2000-2023 - 24 Features
About this data
Paid 24-feature macro signal panel derived from World Bank WDI GDP data (via datasets/gdp, CC BY 4.0). Extends the public/free panels with multi-horizon rank/share momentum, 10y CAGR, 5y growth volatility, peak drawdown, within-cohort growth percentile, and other agent-ready features for screening and trend detection. 240 country-year rows.
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 | |
| previous_year_rank | string | |
| rank_change_yoy | string | |
| share_change_yoy_pp | string | |
| growth_acceleration_yoy_pp | string | |
| cagr_3y_pct | string | |
| cagr_5y_pct | string | |
| gap_to_year_leader_pct | string | |
| relative_to_year_median_pct | string | |
| top10_total_gdp_usd_trillion | string | |
| rank_change_3y | string | |
| share_change_3y_pp | string | |
| cagr_10y_pct | string | |
| yoy_growth_volatility_5y_pp | string | |
| peak_gdp_to_date_usd_trillion | string | |
| drawdown_from_peak_pct | string | |
| growth_vs_top10_median_pp | string | |
| growth_percentile_within_top10 | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$0.5
Fixed price
Quality: 3.8 / 5
0 downloads
Seller: H G
Have an API key? Use the REST API →
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 Agent Sig" })
// Found: 06d05697-f31a-4050-b24a-e4deabbbe940
buy_now({ dataset_id: "06d05697-f31a-4050-b24a-e4deabbbe940" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/06d05697-f31a-4050-b24a-e4deabbbe940 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "06d05697-f31a-4050-b24a-e4deabbbe940"}'