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
1 0 0 2

time series for ratio

Thanks for the quick response on my last question!

So, now I have another one. Is there a way to fetch the value of some ratio (e.g. EV/EBIT) for a certain company for each of the past x years?

Thanks in advance

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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
Upvote
Accepted
10.1k 18 6 9

@leoneg the following should tell you a lot if you look at it carefully. Also please use the Data Item Browser tool (type DIB into eikon search bar) or Code Creator tool (type CODECR into eikon search bar) too get field and parameter level content help - and even full python code creation in the case of Code Creator app.

df2,err = ek.get_data(['VOD.L','AAPL.O'],['TR.EVToEBITDA.date','TR.EVToEBITDA','TR.REVENUE'],{'Period':'FY0', 'SDate': '-5CY', 'EDate':'0CY','Frq': 'M'})

df2

1626367115442.png


1626367115442.png (129.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.

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.