EIKON API-Python

Hello Team,

Good Day!

May I have your insights on below query?

They are using EIKON Excel and EIKON API Python at the same time.

They use the sample formula below to retrieve the data in EIKON Excel, which is based on their internal database source and code.

=@RtGet("SYDDS1IR","AU3SG0001357=SBCI","YIELD")

"SYDDS1IR" is the name of their internal database/source.

"AU3SG0001357=SBCI" is the name of their internal code.

(This is a sample Refinitiv formula with Refinitiv source and RIC: =RtGet("IDN","AUMF0225F=RRPS","PRIMACT_1"))

The Client wonders whether it's possible to use client's internal data source (rather than IDN) to retrieve the data in python the ek.get_data() function too, he tried in EIKON API python, but didn't see how to change source (as they can do in Excel) is it possible?


Thanks & Regards,

Xia





Tagged:

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @XIA LIU

    We can't change an internal data source in the ek.get_data() function.

    You can use the RDP library to directly connect to the server that provides the internal service and then subscribe to data from that service. Please refer to the answer on this thread.

Answers