get_timeseries: trade flags

Hallo,

I am using function get_timeseries to get trade volume and price for each trade where my code is df_1 = ek.get_timeseries(['BMWG.DE'],fields = ['VALUE','VOLUME'], interval = 'tick', start_date = '2020-02-12', end_date = '2020-02-13').

The problem is this code takes every trade including trade from the auction in which I intend to separate (in Time and Sales: Trade Glags = Uncrossing trade from auction). Is there any possibility for me to also filter the trade flags when using ek.gettimeseries()?

Best Answer