I am interested in getting a timeseries of 50D moving average and price close for a list of stocks
We have the
tickerlist_str =
"'AADA.NS','ABB.NS','ABOT.NS','ABUJ.NS','ACC.NS','ACEL.NS','ACMO.NS','ADAG.NS','ADAI.NS','ADAN.NS'"
technical_averages = ['TR.Price50DayAverage', 'TR.PriceClose']
tech_avg_df = ld.get_history( universe=tickerlist_str, fields= technical_averages, start="2025-01-01", end="2026-01-31", interval='ID')