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

question

Upvotes
1 0 0 0

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'

company-tree
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

please ignore, I was able to make it work.
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.

0 Answers