Hi fellow developers,
ek.get_timeseries('AA',interval='tick',start_date='2017-10-26T13:30:00',end_date='2017-10-26T13:35:00')
gives a list of tick data, but there are some nan's for VALUE with regular VOLUME. I compared it with the output of
ek.get_timeseries('AA',interval='minute',start_date='2017-10-26T13:30:00',end_date='2017-10-26T13:35:00')
the volume are the same if counting the nan volumes. I wonder if the nan's are intended or something else. This is really getting in the way of computing VWAP since if I exclude those nan VOLUME then the total 5 min VOLUME will not match the one from minute data.