Bloomberg AIM · Schema

InstrumentListRequest

Financial DataMarket DataOrder ManagementPortfolio-ManagementTrading

Properties

Name Type Description
query string Search string for instrument lookup
maxResults integer Maximum number of results to return
yellowKeyFilter string Filter by Bloomberg yellow key
languageOverride string Two-letter language code
View JSON Schema on GitHub

JSON Schema

bloomberg-http-instrument-list-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InstrumentListRequest",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search string for instrument lookup"
    },
    "maxResults": {
      "type": "integer",
      "description": "Maximum number of results to return"
    },
    "yellowKeyFilter": {
      "type": "string",
      "description": "Filter by Bloomberg yellow key"
    },
    "languageOverride": {
      "type": "string",
      "description": "Two-letter language code"
    }
  }
}