Hedge Fund Intelligence
Single country's S124 historical timeseries (stock + flow)
Full historical S124 debt-holding timeseries for one country, 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/by-country/{slug}
Path parameters
slugstring required
Response
Single country's full S124 timeseries.
Example response
{
"data": {
"country": "LU",
"name": "Luxembourg",
"stock_history": [
{
"period": "2025-Q4",
"instrument": "debt",
"stock_flow": "stock"
}
],
"flow_history": [
{
"period": "2025-Q4",
"instrument": "debt",
"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"
]
}
}