when attempting (batching through symbols 100 at time):
HistoricalBarsRequest barRequest = new HistoricalBarsRequest(symbols.AsEnumerable(), startTime,endTime,BarTimeFrame.Minute);
barRequest.Adjustment = Adjustment.SplitsOnly;
I receive a Internal ServerError/500. When i remove the bold section, there is no error.
I’m looking for adjusted data so there are not wide price gaps.