Historical 52 Week High from DS Worldscope

rajanraju
rajanraju Contributor

I was looking to get 52 Week highs for stocks at the end of every month. On the datastream python API i used


ds.get_data(tickers=ticker_list, fields=['WC05091'], start=s_date, end = e_date, freq='M')


This is however giving me the same 52week high price value for all months. Can you advise what the correct way to call the function will be?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @rajanraju

    Thank you for reaching out to us.

    I checked on the Datastream Navigator and found that the type of WC05091 is static.

    1690773414014.png

    I don't think it can provide historical data.

    Please contact the Datastream support team directly via MyRefinitiv to confirm this.