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

Is there a way to get Standalone data of a Conglomerate using Eikon API ?

1635290140372.png

Something like this where I can find just Parent Co.'s numbers and not just consolidated numbers.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-data-platform-eikon
1635290140372.png (33.6 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.

@bhavin153

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

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

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
10.2k 18 6 9

@bhavin153 So you can just set the Consolidation Basis you want Primary, Parent, Consolidated or All. See the screenshot from the Data Item Browser app:

1635335219577.png

In code here we request the entire income statement using the ConsolBasis parameter:

df,err =. ek.get_data('VOD.L',['TR.F.IncomeStatement(Period=FY0,ConsolBasis=Consolidated)'])
df

I hope this can help.


1635335219577.png (255.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.