Hello everyone,
I’m attempting to retrieve historical mutual fund holdings using the following code:
However, the table appears as follows:
As you can see, the code returns only the RICs from the most recent holdings, not those from earlier dates. I have two questions:
- How can I retrieve historical RICs for my mutual fund holdings prior to the current date?
- How can I add a date column to the table so that each record is associated with its corresponding date?
Thank you in advance.