Hi, I was wondering if there was an Eikon API code for "TRBC - Refinitiv Business Classification"
Hi @cole ,
You can search for Data Item Browser (DIB) in Eikon/Workspace app and search for the relevant TRBC field:
Then, you can use Refinitiv Data Libraries for Python to retrieve the field values:
import refinitiv.data as rdrd.open_session()rd.get_data(['LSEG.L', 'MSFT.O'], fields = ['TR.TRBCIndustry'])
Hope this helps.
Best regards,
Haykaz