Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 1 2 2

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidatar-studio
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 512.0 KiB each and 1.0 MiB total.

Thank you!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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