Something like this where I can find just Parent Co.'s numbers and not just consolidated numbers.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Something like this where I can find just Parent Co.'s numbers and not just consolidated numbers.
@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:
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.