Factset · Schema

identifierResolutionResponse

Response object for 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-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "identifierResolutionResponse",
  "type": "object",
  "description": "Response object for Identifier Resolution endpoint.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of symbol translation objects."
    }
  }
}