...tion ?
Hello,
How Can I get internal RICs data using Refinitiv.data API ?
When requesting global data, it works very well like the script below :
import refinitiv.data as rd
rd.open_session(app_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
data = rd.get_data(universe=["XXX"],fields = ["BID"])
Now I wanna do the same thing, but this time to get data from an Internal RIC via ATS.
PS: In Excel I am able to run the following formula: =RtGet("ATS", "INTERNAL_RIC", "BID") To get access to a quote from an internal instrument and =RtGet("IDN";"RIC";"BID") for the other instruments.
Please find the same question here with no solution :
https://community.developers.refinitiv.com/questions/104281/eikon-python-api-how-do-i-specify-a-source-when-fe.html
Thanks and regards,