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
3 0 1 3

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

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidatafundamentals
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.

1 Answer

· Write an Answer
Upvote
Accepted
39.4k 77 11 27

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.
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.