Hi, I was wondering if there was an Eikon API code for "TRBC - Refinitiv Business Classification"
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
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 rd rd.open_session() rd.get_data(['LSEG.L', 'MSFT.O'], fields = ['TR.TRBCIndustry'])
Hope this helps.
Best regards,
Haykaz