Factset · Schema

identifierResolutionHistoricalResponse

Response object for Historical Identifier Resolution endpoint.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of symbol translation objects.
View JSON Schema on GitHub

JSON Schema

factset-symbology-identifier-resolution-historical-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "identifierResolutionHistoricalResponse",
  "type": "object",
  "description": "Response object for Historical Identifier Resolution endpoint.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of symbol translation objects."
    }
  }
}