Factset · JSON Structure

Factset Estimates Consensus Estimate Structure

Type: object Properties: 19
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId fsymId metric periodicity fiscalPeriod fiscalYear fiscalEndDate relativePeriod estimateDate currency estimateCurrency mean median standardDeviation high low estimateCount up down

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "consensusEstimate",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "fsymId": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "periodicity": {
      "type": "string"
    },
    "fiscalPeriod": {
      "type": "integer"
    },
    "fiscalYear": {
      "type": "integer"
    },
    "fiscalEndDate": {
      "type": "string"
    },
    "relativePeriod": {
      "type": "integer"
    },
    "estimateDate": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "estimateCurrency": {
      "type": "string"
    },
    "mean": {
      "type": "number"
    },
    "median": {
      "type": "number"
    },
    "standardDeviation": {
      "type": "number"
    },
    "high": {
      "type": "number"
    },
    "low": {
      "type": "number"
    },
    "estimateCount": {
      "type": "integer"
    },
    "up": {
      "type": "integer"
    },
    "down": {
      "type": "integer"
    }
  }
}