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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 3

Eikon pulling RIC entity hierarchy through Python API

Is there a way to pull the tree/hierarchy of subsidiaries associated with a given RIC parent via the Eikon Python API, and if so what fields should be used?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonentity
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

Upvotes
Accepted
39.2k 75 11 27

Using Screener with public & private companies universe you can retrieve all the subsidiaries of an organization. Here's an example retrieving all subsidiaries of Ford Motor Co (organization PermID 4295903068).

ek.get_data('SCREEN(U(IN(Equity(active,public,private,primary))),'
                      'Contains(TR.UltimateParentId,"4295903068"))',
                     ['TR.CommonName','TR.ImmediateParentId'])
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