Longbridge OpenAPI SDK
    Preparing search index...

    Interface TopMoversStock

    Stock information within a top-movers event.

    interface TopMoversStock {
        symbol: string;
        code: string;
        name: string;
        fullName: string;
        change: string;
        lastDone: string;
        market: string;
        labels: string[];
        logo: string;
    }
    Index

    Properties

    symbol: string

    Symbol (e.g. "NVDA.US")

    code: string

    Ticker code

    name: string

    Security name

    fullName: string

    Full name

    change: string

    Price change (decimal ratio)

    lastDone: string

    Latest price

    market: string

    Market code

    labels: string[]

    Labels / tags

    logo: string

    Logo URL