Factset · Schema

DFSnapshot_Response

sample response

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
Error array error value
symbol1 array first symbol from `ids` or `chain`
Host string host name
symbol2 string second symbol from `ids` or `chain` list
View JSON Schema on GitHub

JSON Schema

factset-exchange-datafeed-snapshot-symbol-list-df-snapshot_response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DFSnapshot_Response",
  "type": "object",
  "description": "sample response",
  "properties": {
    "Error": {
      "type": "array",
      "description": "error value"
    },
    "symbol1": {
      "type": "array",
      "description": "first symbol from `ids` or `chain`"
    },
    "Host": {
      "type": "string",
      "description": "host name"
    },
    "symbol2": {
      "type": "string",
      "description": "second symbol from `ids` or `chain` list"
    }
  }
}