Bloomberg AIM · JSON Structure

Bloomberg Http Historical Data Request Structure

Type: object Properties: 13
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

HistoricalDataRequest is a JSON Structure definition published by Bloomberg AIM, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

securities fields startDate endDate periodicitySelection periodicityAdjustment currency overrides nonTradingDayFillOption nonTradingDayFillMethod adjustmentNormal adjustmentAbnormal adjustmentSplit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HistoricalDataRequest",
  "type": "object",
  "properties": {
    "securities": {
      "type": "array"
    },
    "fields": {
      "type": "array"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "periodicitySelection": {
      "type": "string"
    },
    "periodicityAdjustment": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "overrides": {
      "type": "array"
    },
    "nonTradingDayFillOption": {
      "type": "string"
    },
    "nonTradingDayFillMethod": {
      "type": "string"
    },
    "adjustmentNormal": {
      "type": "boolean"
    },
    "adjustmentAbnormal": {
      "type": "boolean"
    },
    "adjustmentSplit": {
      "type": "boolean"
    }
  }
}