Since yesterday when I've upgrade Eikon 1.0.2 to 1.1.16 (latest) and Python from 3.6 to 3.11, I can't use get_symbology with the parameter "bestMatch".
¿Any idea?
get_symbology() got an unexpected keyword argument 'bestMatch'
@Nabil Edriss Sanchez1
Thanks for reaching out to us.
The parameter is best_match.
data = ek.get_symbology(["IBM.N"], from_symbol_type="RIC", best_match=False)
You can use the help(ek.get_symbology) command to see all parameters.
I hope that this information is of help.