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

Getting RICs using TR.CIKNUMBER

I need to get RICs for a list of CIKs I have in possession. I tried to use this command

ek.get_symbology

But it does not have CIKs as identifiers so I am wondering is there a way to use TR.CIKNUMBER to get the list of RICs for my list of CIKs. My list consists of firms under SEC "1311" industry code.


eikon-data-api#technologyricssymbology
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 @lomov ,

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

@lomov

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.3k 253 52 74

@lomov

Thank you for reaching out to us.

I ran the following code with CIKs and the get_data method can return RICs properly.

df, err=ek.get_data(['0000051143','0000320193'], fields = ["TR.RIC","TR.CIKNUMBER"])
df

1695872322591.png



1695872322591.png (5.0 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.