I am using get_timeseries to collect current trading day's tick around market close. In order to collect the complete list of trade data, I need to wait until Reuters saving all tick data published by exchanges into database. Assuming I would like to collect the tick data published between 3:50 PM and 4:00 PM for US equities, what is the earliest time I can make the API call to request the data? Can I request immediately after 4:00 PM, or shall I wait for some time, e.g., 10 minutes, to request the data at 4:10 PM?