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?