Hello! I am trying to convert a LipperID into ISIN using the following formula:
df,err = ek.get_symbology("LP60000008", from_symbol_type="lipperID", to_symbol_type="ISIN")
df
And get a following error message:
Can not process metadata for request: SymbologySearch.from - value doesn't fall in valid range: [RIC ISIN CUSIP SEDOL ticker lipperID IMO]
Could you help me please?