Longbridge OpenAPI SDK
    Preparing search index...

    Interface StockRatings

    Stock ratings response.

    ratingsJson contains the full nested ratings structure as a JSON string.

    interface StockRatings {
        styleTxtName: string;
        scaleTxtName: string;
        reportPeriodTxt: string;
        multiScore: string;
        multiLetter: string;
        multiScoreChange: number;
        industryName: string;
        industryRank: number;
        ratingsJson: string;
    }
    Index

    Properties

    styleTxtName: string
    scaleTxtName: string
    reportPeriodTxt: string
    multiScore: string

    Composite score as a JSON string

    multiLetter: string
    multiScoreChange: number
    industryName: string
    industryRank: number
    ratingsJson: string

    Full ratings array as a JSON string