Historically I have pulled through my portfolio holdings via python with specific fields. I am attempting to pull through the data now using .NET, but have been unable to achieve this. Are you able to provide a solution.
Previously python code below with fields:
fields =['TR.PortfolioStatementDate','TR.PortfolioModifiedDate','TR.PortfolioConstituentName','TR.PortfolioShares','TR.PortfolioWeight', 'TR.CompanyMarketCapitalization(Scale=6)']
df = rd.get_data([f"Portfolio('Portfolio_1',{"2025-04-06})"], fields)