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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
98 10 21 27

Call non-TR fields using Eikon API. Is it possible?

Hello guys,

I would like to know if there's a way to call functions that are not TR. I'm not familiar with the name these functions have, but for instance, I'd like to call the following field/function:

CF_LOTSIZE

How can I do that using get_data or any of the methods available of Eikon Python API?

Thanks for your time!

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

You can retrieve these fields using get_data method:

ek.get_data(['Wc1','HSIc1'],['CF_LOTSIZE'])
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