period=qoq compares the latest quarter to one quarter back; period=yoy compares to four quarters back. Sort is by absolute delta descending so both biggest accumulators and biggest divestors appear at the top of the list. Excludes the U2 aggregate (would self-compare) and skips countries with insufficient history.x-api-key: ********************curl --location '/api/v1/ecb/shs/changes?period=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"period": "qoq",
"count": 0,
"rows": [
{
"rank": 1,
"country": "DE",
"name": "Germany",
"period_current": "2025-Q4",
"period_prior": "2025-Q3",
"value_current_eur_mn": 0,
"value_prior_eur_mn": 0,
"delta_eur_mn": 0,
"delta_pct": 0
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}