One hit from a host's symbol search.

interface SymbolMatch {
    exchange?: string;
    name?: string;
    symbol: string;
}

Properties

exchange?: string
name?: string

Long name, shown muted after the symbol.

symbol: string