How do I get specific funds monthly closing prices for a 5 year time period?

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).

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    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:

    image