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.

1 Answer

· Write an Answer
Upvotes
Accepted
80.2k 258 52 75

@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.