Hi,
I am using
ek.get_timeseries(['AAPL.O'],interval='tick',start_date='2018-05-08T13:35:01',end_date='2018-05-08T13:40:01')
which will return every trade with price and volume, is there way to get more data field for each trade, say exchange code or condition code?
Thanks a lot.