We are trying to download intra-day bar data for today, however the current time is 13:30pm, but we were only able to download data from 17:00-17:15GMT time, which is 12:00pm -12:15pm. (there is a 5 hour difference between GMT time and EST). Our function is: ek.get_timeseries( 'A', fields=['CLOSE'], interval = 'minute',start_date='2017-10-24-17-0-0', end_date='2017-10-24-18-0-0') Is there anyway we can get real time data?