Factset · Schema

EstimatesResponse

Response wrapper containing an array of consensus estimate data items.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

factset-fundamentals-estimates-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EstimatesResponse",
  "type": "object",
  "description": "Response wrapper containing an array of consensus estimate data items.",
  "properties": {
    "data": {
      "type": "array"
    }
  }
}