Factset · Schema

time_series_result_object_nonflattened_matrix

The `result` attribute in the Time-Series Non-Flattened Response Object will be a MATRIX, which will be represented as an array of arrays. Each array can be thought of as a row in the matrix.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
result array
View JSON Schema on GitHub

JSON Schema

factset-formula-time_series_result_object_nonflattened_matrix-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "time_series_result_object_nonflattened_matrix",
  "type": "object",
  "description": "The `result` attribute in the Time-Series Non-Flattened Response Object will be a MATRIX, which will be represented as an array of arrays. Each array can be thought of as a row in the matrix.",
  "properties": {
    "result": {
      "type": "array"
    }
  }
}