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.
Example response
{
"symbols": [
{
"symbol": "AAPL"
}
],
"primary_exchange": "NASDAQ",
"description": "Apple Inc."
}