Logo
Swift API Sandbox Collections API Documentation

Get the BIC for an LEI.

GET {{baseUrl}}/leis/:lei/bic

For a given LEI, you can retrieve the BIC of that LEI.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "bic": "DEUTDEFFXXX" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/leis/:lei/bic' -H 'Accept: application/json'

ENDPOINTS