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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
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

Upvote
Accepted
6.7k 8 6 7

@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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea