How can I get Fund portfolio holding with python Eikon API?
Thank you so much.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
How can I get Fund portfolio holding with python Eikon API?
Thank you so much.
Hi @ethan.hayashi
You can use:
fund, err = ek.get_data(['Portfolio(35530081)'],['TR.PortfolioConstituentName', 'TR.PortfolioWeight'])
You can find the fund code in the Portfolios & Lists application: