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 tree). It also does not return the ultimate parent or HQcity for each entity as expected, only HSBA.L