Search for FIGIs using key words and other filters.
post/search
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"
}
],
"error": "query must be a non-empty string.",
"next": "QW9JSVFhUkFkQ3hDUWtjd01EQkNPVmszVnprPSAx.zqwblbHbOpBKhinclIlmUiLeMkflobBlSuWyA1Q10Ac="
}
]