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
34 3 7 7

Interpretation of TR.BGS.BusTotalRevenue.segmentCode and TR.BGS.BusTotalRevenue.segmentdetailsorder

I am looking into a revenue breakdown by segments and having difficulty in interpretation of .segmentCode and .segmentdetailsorder. Thanks to previous posts, I am able to retrieve the revenue data successfully with a code below:

ek.get_data(['4063.T'],['TR.BGS.BusTotalRevenue.fperiod','TR.BGS.BusTotalRevenue.segmentName', 'TR.BGS.BusTotalRevenue', 'TR.BGS.BusTotalRevenue.segmentCode', 'TR.BGS.BusTotalRevenue.segmentdetailsorder', 'TR.BGS.BusTotalRevenue.fielddescription'], {'Period':'FY0', 'Frq':'FY', 'SDate':'0', 'EDate':'-1'})[0]

It returns a table as follows:

This looks quite nice. However, it is still not very clear to me what the two columns mean: Segment Code" and "Segment Order".

For Segment Code, how do you assign these mysterious six digits numbers to business segments? Is there a list that maps these numbers to high-level human interpretation or do you have any sorts of rules of assignment? For me, the company's business segments look quite different from one another, so I do not think it is a good idea to assign the same code to all the business segments.

For Segment Order, I observe there are some jumps in the sequence of numbers, and I wonder what is happening at skipped numbers.


I understand this is a bit involved question, but I hope that someone provides me with more colors. Thank you in advance!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1589255946264.png (44.9 KiB)
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.

Hi @iwasakI,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Hello @iwasakI

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@iwasakI

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
9.6k 10 7 7

Hello @iwasakI

Please also note that this is a technical forum for asking questions related to software development using Refinitiv APIs. Data questions are best directed at the Refinitiv Helpdesk as they have data specialists who can provide the proper answers.You can contact the Helpdesk by opening a content-related query via Get Product Support in MyRefinitiv

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.