Factset · JSON Structure

Factset Fundamentals Estimate Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId fsymId metric periodicity fiscalPeriod fiscalYear fiscalEndDate currency estimateCount mean median high low standardDeviation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Estimate",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "fsymId": {
      "type": "['string', 'null']"
    },
    "metric": {
      "type": "['string', 'null']"
    },
    "periodicity": {
      "type": "['string', 'null']"
    },
    "fiscalPeriod": {
      "type": "['integer', 'null']"
    },
    "fiscalYear": {
      "type": "['integer', 'null']"
    },
    "fiscalEndDate": {
      "type": "['string', 'null']"
    },
    "currency": {
      "type": "['string', 'null']"
    },
    "estimateCount": {
      "type": "['integer', 'null']"
    },
    "mean": {
      "type": "['number', 'null']"
    },
    "median": {
      "type": "['number', 'null']"
    },
    "high": {
      "type": "['number', 'null']"
    },
    "low": {
      "type": "['number', 'null']"
    },
    "standardDeviation": {
      "type": "['number', 'null']"
    }
  }
}