The most recent content from our members.
How to get a list of all levels of a company structure (TREE) in API? Here is the sample code: df = rd.get_data('HSBA.L', ['TR.RelatedOrgId','TR.RelatedOrgName','TR.RelatedOrgType','TR.UltimateParent','TR.HeadquartersCity']) In this example i only get the entities directly below HSBA.L and not thier entities also (the full…
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'
It is currently not possible to access the company tree structure. Following error is displayed:
The Company Tree Structure is one of the applications in the "Overview" tab of a company view in Eikon. I would like to retrieve this information using the eikon Python package and related API Key. However, I don't find any documentation how to do this (what function, parameter set to use).
Dear all, I've noticed that the company trees differ between the Eikon online tool and the Eikon Proxy API. When I download Porsches company tree (4295869130) to excel via the Eikon online tool, I get 1020 perm_ids in the tree. When I use the API, I get 912. My query is: 'SCREEN(U(IN(Equity(public,private))),…
It looks like you're new here. Sign in or register to get started.