I'm trying to pull the holdings and shares of a portfolio I've uploaded into Eikon, in Python.
My code is :
ek.get_data(instruments=['Portfolio(xxxx)'],fields=['TR.PortfolioStatementDate','TR.PortfolioName','TR.PortfolioConstituentName', 'TR.PortfolioShares'],parameters={'SDate':'20200115','EDate':'20200115'})
I still only get back the latest shares, how can i pull on a specific day, and also over a range, daily?