Following on my earlier related question:
https://community.developers.refinitiv.com/questions/88816/returned-data-is-in-a-shortened-format.html
I am calling the get_timeseries command with the interval = tick. But I am only getting 50,000 rows of data in the returned dataframe. Setting the count parameter to a high value such as 1000000 still leads to a maximum of 50,000 rows. Is there a limit that I am not aware of?
Related question: Is there are way to pre-filter the data to only return tick transactions that are greater than 100 shares?