Factset · JSON Structure

Factset Tick History Coverage Tick History Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

ticker factsetExchangeCode startDate latestTradeDate companyName isin currency lastExchangeCode lastExchangeName primaryTickerExchange

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "coverageTickHistory",
  "type": "object",
  "properties": {
    "ticker": {
      "type": "string"
    },
    "factsetExchangeCode": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "latestTradeDate": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "isin": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "lastExchangeCode": {
      "type": "string"
    },
    "lastExchangeName": {
      "type": "string"
    },
    "primaryTickerExchange": {
      "type": "string"
    }
  }
}