window months earlier. Returns top increases AND top decreases (so both biggest buyers and biggest sellers appear). Default window is 3 months. Skips countries with insufficient history for the requested offset.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/treasury/tic/banking/changes?window=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"snapshot_date": "string",
"window_months": 3,
"top_increases": [
{
"name": "string",
"slug": "string",
"period_current": "string",
"period_prior": "string",
"value_current": 0,
"value_prior": 0,
"delta": 0,
"delta_pct": 0
}
],
"top_decreases": [
{
"name": "string",
"slug": "string",
"period_current": "string",
"period_prior": "string",
"value_current": 0,
"value_prior": 0,
"delta": 0,
"delta_pct": 0
}
],
"summary": {
"total_countries_considered": 0,
"increase_count": 0,
"decrease_count": 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
}
}