I want historical commodities 1 minute candle data for 5 years. E.g. CRUDEOIL/GOLD on MCX has only Futures and options. If FNO tokens are flushed after expiry, how can I obtain 5 year historical data?
@srijan thanks for quick reply, if I understand correctly, I can get Futures data for say GOLD for as old as 5 years (not options)? How do i get instrument tokens for expired contracts of past period? in dump we have only live instrument_tokens
it works only with 'day' data, not with 'minute'. Is there a way to get minute data? from data i cannot figure out, which month it pertains to - i am passing token for Feb22 - and querying for 2021 jan to feb - will it return feb21 token data in jan or jan21 data in jan
@sayali_ghosh1984, If you pass current month instrument token with date JAN 2022, you will receive data of 22 JAN FUT data (current month instrument data of JAN). If you pass next month instrument token with date JAN 2022, you will receive data of 22 FEB FUT data (next month instrument data of JAN). If you pass far month instrument token with date JAN 2022, you will receive data of 22 MAR FUT data(far month instrument data of JAN).
https://kite.trade/docs/connect/v3/historical/
How do I get instrument token for this symbol?
from data i cannot figure out, which month it pertains to - i am passing token for Feb22 - and querying for 2021 jan to feb - will it return feb21 token data in jan or jan21 data in jan
If you pass current month instrument token with date JAN 2022, you will receive data of 22 JAN FUT data (current month instrument data of JAN).
If you pass next month instrument token with date JAN 2022, you will receive data of 22 FEB FUT data (next month instrument data of JAN).
If you pass far month instrument token with date JAN 2022, you will receive data of 22 MAR FUT data(far month instrument data of JAN).
Another broker has offered us minute candles since 2016 for commodities. We will need to open an account with them afresh for using their API.
Is there a chance that Zerodha will make it available soon so that we dont have to open another demat and trading account with another broker?
We don't have any plans of including intraday continuous data as of now.