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
18 2 2 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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apihistoricalfundamentals
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.

@Jan

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 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.thomsonreuters.com/eikon-apis/eikon-web-and-scripting-apis/learning?content=14707&type=learning_material_item

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.