Map Financial Identifier to FIGI
figi.finance.mapMap any ISIN, CUSIP, SEDOL, or ticker to Bloomberg FIGI. Returns security name, type, exchange, composite FIGI. Covers 300M+ instruments across 45K+ exchanges.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| id_type | Yes | Identifier type: ID_ISIN, ID_CUSIP, ID_SEDOL, TICKER, ID_BB_GLOBAL | |
| id_value | Yes | Identifier value (e.g. US0378331005 for ISIN, AAPL for ticker, BBG000B9XRY4 for FIGI) | |
| exchange_code | No | Exchange code to narrow results (e.g. US, LN, JP). Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |