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.
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!