Can't download Tree Structure on Eikon API

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'

Tagged:

Answers

  • please ignore, I was able to make it work.
  • wasin.w
    wasin.w admin
    Hello @lhoyd.castillo


    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.