Get Instrument Details
get_instrumentRetrieve detailed instrument information by UID, including ticker, ISIN, currency, lot size, exchange, trading status, and bond-specific data such as nominal and maturity. Supports output to file for bulk data.
Instructions
Instrument card by UID: ticker, ISIN, currency, lot size, exchange, trading status, country of risk, assetUid (needed for get_asset_fundamentals). For bonds also returns a bond block: nominal, maturity, coupon frequency, accrued interest — bond market prices are quoted in % of this nominal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Write the full result to this file (path relative to the output root: TINKOFF_OUTPUT_DIR or server cwd) instead of returning it inline. The response becomes a short summary {savedTo, records, bytes, sample}. Use for bulk data to keep the context clean. For get_candles/get_operations this also enables full-history fetching (chunking/pagination). | |
| instrumentId | Yes | Instrument UID from find_instrument or portfolio | |
| outputFormat | No | File format; default json (or csv if outputPath ends with .csv). csv writes the main flat array of the response. |