I was looking to get the attached info using Eikon API
I tried the get_data(TICKER', ['TR.FundAssetAllocation','TR.FundAllocationName']) for 2 ETFs in HK and one in India.
The HK ETFs don't seem to hv any data, but the Indian ETF shows the accurate breakdown by asset class. Is there a way to get the derived Asset Type allocation for 9010.HK? Is there a python desktop RDP api function that would make this process easier. I understand RDP has an endpoint url
'<a href="https://api.refinitiv.com/data/funds/v1/assets/9010.HK?properties=DerivedAllocations">https://api.refinitiv.com/data/funds/v1/assets/9010.HK?properties=DerivedAllocations</a>'
for derived allocations.