Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
0 1 3 8

get_symbology() got an unexpected keyword argument 'bestMatch'

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'

#technologyerrorsymbologyparameters
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
80k 257 52 75

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

1682646939435.png

I hope that this information is of help.


1682646939435.png (16.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.