When I retrieve quarterly financial variable of a company, it gives me the same value for related quarters. When I do the math, the values are exactly the one fourth of the annual data of a given variable.
Is there any problem with my code ? or is it a known bug ?
Totcurass1 = ek.get_data(list(sl[:7500]),['TR.TotalCurrentAssets', 'TR.TotalCurrentAssets.date'] ,{'Sdate':'1990-01-01','Edate':'2020-01-01','Frq':'Q'})[0]