@knmurjani Go through this thread to understand how does continuous chart works. If you want to get Nifty July contract data, you don't need instrument token for july contract,but you can pass current nifty contract instrument token with extra param of continuous=1. Something like this for Python: kite.historical_data(instrument_token=10991874(current Nifty instrument_token),from_date='10-07-2018', to_date='26-09-2018', interval='day', continuous=True)
As Rakesh mentioned, you can use the continuous feature. But I am guessing you need minute data. Let me know via PM what you need and I will share you some options.
Go through this thread to understand how does continuous chart works.
If you want to get Nifty July contract data, you don't need instrument token for july contract,but you can pass current nifty contract instrument token with extra param of
continuous=1
.Something like this for Python:
kite.historical_data(instrument_token=10991874(current Nifty instrument_token),from_date='10-07-2018', to_date='26-09-2018', interval='day', continuous=True)