Longbridge OpenAPI SDK
    Preparing search index...

    Interface IndexConstituents

    Index constituents response

    interface IndexConstituents {
        fallNum: number;
        flatNum: number;
        riseNum: number;
        stocks: ConstituentStock[];
    }
    Index

    Properties

    fallNum: number

    Number of constituent stocks that fell today

    flatNum: number

    Number of constituent stocks unchanged today

    riseNum: number

    Number of constituent stocks that rose today

    Constituent stock details