For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 0 1 0

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?
eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondatar-studio
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @Iana

You can try these code samples:


ahs.png (44.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thank you!

Click below to post an Idea Post Idea