I've tried the below, but its not showing any results:
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['HSBA.L'],
fields = [
'TR.RelatedOrgId',
'TR.RelatedOrgName',
'TR.RelatedOrgType'
I am glad to hear that the issue is solved now. It would be nice if you can share about how you made it work, any snippet code that might help other developers who may be encounter the same issue.