Hedge Fund Intelligence
Single-sector aggregate timeseries (U2 by default)
Full IVF historical timeseries for one sector cross-cut. Default returns the U2 euro-area aggregate only (cleaner default response). ?include_country_breakdown=true adds per-country rows for the sector. Sectors: ucits (TC = all UCITS funds cross-cut, NOT 1D-equity-only as in some legacy ECB documentation), aif (TD = non-UCITS = AIF cross-cut), hedge (50 = hedge funds), total (T0 = all investment funds). Hedge sector data is sparse; per-country values may be null - opt into ?include_country_breakdown=true explicitly to surface per-country sparseness.
get/api/v1/ecb/ivf/by-sector/{sector}
Path parameters
sectorstring required
Query parameters
include_country_breakdownboolean
Add per-country rows for the sector.
Add per-country rows for the sector.
Response
Sector aggregate timeseries with optional country breakdown.
Example response
{
"data": {
"sector": "ucits",
"sector_code": "TC",
"u2_history": [
{
"period": "2025-12",
"sector": "TC",
"item": "L30",
"data_type": "1"
}
],
"country_breakdown": [
{
"history": [
{
"period": "2025-12",
"sector": "TC",
"item": "L30",
"data_type": "1"
}
]
}
]
},
"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"
]
}
}