Hi, I am trying to fetch the minute wise data for the weekly expiry of past contract. I tried for BANKNIFTY20N1227600PE(instrument_token="10921218") for expiry 12 Nov 20. But I am not able to get. kite.historical_data(instrument_token="10921218",from_date="2020-11-10",to_date="2020-11-13",interval="minute")
I am getting error : contract not found I even tried with "continuous = True/False" but same result, is there any way we can fetch weekly contracts historical data minute wise ?
@neemkaroli Continuous data is only available for Futures contracts not of options. For options contract, you can fetch historical data only for live/running contracts.
Continuous data is only available for Futures contracts not of options. For options contract, you can fetch historical data only for live/running contracts.