Using the ek.get_timeseries() function in Eikon, for every ticker I get interday data only going back to 2020-07-06. What may be causing this? How do I get data for all days the security was traded by default?
get_timeseries method returns a max of 3K rows per call. See the answer on this thread for more details.