period=latest returns each country's most recent quarterly flow value; period=yoy aggregates the last four quarters per country. Positive flow value = net buyer; negative = net seller. Distinct from /changes (stock delta) because flow data excludes valuation effects. Excludes the U2 aggregate; skips countries with no flow data.x-api-key: ********************curl --location '/api/v1/ecb/shs-sectors/banks/flows?period=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"sector": "banks",
"sector_code": "S122",
"period": "latest",
"count": 0,
"rows": [
{
"rank": 1,
"country": "FR",
"name": "France",
"period": "2025-Q4",
"flow_eur_mn": 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
}
}