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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 0 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonricspermid-api
icon clock
10 |1500

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

1 Answer

Upvote
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea