Mayson Monorepo Documentation
    Preparing search index...

    Interface StockSearchResult

    Stock search result

    interface StockSearchResult {
        symbol: string;
        name: string;
        exchange: string;
        type: string;
        exchangeDisplay?: string;
    }
    Index

    Properties

    symbol: string

    Stock ticker symbol

    name: string

    Company name

    exchange: string

    Stock exchange

    type: string

    Asset type

    exchangeDisplay?: string

    Exchange display name