---
title: "Sugra Macro - cross-country economic indicators panel"
method: GET
path: "/api/v1/macro/indicators"
tags: ["Economics"]
---

# Sugra Macro - cross-country economic indicators panel

`GET /api/v1/macro/indicators`

Time series for one or more indicators across one or more countries. Pass indicator roots (e.g. GDP, CPI, URATE - discover them via the indicators catalog) as symbol, and country names or ISO codes as country; both accept comma-separated lists. Optional transform: toya (YoY), tpop (period change), tpgp (percent of GDP), tusd (USD). Percent series are returned as normalized fractions (0.05 = 5%).

## Query parameters

- `symbol` string, required — Indicator root(s), comma-separated (e.g. GDP or GDP,CPI). Max 6.
- `country` string, required — Country name(s) or ISO code(s), comma-separated. Max 12.
- `transform` string, nullable — Optional transform: toya, tpop, tpgp, or tusd.
- `start_date` string, nullable — Inclusive lower bound (YYYY-MM-DD).
- `end_date` string, nullable — Inclusive upper bound (YYYY-MM-DD).

## Response `200`

Indicator observations (date, symbol_root, symbol, country, value).

- unknown

## Other responses

- `401` — Missing or invalid `x-api-key` header. JSON body with a stable `code` distinguishing `missing_api_key` (no header sent) from `invalid_api_key` (header sent, key not accepted); any other 401 source carries the generic `unauthorized` with its detail as `reason`. Plus `hint`. `plan` is always null on 401 - an unauthenticated request has no plan; quota exhaustion is 429, not 401.
- `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/4c4530760ba1/schema)
