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
7 3 3 2

How to convert the PermID to RICs?

I saw that when using the function ek.get_symbology, RICs, ISINs can be converted to PermID, however, it seems impossible to convert directly from permid to RICs

For example:


permid=['4295857664']
convertrics3=ek.get_symbology(permid, from_symbol_type='OAPermID', to_symbol_type=['RIC','ISIN'])
print(convertrics3)

(The description for the error: 2020-11-29 22:04:19,875 P[19480] [MainThread 13392] Can not process metadata for request: SymbologySearch.from - value doesn't fall in valid range: [RIC ISIN CUSIP SEDOL ticker lipperID IMO]

Is there any way to convert PermID to RICs, by other functions/instructions?

Can I use the permID instead of RICs to take historical time series data?


Thank you

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiricspermid-api
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
Upvote
Accepted
18.2k 21 13 21

Hi @thi-xuan-dung.nguyen

Please try this code:



ahs.png (9.1 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.