UnifyAPI
← Back to catalog

figi.map

mock data$0.001 / call

Map Financial Identifier to FIGI

Resolve financial instrument identifiers — ISIN, CUSIP, SEDOL, or ticker symbol to Bloomberg FIGI (ISO 18774). Returns FIGI, composite FIGI, security name, type, and exchange. 300M+ instruments across 45K+ exchanges. Use ID_ISIN, ID_CUSIP, ID_SEDOL, or TICKER as id_type.

Financeprovider: Figi#figi#finance

Input schema

id_typerequired

Identifier type: ID_ISIN, ID_CUSIP, ID_SEDOL, TICKER, ID_BB_GLOBAL

string
id_valuerequired

Identifier value (e.g. US0378331005 for ISIN, AAPL for ticker, BBG000B9XRY4 for FIGI)

string
exchange_code

Exchange code to narrow results (e.g. US, LN, JP). Optional.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/figi.map \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id_type":"<id_type>","id_value":"<id_value>","exchange_code":"<exchange_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.