Refinitiv Eikon · Schema

InstrumentSearchResult

Search result for an instrument lookup.

AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTrading

Properties

Name Type Description
Identifier string Primary identifier for the instrument.
IdentifierType string Type of the primary identifier.
Source string Data source for the instrument.
Description string Human-readable description of the instrument.
Status string Current status of the instrument.
View JSON Schema on GitHub

JSON Schema

refinitiv-eikon-instrumentsearchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstrumentSearchResult",
  "title": "InstrumentSearchResult",
  "type": "object",
  "description": "Search result for an instrument lookup.",
  "properties": {
    "Identifier": {
      "type": "string",
      "description": "Primary identifier for the instrument."
    },
    "IdentifierType": {
      "type": "string",
      "description": "Type of the primary identifier."
    },
    "Source": {
      "type": "string",
      "description": "Data source for the instrument."
    },
    "Description": {
      "type": "string",
      "description": "Human-readable description of the instrument."
    },
    "Status": {
      "type": "string",
      "description": "Current status of the instrument."
    }
  }
}