For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I have attached a screenshot of the data I would like to be able to extract using a python script. For example data such as:
Rio Tinto 'External Revenue' from Aluminium in 2020
or
Rio Tinto 'Employees' in the Aluminium business segment in 2020
(screenshot is taken on a Workspace desktop)
@oliver.rogers19 Please try the following - I hope this can help.
df2, err =ek.get_data(['RIO.L'],['TR.F.ASRBusinessSegments.segmentName','TR.F.BUSExtRevASR','TR.F.BUSEmpFTEEquivPrdEndASR'],{'Period': 'FY0','Frq':'FY'}) df2
Company trees don't match in Eikon online tool and the Eikon Proxy API
How to get all investors for a list of stocks, historically with the python API
Why the fundamental data for some companies are missing?
How to get quarterly EPS estimate data on Eikon?
API Returns Wrong Data: get_data returns Annual data when 'FRQ': 'FQ' is specified