Factset · JSON Structure

Factset Id Lookup Response_Details Structure

Type: object Properties: 4
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

index symbol name entity_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "response_details",
  "type": "object",
  "properties": {
    "index": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "entity_id": {
      "type": "string"
    }
  }
}