Factset · JSON Structure

Factset Intraday Tick History Intervals Structure

Type: object Properties: 13
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

intervals 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

0 1S 5S 10S 15S 30S 1M 2M 5M 10M 15M 30M 1H

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "intervals",
  "type": "object",
  "properties": {
    "0": {
      "type": "string"
    },
    "1S": {
      "type": "string"
    },
    "5S": {
      "type": "string"
    },
    "10S": {
      "type": "string"
    },
    "15S": {
      "type": "string"
    },
    "30S": {
      "type": "string"
    },
    "1M": {
      "type": "string"
    },
    "2M": {
      "type": "string"
    },
    "5M": {
      "type": "string"
    },
    "10M": {
      "type": "string"
    },
    "15M": {
      "type": "string"
    },
    "30M": {
      "type": "string"
    },
    "1H": {
      "type": "string"
    }
  }
}