question

Upvotes
Accepted
31 2 3 6

How to convert a RIC-list to ISINs?

I want to convert a list of RICs to ISINs. I tried with symbology:

import refinitiv.dataplatform as rdp

from refinitiv.dataplatform.content import symbology

sv_fields5 = ["TR.ISIN"]

sv_result5 = get_symbology(ric_liste, from_symbol_type="RIC", to_symbol_type="ISIN")

sv_result5.data.df


But I get the error "name 'get_symbology' is not defined".

What is wrong? Have I to install something else?

#technologyrdp-apisymbology
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.

Hi @torben1 ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
17.4k 82 39 63

Hi @torben1

Please refer to the Symbology Conversion example within GitHub.

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.