Hello,
Is it possible to pull the RICs for the EURAB6EIRS= instrument?
I have tried the method in this similar question but to no avail.
https://community.developers.refinitiv.com/questions/70674/python-command-to-get-rics-associated-with-a-chain.html
This does not work as intended.
df, err = ek.get_data(
instruments = ['EURAB6EIRS='],
fields = ['BID','ASK']
)
display(df)
I have tried also with 0# infront of the ticker, again no luck.
Thank you for your help!