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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
18 2 0 6

Is it possible to pull history on non-price/volume fields such as TR.EPSActValue? get_timeseries API only seems to cater for price/volume data and the get_data API doesn't accept start and end dates.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonhistoricalfundamentals
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
39.2k 75 11 27

Yes, it is possible. E.g.

ek.get_data('IBM.N', ['TR.EPSActValue.date', 'TR.EPSActValue'], {'SDate':0, 'EDate':-7, 'Frq':'FQ', 'Period':'FI0'})

retrieves quarterly actual EPS for IBM for the last 8 quarters. I strongly recommend using Eikon Excel for data retrieval modeling where you can take advantage of Formula Builder wizard that helps you figure out what parameters you need to use in get_data method. Alternatively you can use Data Item Browser. The following tutorial talks about this at length.
https://developers.refinitiv.com/en/api-catalog/eikon/eikon-data-api/tutorials#fundamentals-api-company-tearsheet-estimate

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