HI, I would like to extract the information on segment breakdowns : Annual Geographic by Segment in Millions of U.S. Dollar. This is available and exportable from eikon to excel.
Has anyone tried this ? Thanks, Takaya
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
HI, I would like to extract the information on segment breakdowns : Annual Geographic by Segment in Millions of U.S. Dollar. This is available and exportable from eikon to excel.
Has anyone tried this ? Thanks, Takaya
Is this what you're looking for?
ek.get_data(['GE.N'],['TR.BGS.GeoExternalRevenue.fperiod', 'TR.BGS.GeoExternalRevenue.segmentName', 'TR.BGS.GeoExternalRevenue'], {'Period':'FY0', 'Frq':'FY', 'SDate':'0', 'EDate':'-2'})If not, an example of what you're after (Excel function that retrieves the data you need or a screenshot of this data in Eikon application) would be most helpful.