Factset · JSON Structure

Factset Fundamentals Fundamental Structure

Type: object Properties: 13
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId fsymId metric periodicity fiscalPeriod fiscalYear fiscalPeriodLength fiscalEndDate reportDate epsReportDate updateType currency value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Fundamental",
  "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']"
    },
    "fiscalPeriodLength": {
      "type": "['integer', 'null']"
    },
    "fiscalEndDate": {
      "type": "['string', 'null']"
    },
    "reportDate": {
      "type": "['string', 'null']"
    },
    "epsReportDate": {
      "type": "['string', 'null']"
    },
    "updateType": {
      "type": "['string', 'null']"
    },
    "currency": {
      "type": "['string', 'null']"
    },
    "value": {
      "type": "string"
    }
  }
}