I just tried Sujith, seems the same issue
def fetchOHLC(ticker,interval,duration):
instrument = instrumentLookup(instrument_df,ticker)
print("Processing OHLC Data")
data = pd.DataFrame(kite.historical_data(4267265,dt.date.today()-dt.tim…
I am getting below error
Excel does not support datetimes with timezones. Please ensure that datetimes are timezone unaware before writing to Excel.
For the info my current timezone is India right now as per my system
I have subscribed "Historic…