Hi,
I need to know how one can fetch the Market Open Interest using eikon R API. I have no idea about its fields name. I know how to collect Open Interest using eikon R API. Below is an example
get_data(list("LCOc1"),fields = list('TR.OPENINTEREST.Date', 'TR.OPENINTEREST', '2000-01-01', '2020-05-25'))
but I want to know how one can fetch Historical Market Open Interest. Below graph shows the difference between Open Interest and Market Open Interest.
The above subplot is of OI while below subplot is Market OI. Kindly help.
Thank you