---
title: "Sugra Macro - composite country macro profile"
method: GET
path: "/api/v1/macro/country-profile"
tags: ["Economics"]
---

# Sugra Macro - composite country macro profile

`GET /api/v1/macro/country-profile`

A one-call macroeconomic snapshot for a country: GDP (level + QoQ/YoY growth), inflation (CPI/core YoY), retail sales, industrial production, policy rate, 10Y yield, government debt to GDP, current account to GDP, and the jobless rate. Pass a country name or ISO code; comma-separate for several (max 8). Set latest=false for the full history of each indicator. Growth/rate fields are normalized fractions (0.025 = 2.5%).

## Query parameters

- `country` string, required — Country name or ISO code; comma-separate for several (max 8).
- `latest` boolean — If true (default) return only the latest value per indicator; if false return the full history.

## Response `200`

One profile row per country (or per date when latest=false).

- unknown

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/dcf7427e6897/schema)
