I update my data everyday after market closes and I am using python function like this:
df, err = ek.get_data(
instruments = instruments,
fields = fields,
parameters = {'Frq':'D','SDate':last_date_in_file, 'EDate':today_str}
)
I ran the code just now, and the latest date in the dataframe I got is 11-19