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
51 0 1 3

get_symbology for government bonds

Hello,

I need to go from ISIN to RIC. Unfortunately, for government bonds is not possible, terminal says "no best match available", however if I do RIC to ISIN, then works just fine. See example below, any suggestions?


Thanks

### RIC TO ISIN (OK)
ek.get_symbology(["ES0000121G=","DE113506="] , from_symbol_type="RIC", to_symbol_type="ISIN")

### ISIN TO RIC (NOT OK, SAME SECURITIES)
ek.get_symbology(["ES00000121G2","DE0001135069"] , from_symbol_type="ISIN", to_symbol_type="RIC")


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1573829415495.png (284.2 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.

1 Answer

· Write an Answer
Upvotes
Accepted
51 0 1 3

I found the answer myself :)

ek.get_data(ISIN_LIST, 'TR.PreferredRIC')

works better than get_symbology


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.