Hi,
From my Eikon desktop terminal I can specify feed service to subscribe to RICs only available on internal feeds by example.
How to specify this via the Eikon Python API in .get_data() by example?
Kind regards,
Johan
@johan.lundquist So you cannot do this with the Eikon Data API directly- but you can do it with the RDP or RD libraries and then once you have a list of RICs, you can use a get_data(). Please see this thread. I hope this can help.
Thank you Jason,
I will take a look at the RDP. Is that just a new name for the old Websocket API?