Hi,
I am trying to get the RICs for the following 3 ISINs but got the "no best match available" error. Please help thanks.
ek.get_symbology(["AU0000002073", "AU0000013740", "AU0000018442"], from_symbol_type="ISIN", to_symbol_type="RIC")
@Alan Tam123
Please set bestMatch to False. It will return matched RICs.
data = ek.get_symbology(["AU0000002073", "AU0000013740", "AU0000018442"], from_symbol_type="ISIN", to_symbol_type="RIC", bestMatch=False)
You can also use a syntax with argument 'TR.RICS'. Here you can also have an an option specify a contributor of your choice:
ek.get_data(["AU0000002073", "AU0000013740", "AU0000018442"],"TR.RICS(Contributor=RRPS)")