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!

Best Answer

  • You can retrieve these fields using get_data method:

    ek.get_data(['Wc1','HSIc1'],['CF_LOTSIZE'])