financialgdpmacroeconomicssignalsagent-readymomentumcagrvolatilityworld-bank

Top 10 Economies GDP Agent Signal Panel 2000-2023 - 24 Features

Category
Financial
Records
240 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
countrystring
yearstring
gdp_usd_trillionstring
rank_within_top10string
share_of_top10_pctstring
yoy_nominal_usd_growth_pctstring
index_2000_100string
previous_year_rankstring
rank_change_yoystring
share_change_yoy_ppstring
growth_acceleration_yoy_ppstring
cagr_3y_pctstring
cagr_5y_pctstring
gap_to_year_leader_pctstring
relative_to_year_median_pctstring
top10_total_gdp_usd_trillionstring
rank_change_3ystring
share_change_3y_ppstring
cagr_10y_pctstring
yoy_growth_volatility_5y_ppstring
peak_gdp_to_date_usd_trillionstring
drawdown_from_peak_pctstring
growth_vs_top10_median_ppstring
growth_percentile_within_top10string

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
Sign up to purchase

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 card
Via 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"}'