How to check all data items available for business segments?

Hazel1128
Hazel1128 Newcomer
edited April 8 in Refinitiv Data Platform

I using the code below to extract data on companies' segment code, name, and revenue. The results return multiple segment codes in each column (for each segment). Is there any other items like primary segment code? How can I check all available data items at the segment level?

ld.get_data(universe = 'RIC',                 fields=['TR.BGS.BusTotalRevenue(Period=FY2010:FY2022).fperiod', 'TR.BGS.BusTotalRevenue(Period=FY2010:FY2022).segmentCode', 'TR.BGS.BusTotalRevenue(Period=FY2010:FY2022).segmentName', 'TR.BGS.BusTotalRevenue(Period=FY2010:FY2022)'])
Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Hazel1128

    Thank you for reaching out to us.

    As this forum is more for programming type queries, rather than content queries - I would recommend you raise a 'I need help understanding content within the product' ticket with our helpdesk. That way a Content specialist can work closely with you and verify the assumption.