Factset · JSON Structure

Factset Prices Returns Snapshot Structure

Type: object Properties: 22
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date currency requestId oneDay oneMonth threeMonth sixMonth nineMonth oneYear quarterToDate weekToDate monthToDate yearToDate twoYearAnnualized threeYearAnnualized fiveYearAnnualized tenYearAnnualized twentyYearAnnualized thirtyYearAnnualized ipoToDateAnnualized dividendAdjust

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "returnsSnapshot",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "oneDay": {
      "type": "number"
    },
    "oneMonth": {
      "type": "number"
    },
    "threeMonth": {
      "type": "number"
    },
    "sixMonth": {
      "type": "number"
    },
    "nineMonth": {
      "type": "number"
    },
    "oneYear": {
      "type": "number"
    },
    "quarterToDate": {
      "type": "number"
    },
    "weekToDate": {
      "type": "number"
    },
    "monthToDate": {
      "type": "number"
    },
    "yearToDate": {
      "type": "number"
    },
    "twoYearAnnualized": {
      "type": "number"
    },
    "threeYearAnnualized": {
      "type": "number"
    },
    "fiveYearAnnualized": {
      "type": "number"
    },
    "tenYearAnnualized": {
      "type": "number"
    },
    "twentyYearAnnualized": {
      "type": "number"
    },
    "thirtyYearAnnualized": {
      "type": "number"
    },
    "ipoToDateAnnualized": {
      "type": "number"
    },
    "dividendAdjust": {
      "type": "string"
    }
  }
}