Hedge Fund Intelligence
Single country full insurance balance-sheet timeseries (all items)
Full historical insurance balance-sheet timeseries for one country, split between stock observations (closing-balance positions) and flow observations (quarterly transactions). All balance-sheet items (T00 + assets + liabilities) returned in a single timeseries; consumers filter by item field. Slug is 2-char lowercase: at/de/fr/lu/ie etc. for euro-area members; u2 for the euro-area aggregate. Both timeseries are sorted by period descending (latest first).
get/api/v1/ecb/icb/insurance/by-country/{slug}
Path parameters
slugstring required
Response
One country's full balance-sheet timeseries.
Example response
{
"data": {
"country": "DE",
"name": "Germany",
"sector_code": "S128",
"sector_label": "Insurance corporations",
"stock_history": [
{
"period": "2025-Q4",
"item": "T00",
"obs_status": "P",
"stock_flow": "stock"
}
],
"flow_history": [
{
"period": "2025-Q4",
"item": "T00",
"obs_status": "P",
"stock_flow": "stock"
}
]
},
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}