Client is using the script
intraday_data = ld.get_data(universe=etf_tickers, fields=["TRADE_DATE", "SALTIM","TRDPRC_1", "HST_CLOSE"])
intraday_data.rename(columns={"SALTIM":"TRADE_TIME",
"Instrument": "ETF Ticker", "TRDPRC_1": "Intraday",
"HST_CLOSE": "Prior_day"}, inplace=True)
However, it the time was stuck and did not change.
May I what is the resolution for this error?
Please check the screenshot below: