← Back to catalog
figi.map
mock data$0.001 / callMap 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.
Input schema
id_typerequired
stringIdentifier type: ID_ISIN, ID_CUSIP, ID_SEDOL, TICKER, ID_BB_GLOBAL
id_valuerequired
stringIdentifier value (e.g. US0378331005 for ISIN, AAPL for ticker, BBG000B9XRY4 for FIGI)
exchange_code
stringExchange code to narrow results (e.g. US, LN, JP). Optional.
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>"}'