I am using Eikon API in codebook.
I have a code:
ek.get_data(['NO0010923717', 'NO0011151797', 'DE000VX7EZY9', 'NO0012838921', 'NO0510152205', 'NO0010307135'], ['TR.PriceClose', 'TR.FundNAV', 'TR.BIDYIELD', 'YIELD'], {'SDate': '2023-12-01', 'EDate': '2024-01-01'})
list of rics:
NO0011151797 - LP68702547
DE000VX7EZY9 - DE000VX7EZY9.NGM
NO0012838921 - NO001283892=1M
NO0510152205 - MOWIDFM4
NO0010307135 - ABTEC.OL
Where i intend to retrieve the prices/values for the RICs. However for the rics "MOWIDFM4, NO001283892=1M, DE000VX7EZY9.NGM" I cannot get any data.
Do anyone have experiance with this?