v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Hedge Fund Intelligence

Aggregated NBFI + bank debt holdings per country (5-sector sum)

Sums S122 banks + S123 MMF + S124 investment funds + S128 insurance + S129 pension debt holdings per period for one country. Cross-store join across W6 SHSS S124 and D SHSS multi-sector helpers - composes their public APIs without a separate ingest path or schema bump.

MIN-anchored upper period bound + best-effort fill below ensures per-sector publication skew does not produce a sawtooth right-edge or strict-all-5 history truncation. Each row's n_sectors_with_data field surfaces how many sectors contributed to that period's total.

include_breakdown=false drops per-sector values from each row (smaller payload, less transparency). Cached 5 minutes via cache_async_lock_for double-check (mirror of /cross/transatlantic).

get/api/v1/cross/total-nbfi/by-country/{slug}

Path parameters

slugstring required

Country slug: 2-char lowercase, EA-21 ISO code (at, de, fr, lu, ie etc.) or u2 for euro-area aggregate.

Country slug: 2-char lowercase, EA-21 ISO code (at, de, fr, lu, ie etc.) or u2 for euro-area aggregate.

Query parameters

include_breakdownboolean

Include per-sector breakdown field on each row (default true). Set false for ~80% smaller payload.

Include per-sector breakdown field on each row (default true). Set false for ~80% smaller payload.

periodsinteger

Max number of periods returned (most recent first).

Max number of periods returned (most recent first).

Response

Aggregated NBFI/bank debt holdings timeseries for one country with MIN-anchored upper period bound + per-sector breakdown by default.

Example response

{
  "data": {
    "country": "LU",
    "name": "Luxembourg",
    "upper_period": "2025-Q4",
    "coverage": {
      "S122_banks": "2025-Q4",
      "S123_mmf": "2025-Q4",
      "S124_funds": "2025-Q4",
      "S128_insurance": "2025-Q4",
      "S129_pension": "2025-Q4"
    },
    "missing_sectors": [],
    "rows_count": 20,
    "rows": [
      {
        "period": "2025-Q4",
        "total_eur_mn": 5641135,
        "n_sectors_with_data": 5,
        "breakdown": {
          "S122_banks": 1234.56,
          "S123_mmf": 567.89,
          "S124_funds": 1995300,
          "S128_insurance": 890.12,
          "S129_pension": 100
        }
      }
    ]
  },
  "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"
    ]
  }
}