presently, I am using manual login, but the now error is -- 'str' object has no attribute 'historical_data' while trying to access historical data. Please guide.
code is dataDF5 = pd.DataFrame(kite.historical_data(trd_code,fromDate,dateToday,str(time_frame)+"minute"))