Factset · JSON Structure

Factset Intraday Tick History Tickhistory_Response Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

tickhistory_response 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

Requested ID Requested Symbol Requested Fields Request Key Error Code Error Description Field Names Field IDs Key Values

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "tickhistory_response",
  "type": "object",
  "properties": {
    "Requested ID": {
      "type": "string"
    },
    "Requested Symbol": {
      "type": "string"
    },
    "Requested Fields": {
      "type": "array"
    },
    "Request Key": {
      "type": "string"
    },
    "Error Code": {
      "type": "string"
    },
    "Error Description": {
      "type": "string"
    },
    "Field Names": {
      "type": "string"
    },
    "Field IDs": {
      "type": "number"
    },
    "Key": {
      "type": "string"
    },
    "Values": {
      "type": "number"
    }
  }
}