Refinitiv Eikon · Schema

PricingSnapshotResponse

Response containing real-time or delayed pricing snapshots.

AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTrading

Properties

Name Type Description
universe array Array of instrument snapshot results.
View JSON Schema on GitHub

JSON Schema

refinitiv-eikon-pricingsnapshotresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PricingSnapshotResponse",
  "title": "PricingSnapshotResponse",
  "type": "object",
  "description": "Response containing real-time or delayed pricing snapshots.",
  "properties": {
    "universe": {
      "type": "array",
      "description": "Array of instrument snapshot results.",
      "items": {
        "type": "object",
        "properties": {
          "instrumentId": {
            "type": "string",
            "description": "Instrument identifier."
          },
          "ric": {
            "type": "string",
            "description": "Reuters Instrument Code."
          },
          "fields": {
            "type": "object",
            "description": "Key-value pairs of field names and their current values.",
            "additionalProperties": true
          }
        }
      }
    }
  }
}