Factset · JSON Structure

Factset Symbology Identifier Resolution Historical Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId inputSymbolType name frefListingExchange currency outputType value startDate endDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "identifierResolutionHistorical",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "inputSymbolType": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "frefListingExchange": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "outputType": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    }
  }
}