EIOPA — European insurance and pensions statistics
EIOPA (the European Insurance and Occupational Pensions Authority) publishes Solvency II QRT data, occupational-pension statistics (IORP) and aggregated insurance-market statistics for 30+ EEA countries. Relevant for insurance/actuarial analysis, Solvency II compliance and pension-fund monitoring. Primary access via the statistics portal and CSV/Excel downloads. Issue #2965.
—
Data volume
Quarterly
Updates
2
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthConnector-helse
Show curl example
# GET https://data.ketl.no/api/connectors/eiopa/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eiopa/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/datasetsKuratert datasettliste (alltid 200)
- topic optional
- Filtrer katalogen på tema (eksakt match). Utelat for hele katalogen; `totalAll` bærer alltid antallet UTEN filter.
topic=solvency-ii
Show curl example
# GET https://data.ketl.no/api/connectors/eiopa/datasets
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eiopa/datasets"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/datasets/{id}Detaljer om ett datasett
Show curl example
# GET https://data.ketl.no/api/connectors/eiopa/datasets/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eiopa/datasets/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/queryDiscontinuedSUNSET (410) — EIOPAs statistikk-API er tatt ned; bruk /datasets
EIOPA statistics-API nedlagt; ruten svarer 410 api_sunset. Gaten er `EIOPA_BASE_URL`: er den ikke satt (som i prod), returneres 410 FØR noen query-parameter leses. Filtrene under er derfor deklarert for fullstendighet, ikke som en kallbar kapabilitet.
- geo optional
- Landkode-filter. Nås kun når `EIOPA_BASE_URL` er provisjonert. Ruta svarer 410 i prod (env-gate), så ingen verdi kan verifiseres gjennom vår flate.
- period optional
- Periodefilter. Nås kun når `EIOPA_BASE_URL` er provisjonert. Ruta svarer 410 i prod (env-gate), så ingen verdi kan verifiseres gjennom vår flate.
- kpiId optional
- KPI-identifikator. Nås kun når `EIOPA_BASE_URL` er provisjonert. Ruta svarer 410 i prod (env-gate), så ingen verdi kan verifiseres gjennom vår flate.
Show curl example
# GET https://data.ketl.no/api/connectors/eiopa/query
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eiopa/query"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.