Longbridge OpenAPI SDK
    Preparing search index...

    Interface RankListItem

    One ranked security item.

    interface RankListItem {
        symbol: string;
        code: string;
        name: string;
        lastDone: string;
        chg: string;
        change: string;
        inflow: string;
        marketCap: string;
        industry: string;
        prePostPrice: string;
        prePostChg: string;
        amplitude: string;
        fiveDayChg: string;
        turnoverRate: string;
        volumeRate: string;
        pbTtm: string;
    }
    Index

    Properties

    symbol: string

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

    code: string

    Ticker code

    name: string

    Security name

    lastDone: string

    Latest price

    chg: string

    Price change ratio

    change: string

    Absolute price change

    inflow: string

    Net inflow

    marketCap: string

    Market cap

    industry: string

    Industry name

    prePostPrice: string

    Pre/post market price

    prePostChg: string

    Pre/post market change

    amplitude: string

    Amplitude

    fiveDayChg: string

    5-day change

    turnoverRate: string

    Turnover rate

    volumeRate: string

    Volume ratio

    pbTtm: string

    P/B ratio (TTM)