v1

latestOpenAPI 3.0.0Apache 2.02026-07-1341843.7 KB

Allows mapping from third-party identifiers to FIGIs.

post/mapping

Request body

exchCodestring nullable
micCodestring nullable
currencystring nullable
marketSecDesstring nullable
securityTypestring nullable
securityType2string nullable
includeUnlistedEquitiesboolean nullable
optionType'Put' | 'Call' nullable
strikenumber[] nullable

At least one entry should be non-null.

contractSizenumber[] nullable

At least one entry should be non-null.

couponnumber[] nullable

At least one entry should be non-null.

expirationstring[] nullable

At least one entry should be non-null.

maturitystring[] nullable

At least one entry should be non-null.

stateCode'AB' | 'AC' | 'AH' | 'AK' | 'AL' | 'AM' | 'AR' | 'AS' | 'AT' | 'AZ' | 'BC' | 'BJ' | 'CA' | 'CB' | 'CO' | 'CQ' | 'CT' | 'CZ' | 'DC' | 'DE' | 'EH' | 'FH' | 'FI' | 'FJ' | 'FL' | 'FO' | 'FS' | 'GA' | 'GD' | 'GF' | 'GM' | 'GS' | 'GU' | 'GX' | 'GZ' | 'HA' | 'HB' | 'HE' | 'HG' | 'HI' | 'HL' | 'HN' | 'HO' | 'HS' | 'IA' | 'ID' | 'IG' | 'IK' | 'IL' | 'IN' | 'IT' | 'JL' | 'JS' | 'JX' | 'KA' | 'KC' | 'KN' | 'KO' | 'KS' | 'KT' | 'KU' | 'KY' | 'LA' | 'LN' | 'MA' | 'MB' | 'MD' | 'ME' | 'MG' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'MZ' | 'NB' | 'NC' | 'ND' | 'NE' | 'NG' | 'NH' | 'NJ' | 'NL' | 'NM' | 'NN' | 'NR' | 'NS' | 'NT' | 'NU' | 'NV' | 'NW' | 'NX' | 'NY' | 'OH' | 'OK' | 'ON' | 'OR' | 'OS' | 'OT' | 'OY' | 'PA' | 'PE' | 'PR' | 'QC' | 'QH' | 'QL' | 'RI' | 'SA' | 'SC' | 'SD' | 'SH' | 'SI' | 'SK' | 'SN' | 'ST' | 'SX' | 'SZ' | 'TA' | 'TG' | 'TJ' | 'TK' | 'TN' | 'TS' | 'TT' | 'TX' | 'TY' | 'UT' | 'VA' | 'VI' | 'VT' | 'WA' | 'WI' | 'WK' | 'WV' | 'WY' | 'XJ' | 'XZ' | 'YA' | 'YN' | 'YT' | 'YU' | 'ZJ' nullable

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"
      }
    ]
  }
]
All 4 operations