Hi all,
I want to make chart of an open interest of eua call options at level 40. In Eikon Refinitiv this option has ric EFOM4000C1, and in eikon it is possible to chart open interest of that ric
With the python code below, i get the price of this option. How to setup the code for an open interest?
ric_eua_calls_40='EFOM4000C1'
eua_calls_40=ek.get_timeseries(ric_eua_calls, start_date='2020-01-01T07:00:00',
interval='daily')
eua_calls_40.tail()