Class StockRatings


  • public class StockRatings
    extends Object
    Response for the stock ratings endpoint (getRatings).

    Note: FundamentalContext.getRatings is temporarily disabled (endpoint not yet open — /v1/quote/ratings), so this type is not currently returned by any method. It is kept for when the endpoint reopens.

    • Field Detail

      • styleTxtName

        public String styleTxtName
        Style display name
      • scaleTxtName

        public String scaleTxtName
        Scale display name
      • reportPeriodTxt

        public String reportPeriodTxt
        Report period display text
      • multiScore

        public Double multiScore
        Composite score; may be null when not rated
      • multiLetter

        public String multiLetter
        Composite score letter grade
      • multiScoreChange

        public int multiScoreChange
        Score change vs previous period
      • industryName

        public String industryName
        Industry name
      • industryRank

        public Long industryRank
        Industry rank; may be null
      • industryTotal

        public Long industryTotal
        Total securities in the industry; may be null
      • industryMeanScore

        public Double industryMeanScore
        Industry mean score; may be null
      • industryMedianScore

        public Double industryMedianScore
        Industry median score; may be null
    • Constructor Detail

      • StockRatings

        public StockRatings()