GET /economics/:country
Get all 15 economic indicators for a specific country in a single request, each with multiple years of historical data. Returns GDP, inflation, unemployment, PPP, trade balance, government debt, population, and more. Ideal for building country economic profile pages, research dashboards, and investment analysis tools. Data from the World Bank, typically covering the most recent 5-10 years of available data.
country
required
ISO country code
| Name | Required | Default | Description |
|---|---|---|---|
country |
Yes | - | ISO country code |
curl https://nordapi.ee/api/v1/economics/NO
curl https://nordapi.ee/api/v1/economics/NO
curl https://nordapi.ee/api/v1/economics/US
curl https://nordapi.ee/api/v1/economics/JP
HTTP 404: {
"error": "No data available for the requested parameters",
"success": false
}
{"success":true,"country":"NO","data":{"GDP (current US$)":[{"year":2024,"value":483592648313}]}}