question

Upvotes
Accepted
31 2 4 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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.7k 85 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.