Hi there,
Supplying current ISINs gets RICs correctly:
get_symbology(list("US10948C1071","US82837P4081","US92764N1028"), from_symbol_type="ISIN", to_symbol_type="RIC")
Symbol RIC
1 US10948C1071 BV
2 US82837P4081 SI
3 US92764N1028 VIR.O
However using these exact RICs, I cannot get the ISINs for the first two. Why?
> get_symbology(list("BV","SI","VIR.O"), from_symbol_type="RIC", to_symbol_type="ISIN")
Symbol error ISIN
1 BV No best match available <NA>
2 SI No best match available <NA>
3 VIR.O <NA> US92764N1028
Note: The ISINs are all the primary, currently valid ISINs
Thank you very much for your support.
Best, Heiko