I am using the following formula with python api :
df=ek.get_data(listRIC, ['TR.FreeFloatPct'], {'SDate':'0', 'EDate':'-0'})
Unfortunatly, until the 1st april the result is nan for all ric.
I check the same query on excel and it is still work.
Do you have any idea where the problem come from ?