Factset · JSON Structure

Factset Fundamentals Ratio Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId fsymId metric periodicity fiscalPeriod fiscalYear fiscalEndDate 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": "Ratio",
  "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']"
    },
    "value": {
      "type": "['number', 'null']"
    }
  }
}