I have the following queries: 1. Given a scrip (instrument_token) how to find the date from which historical minute candle data is available? 2. whether historical minute candle data are corporate action adjusted 3. Does corporate action changes instrument_token
Hi, We have intraday(1min, 3min, etc) data of up to three years and day data from 1990's for some NSE instruments. For BSE instruments, we have day data from JAN 2008. As of now, you will have to do trial and error to know the start date.
The minute level data for is adjusted for corporate actions. It is applied for almost all instruments if you come across any instrument for which it is not applied then we will do it. It is basically done for all liquid instruments.
A corporate action will not change the instrument token.
Edit: We only do the adjustment for split and bonus corporate actions.
bank Nifty also we will get data from 2015?
Also since we get only 60 days data in one go, can we use a loop to fetch the entire data at once and save it?
We have intraday(1min, 3min, etc) data of up to three years and day data from 1990's for some NSE instruments.
For BSE instruments, we have day data from JAN 2008. As of now, you will have to do trial and error to know the start date.
The minute level data for is adjusted for corporate actions. It is applied for almost all instruments if you come across any instrument for which it is not applied then we will do it. It is basically done for all liquid instruments.
A corporate action will not change the instrument token.
Edit: We only do the adjustment for split and bonus corporate actions.
(E.g. BankNifty April 2018 contract)
How far back do you have the Nifty 50 and Nifty bank data ( 15 mins interval)?
Thanks ,
Subhojit
We have intra-day data of Nifty 50 and Nifty Bank from Jan 2015.
Is it possible to provide Nifty 50 intraday data for time period prior to Jan 2015?
5 years is a bit less for backtesting critical algos.
Also since we get only 60 days data in one go, can we use a loop to fetch the entire data at once and save it?
We don't provide data for options instruments.
Is this still not supported ?
https://kite.trade/docs/connect/v3/historical/#continuous-data
I can get expired NFO-OPT instrument using continuous =1 ?
My bad, missed "This is where continuous API comes in which works for NFO and MCX futures contracts. "