Allows mapping from third-party identifiers to FIGIs.
post/mapping
Request body
Example request
[
{
"exchCode": "US",
"securityType": "Equity Option",
"securityType2": "Option"
}
]Response
A list of FIGIs and their metadata.
Example response
[
{
"data": [
{
"figi": "BBG000B9XVV8",
"securityType": "Common Stock",
"marketSector": "Equity",
"ticker": "AAPL",
"name": "APPLE INC",
"exchCode": "UN",
"shareClassFIGI": "BBG001S5N8V8",
"compositeFIGI": "BBG000B9XRY4",
"securityType2": "Common Stock",
"securityDescription": "AAPL"
}
]
}
]