Hello,
I have problem with accessing some data via Eikon Data API (explained in https://developers.refinitiv.com/en/api-catalog/eikon/eikon-data-api), which I use via R wrapper called eikonapir (https://github.com/ahmedmohamedali/eikonapir).
For some of the RICs calling get_data returns actual data, e.g. get_data('EUR=','ASK'):
Instrument ASK
1 EUR= 1.1842
but for other it return no data at all, e.g. get_data('MCU0','ASK'):
Instrument ASK
1 MCU0 <NA>
Do you know what can be cause of such behaviour and how can we fix it? I thought it may be due to license (MCU0 RIC is under other PE as it is data from LME market), but in normal Quote window in Eikon it works fine.
Regards,