Skip to main content
Version: v24

SearchSymbolResultItem

Interface

Symbol search result item

Example

{
description: 'Apple Inc.',
exchange: 'NasdaqNM',
full_name: 'NasdaqNM:AAPL',
symbol: 'AAPL',
ticker: 'AAPL',
type: 'stock',
}

Properties

description

Description

Type

string


exchange

Exchange name

Type

string


full_name

Full symbol name

Type

string


symbol

Short symbol name

Type

string


ticker

Optional

Symbol ticker name. Should be an unique id

Type

string


type

Type of symbol

'stock' | 'futures' | 'forex' | 'index'

Type

string