---
title: "Latest euro-area insurance balance sheet (U2 aggregate)"
method: GET
path: "/api/v1/ecb/icb/insurance/latest"
tags: ["Hedge Fund Intelligence"]
---

# Latest euro-area insurance balance sheet (U2 aggregate)

`GET /api/v1/ecb/icb/insurance/latest`

Latest-quarter balance-sheet snapshot for the euro-area insurance sector (S128) at the U2 aggregate level. Returns total assets/liabilities (T00) plus per-item breakdown across asset codes (A10/A20/A30/A40/A50/A60/A70/A80/A90) and liability codes (L20/L30/L40/L50/L70/L90). Asset items sum to T00 and liability items sum to T00 within ESA 2010 balance-sheet identity tolerance (~2% upper bound; observed residuals well below 1%). `total_source` indicates U2 aggregate vs member-state-sum fallback. Source: ECB Insurance Corporations Assets and Liabilities dataflow (ICB).

## Response `200`

U2 aggregate balance sheet at latest reported quarter.

- EnvelopeEcbIcbLatest
  - `data` EcbIcbLatest, required — Latest U2-aggregate balance sheet snapshot with per-item breakdown. Returns one row per balance-sheet item at the euro-area aggregate (U2) for the latest published quarter. The T00 value is the total balance sheet size; A* items are assets, L* are liabilities. Asset items sum to T00 within identity tolerance, liability items sum to T00 within identity tolerance (ESA 2010 balance-sheet identity).
    - `sector_code` string, required
    - `sector_label` string, required
    - `source_url` string, required
    - `latest_period` string, required — Latest published stock period at U2 aggregate.
    - `latest_flow_period` string, required — Latest published flow period at U2 aggregate (may differ from stock).
    - `obs_status_latest` string, required — OBS_STATUS at latest_period for U2 T00.
    - `total_assets_eur_mn` number, required — T00 total balance sheet size in EUR millions at U2 aggregate.
    - `total_source` string, required
    - `items` EcbIcbItemBreakdown[], required — All balance-sheet items at U2 latest_period (T00 + 9 asset + 6 liability rows when full coverage; fewer if any item missing).
      - `item` string, required
      - `label` string, required
      - `value_eur_mn` number, nullable
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/4e2740743eb4/schema)
