Longbridge OpenAPI SDK
    Preparing search index...

    Interface RatingEvaluate

    Analyst rating distribution counts

    interface RatingEvaluate {
        buy: number;
        over: number;
        hold: number;
        under: number;
        sell: number;
        noOpinion: number;
        total: number;
        startDate: string;
        endDate: string;
    }
    Index

    Properties

    buy: number

    Number of "Buy" ratings

    over: number

    Number of "Strong Buy" / "Outperform" ratings

    hold: number

    Number of "Hold" ratings

    under: number

    Number of "Underperform" ratings

    sell: number

    Number of "Sell" ratings

    noOpinion: number

    Number of "No Opinion" ratings

    total: number

    Total analyst count

    startDate: string

    Window start (unix timestamp string)

    endDate: string

    Window end (unix timestamp string)