Hi, I am unable to get the 15 min historical data for BANKNIFTY JUN FUT, is it available? if -> yes then what's its Instrument id if -> no please tell me where i can find?
Also,you can combine another filter,with name as 'NIFTY'/'BANKNIFTY'(or any other underlying) ,with the segment filter('NFO-FUT') to get all the future instruments for NIFTY/BANKNIFTY(or any other underlying).
actually there is no INSTRUMENT id in CSV dump for future indices named NIFTY22AUGFUT, i hv also crosschecked and tried evry combination!!!!!! can u please help to sort this out, either it is available or not available if available then i am finding in wrong place i.e https://api.kite.trade/instruments ELSE i am wasting time finding instrument that kite dosnt provide!
@SahilD, The instrument master contains all the symbols that are being traded for the day. You will find the NIFTY August future in that. Before you jump into coding, just try to download that csv file and search manually in the text editor.
You can get all the instrument tokens from the instruments dump.
https://kite.trade/docs/connect/v3/market-quotes/#instruments
Read more about historical data API here:
https://kite.trade/docs/connect/v3/historical/
You can read about continuous historical data here:
https://kite.trade/docs/connect/v3/historical/#continuous-data
https://kite.trade/forum/discussion/11551/nifty-future-instrument-token
Also,you can combine another filter,with name as 'NIFTY'/'BANKNIFTY'(or any other underlying) ,with the segment filter('NFO-FUT') to get all the future instruments for NIFTY/BANKNIFTY(or any other underlying).
The instrument master contains all the symbols that are being traded for the day. You will find the NIFTY August future in that.
Before you jump into coding, just try to download that csv file and search manually in the text editor.