Get details of a LEI.
GET {{baseUrl}}/leis/:lei
For a given LEI, you can retrieve the details of that LEI.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"lei": "BFXS5XCH7N0Y05NIXW11",
"legal_name": "ABN AMRO Bank N.V.",
"address": {
"street_address": [
"Gustav Mahlerlaan 10"
],
"city": "Amsterdam",
"region": "NL-NH",
"postal_code": "1082 PP",
"country_name": "NETHERLANDS"
},
"head_quarters_address": {
"street_address": [
"Gustav Mahlerlaan 10"
],
"city": "Amsterdam",
"region": "NL-NH",
"postal_code": "1082 PP",
"country_name": "NETHERLANDS"
},
"legal_jurisdiction": "NL",
"legal_form": "NAAMLOZE VENNOOTSCHAP",
"entity_legal_form_code": "B5PM",
"entity_status": "ACTIVE",
"initial_registration_date": "2012-06-06",
"last_update_date": "2018-08-16",
"registration_status": "ISSUED",
"associated": {
"entity_type": "FUND_FAMILY",
"lei": "W51AX6427FJZJFPF8H34",
"entity_name": "EUROAGENTES GESTION SGIIC, S.A."
},
"entity_expiration": {
"date": "2018-04-17",
"reason": "DISSOLVED"
},
"successor": {
"lei": "CYZ5AAG3SVPY3KMG6Q07",
"name": "Specialplast Wensbo AB"
}
} |
ENDPOINTS