How to get the annual turnover for Fiscal year?

Hi,

I'm trying to get the annual turnover for the Fiscal year for a list of companies.

As I came to conclusion, the following code does not work for that purpose.

get_data(instruments,"TR.TURNOVER(SDate=FY2019, EDate=FY2019, Frq=FY, Curn=USD)");

I got the list of Fiscal year end dates by using:

get_data(instruments,list("TR.CompanyFYearEnd"));
Does anyone know how to include the SDate and EDate by using the list of Fiscal end dates to get the annual turnover for a list of companies?

Best Answer

Answers