get_instrument_details
Retrieve display data for instruments, including name, symbol, type, and exchange, by providing instrument IDs. Identifies restricted instruments via the isInternalInstrument flag.
Instructions
Get display data for instruments by id: name, symbol, type, exchange.
Returns {"results": [{"instrumentId": int, "displayName": str, "symbol": str, "instrumentTypeId": int, "exchangeId": int, "stocksIndustryId": int, "priceSource": str, "isInternalInstrument": bool}]}. isInternalInstrument true means the instrument is restricted from public trading. Use search_instruments to resolve a ticker to an instrumentId first.
Rate limit: shares the market-data pool of 120 requests per 60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument_ids | Yes | Instrument ids to look up, e.g. [1001]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||