get_instrument_details
Look up instrument details by ID to obtain name, symbol, type, exchange, and identify restricted instruments not available for public trading.
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 | |||