Factset · JSON Structure

Factset Formula Time_Series_Timeseries_Object Structure

Type: object Properties: 2
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

values dates

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "time_series_timeseries_object",
  "type": "object",
  "properties": {
    "values": {
      "type": "array"
    },
    "dates": {
      "type": "array"
    }
  }
}