Factset · JSON Structure

Factset Estimates Consensus Ratings Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

consensusRatings is a JSON Structure definition published by Factset, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fsymId estimateDate buyCount overweightCount holdCount underweightCount sellCount ratingsNestTotal ratingsNote ratingsNoteText requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "consensusRatings",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "estimateDate": {
      "type": "string"
    },
    "buyCount": {
      "type": "integer"
    },
    "overweightCount": {
      "type": "integer"
    },
    "holdCount": {
      "type": "integer"
    },
    "underweightCount": {
      "type": "integer"
    },
    "sellCount": {
      "type": "integer"
    },
    "ratingsNestTotal": {
      "type": "integer"
    },
    "ratingsNote": {
      "type": "number"
    },
    "ratingsNoteText": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}