Bloomberg AIM · Example Payload

Bloomberg Http Historical Data Request Example

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Bloomberg Http Historical Data Request Example is an example object payload from Bloomberg AIM, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

securitiesfieldsstartDateendDateperiodicitySelectionperiodicityAdjustmentcurrencyoverridesnonTradingDayFillOptionnonTradingDayFillMethodadjustmentNormaladjustmentAbnormaladjustmentSplit

Example Payload

Raw ↑
{
  "securities": [],
  "fields": [],
  "startDate": "example_value",
  "endDate": "example_value",
  "periodicitySelection": "example_value",
  "periodicityAdjustment": "example_value",
  "currency": "example_value",
  "overrides": [],
  "nonTradingDayFillOption": "example_value",
  "nonTradingDayFillMethod": "example_value",
  "adjustmentNormal": true,
  "adjustmentAbnormal": true,
  "adjustmentSplit": true
}