Factset · Schema

consensusRatingsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of consensus ratings estimate objects
View JSON Schema on GitHub

JSON Schema

factset-estimates-consensus-ratings-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "consensusRatingsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of consensus ratings estimate objects"
    }
  }
}