v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Instruments

Get instrument

Get an instrument by the given symbol

get/instruments/{symbol}

Path parameters

symbolstring required
Example:AAPL

The symbol for the instrument.

Query parameters

symbol_format'cms' | 'osi'

Denotes the format of the provided symbol field.

The format of the provided symbol.

Response

Successful response containing the associated instrument.

asset_class'other' | 'currency' | 'equity' | 'option' | 'debt' | 'fund' required

The asset class of the symbol.

primary_exchangestring required

The primary exchange for the instrument.

descriptionstring required

A description of the instrument.

Example response

{
  "symbols": [
    {
      "symbol": "AAPL"
    }
  ],
  "primary_exchange": "NASDAQ",
  "description": "Apple Inc."
}