@jitendra If you have linked your Zerodha account for payments, can you make sure you have sufficient balance? (Please pm me your developer account's email id)
15 min candles, we should have data spanning at least one year. Although, please note that the data is not continuous. Each expiry has its own token/identifier that you'll need to use to fetch the data. For expired contracts, you may have to fetch tokens from exchange contract files.
Thanks Kailash. I am able to pay for the historical data. Please let me know how to get the tokens for expired contracts. I am able to get only LIVE contracts tokens.
Thanks Vivek for your prompt response. I have two quick questions... Which file will be containing the Expired contract Token in the link mentioned above? I would appreciate if you can provide me the way to fetch expired contract tokens for Exchange MCX.
It would be better if you can add date argument (optional) to the following call - GET /instruments/ This should fetch the instrument list on that particular date.
15 min candles, we should have data spanning at least one year. Although, please note that the data is not continuous. Each expiry has its own token/identifier that you'll need to use to fetch the data. For expired contracts, you may have to fetch tokens from exchange contract files.
Please let me know how to get the tokens for expired contracts. I am able to get only LIVE contracts tokens.
ftp://ftp.connect2nse.com/common/ntneat/
Which file will be containing the Expired contract Token in the link mentioned above?
I would appreciate if you can provide me the way to fetch expired contract tokens for Exchange MCX.
GET /instruments/
This should fetch the instrument list on that particular date.