Annual Geographic by Segment in Millions of U.S. Dollars

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

Best Answer

  • 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.
    I think you'll probably benefit from looking at this tutorial, which talks at length about metadata discovery (finding field names and parameters) for use with Eikon Data APIs.