When I modify the .NET example (2.0.0) code:
response = HistoricalPricing.GetSummaries(new HistoricalPricingSummaries.Params().Universe("DTEGn.DE") .WithInterval(HistoricalPricingSummaries.Interval.P1D)
.WithFields("DATE", "OFF_CLOSE")
.WithCount(10000));
I always get a "Newtonsoft.Json.JsonReaderException":
Failed to execute: GetSummaries error: {
"HTTPStatusCode": 200,
"HTTPReason": "OK",
"Exception": {
"ExceptionType": "Newtonsoft.Json.JsonReaderException",
"Message": "After parsing a value an unexpected character was encountered: u. Path '[0].data[713][0]', line 1, position 16395."