Eikon API Code for TRBC

Hi, I was wondering if there was an Eikon API code for "TRBC - Refinitiv Business Classification"

Best Answer

  • Hi @cole ,


    You can search for Data Item Browser (DIB) in Eikon/Workspace app and search for the relevant TRBC field:


    screenshot-2023-12-05-at-092946.pngThen, you can use Refinitiv Data Libraries for Python to retrieve the field values:

    import refinitiv.data as rd
    rd.open_session()

    rd.get_data(['LSEG.L', 'MSFT.O'], fields = ['TR.TRBCIndustry'])

    screenshot-2023-12-05-at-093053.png

    Hope this helps.


    Best regards,

    Haykaz