I have specific funds that I'm trying to find information on. I need their monthly closing prices for a 5 year Time period. How can I get this? I tried to search for the funds using their name, but I cannot find the closing price data (or nav).
I have specific funds that I'm trying to find information on. I need their monthly closing prices for a 5 year Time period. How can I get this? I tried to search for the funds using their name, but I cannot find the closing price data (or nav).
Hello @hanken2,
Would something like this work for your requirements?
ds.get_data (tickers='<VO>, <VTI>, <VOO>', fields=['P'], start='-5Y', freq='M')
A disclaimer, I am not a Datastream expert, just basing on analogy with Datastream examples and using Documentation as reference, for me brings back closing prices for Vanguard funds: