GLEIFs API gir tilgang til over 2,6 mill. aktive LEI-records for juridiske enheter i 200+ jurisdiksjoner inkl. SE og DK. Eneste globale, åpne kilde for konsernstrukturer (mor/datter på tvers av landegrenser), BIC-til-LEI og ISIN-til-LEI oppslag. CC0, ingen auth, 600 req/min.
2.6M rader
Datamengde
Daglig
Oppdatering
5
MCP-verktøy
{
"data": "..."
}/recordsSøk og list LEI-records
# GET https://data.ketl.no/api/connectors/gleif-lei/records
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/gleif-lei/records"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/records/{lei}Hent enkelt LEI-record
# GET https://data.ketl.no/api/connectors/gleif-lei/records/{lei}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/gleif-lei/records/{lei}"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/records/{lei}/{kind}Konsernrelasjoner (mor/datter, direkte/øverste)
# GET https://data.ketl.no/api/connectors/gleif-lei/records/{lei}/{kind}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/gleif-lei/records/{lei}/{kind}"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/bicBIC-til-LEI oppslag
# GET https://data.ketl.no/api/connectors/gleif-lei/bic
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/gleif-lei/bic"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/isinISIN-til-LEI oppslag
# GET https://data.ketl.no/api/connectors/gleif-lei/isin
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/gleif-lei/isin"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.