Factset · JSON Structure

Factset Intraday Tick History Fields Structure

Type: object Properties: 19
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

BID_1 BID_VOL_1 BID_EXCH_1 ASK_1 ASK_VOL_1 ASK_EXCH_1 LAST_1 LAST_DATE_1 LAST_TIME_1 LAST_VOL_1 LAST_EXCH_1 CUM_VOL VWAP OPEN_1 HIGH_1 LOW_1 TRADE_CONDITION GMT_OFFSET PRICE_CURRENCY

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "fields",
  "type": "object",
  "properties": {
    "BID_1": {
      "type": "number"
    },
    "BID_VOL_1": {
      "type": "integer"
    },
    "BID_EXCH_1": {
      "type": "string"
    },
    "ASK_1": {
      "type": "number"
    },
    "ASK_VOL_1": {
      "type": "integer"
    },
    "ASK_EXCH_1": {
      "type": "string"
    },
    "LAST_1": {
      "type": "number"
    },
    "LAST_DATE_1": {
      "type": "string"
    },
    "LAST_TIME_1": {
      "type": "string"
    },
    "LAST_VOL_1": {
      "type": "integer"
    },
    "LAST_EXCH_1": {
      "type": "string"
    },
    "CUM_VOL": {
      "type": "integer"
    },
    "VWAP": {
      "type": "number"
    },
    "OPEN_1": {
      "type": "number"
    },
    "HIGH_1": {
      "type": "number"
    },
    "LOW_1": {
      "type": "number"
    },
    "TRADE_CONDITION": {
      "type": "string"
    },
    "GMT_OFFSET": {
      "type": "integer"
    },
    "PRICE_CURRENCY": {
      "type": "string"
    }
  }
}