I am using this command to get the total returns on a day for a range of dates:
ek.get_data(firms, fields = ['TR.TotalReturn1D.date','TR.TotalReturn1D'], parameters={'SDate':Start,'EDate':End,'Frq':'D','CH':'Fd'})
It works, but what does 'CH':'Fd' mean?