Hi, I'm using the below code to download historical price summaries for VOD. Is it possible to set the timezone in which start and end should be interpreted? If not what is the timezone of the result timestamps?
rdp.get_historical_price_summaries(
universe = 'VOD.L',
start = '2020-09-24',
end = '2020-09-24 15:35:01',
interval = rdp.Intervals.ONE_MINUTE, # Supported intervals: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY.
count = 20,
fields = ['TRDPRC_1']
)
Best regards
Dennis