Define feed service in Eikon Python API

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

Best Answer

  • @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.

Answers

  • Thank you Jason,

    I will take a look at the RDP. Is that just a new name for the old Websocket API?

    Kind regards,

    Johan

  • @johan.lundquist yes - for the streaming part it is as you correctly note the Websocket API - but Eikon/Workspace users now have access to new services on there such as Search, Historical Pricing (to replace get_timeseries with a better data model) and many other services. These have all been packaged up into the RDP library. That also contains a fully function Eikon Data API package inside so you can use both libs from one package. I hope this can help. Kindest regards, Jason