question

Upvotes
Accepted
1 0 2 2

How to obtain data for the number of segments for a list of companies?

I have a list of companies, roughly over 300 in total, and I would need to get data on how many business and/or operating segments each company has. Screener doesn't let me do this. Does anyone know a possible solution?

#technologyrefinitiv-data-platformdata
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 @lauri.karimo ,

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

@lauri.karimo

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

Upvote
Accepted
10.2k 18 6 9

@lauri.karimo Thanks for your question - we have written an article on how to get segment level data (we offer both Geographic and Business Segment level data) - the example in the article concentrates mainly on Geographic segments - however these are easily switched out by selecting the appropriate Business segment fields (beginning with BUS as opposed to GEO). You can do this using the Data Item Browser app (type DIB into Eikon Search bar) and go to Company Fundamentals -> Standardized Fundamentals -> Segments: You can then see all the fields and their parameters to request in the same way as the article shows for Geo segments:

1695818380274.png

Here is an example to get you started quickly using our newest Refinitiv Data Libraries:

import refintiv.data as rd
rd.open_session()
rd.get_data(
    universe=['IBM.N'],
    fields=['TR.F.BUSTotRevBizActiv(Period=FY0).segmentCode','TR.F.BUSTotRevBizActiv(Period=FY0).segmentName','TR.F.BUSTotRevBizActiv(Period=FY0)']
)

1695818872837.png

I hope this can help.


1695818380274.png (453.4 KiB)
1695818872837.png (28.2 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.

FYI Row 0 is Total Revenue
Upvotes
1 0 0 0

To get the number of segments for a list of companies, with over 300 in total, when Screener doesn't work, you can try searching for this information on the companies' official websites, or contact them directly through their investor relations department. You may also explore financial databases or consult professional services that provide such data for businesses.

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.