EBA Registers — EU/EEA financial institutions (PSD2, CRD, EMD2)
The European Banking Authority (EBA) publishes open registers of all credit institutions (CRD), payment institutions (PSD2), e-money institutions (EMD2) and investment firms (CRR/IFD) in the EEA. The registers are the authoritative source for TPP validation under PSD2 and are used for fintech due diligence, KYB and compliance. The Norwegian competent authority is Finanstilsynet. No auth required. Updated daily.
20K rows
Data volume
Daily
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/institutionsList institusjoner per register (CRD, PSD2, EMD2, CRR, IFD)
Show curl example
# GET https://data.ketl.no/api/connectors/eba/institutions
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eba/institutions"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/credit-institutionsBanker og kredittinstitusjoner (CRD)
Show curl example
# GET https://data.ketl.no/api/connectors/eba/credit-institutions
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eba/credit-institutions"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/payment-institutionsBetalingsinstitusjoner PSD2
Show curl example
# GET https://data.ketl.no/api/connectors/eba/payment-institutions
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eba/payment-institutions"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/emi-institutionsE-pengeinstitusjoner (EMD2)
Show curl example
# GET https://data.ketl.no/api/connectors/eba/emi-institutions
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eba/emi-institutions"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthStatus-sjekk
- deep optional
- Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30).
deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/eba/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eba/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.