africaAPI

Data Domains

Economy

Macroeconomic domain for market and financial context across African countries.

This domain is rolling out. Endpoints and response shapes may evolve before stabilization.

Domain Objective

The economy domain supports use cases like market scoring, macro benchmarking, and trend-aware product decisions.

Core Data Themes

  • GDP and growth context
  • Inflation and employment signals
  • Trade profile snapshots

Planned Paths

GET /v1/economy/{country_code}
GET /v1/economy/regions/{region}

Expected Response Shape

{
  "data": {
    "country_code": "ke",
    "gdp_usd": 110347000000,
    "gdp_growth_pct": 5.6,
    "gdp_per_capita_usd": 2099,
    "inflation_pct": 6.3,
    "unemployment_pct": 5.7,
    "trade_balance_usd": -10580000000,
    "currency": "KES",
    "source": "World Bank WDI 2024",
    "year": 2024
  }
}

Platform Alignment

Economy endpoints are expected to adopt the same response, auth, and versioning conventions as every other domain.

On this page