Hi, I was using the following Python function to retrieve historical prices. The result did not include the latest price of today (18-Jun at time of this post). Last week the function worked well and included prices up to the same date of the query. Any advice please?
ek.get_timeseries( [ 'ATWYc1' ], fields = 'CLOSE', start_date = dt.datetime(2017, 1, 29, 0, 0, 0, 0 ), end_date = dt.datetime.today(), interval='daily', count = None, calendar = None, corax = None, normalize = False, raw_output = False, debug = False)