Hedge Fund Intelligence
Single (country, sector) historical timeseries (stock + flow)
Full historical debt-holding timeseries for one country within one sector, split between stock observations (closing-balance positions) and flow observations (quarterly transactions). 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). Stock and flow are reported separately because flow excludes valuation effects.
get/api/v1/ecb/shs-sectors/{sector}/by-country/{slug}
Path parameters
sectorstring required
slugstring required
Response
Single country's full timeseries within one sector.
Example response
{
"data": {
"country": "LU",
"name": "Luxembourg",
"sector": "banks",
"sector_code": "S122",
"sector_label": "Banks (Deposit-taking corps except CB)",
"stock_history": [
{
"period": "2025-Q4",
"sector": "S122",
"stock_flow": "stock"
}
],
"flow_history": [
{
"period": "2025-Q4",
"sector": "S122",
"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"
]
}
}