period=qoq compares latest quarter to one quarter back; period=yoy to four quarters back. Sort is by absolute delta descending so both fastest accumulators and biggest contractors surface together. Excludes U2 (would self-compare) and reporters with gaps in the comparison window.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/ecb/icb/insurance/changes?period=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"sector_code": "S128",
"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",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}