In that case, why does the following Java code return the correct candles, with the same data as shown in the Kite.zerodha charts.
Date from = new GregorianCalendar(2017, 11, 21, 11, 0, 0).getTime();
Date to = new Date(System.currentTimeMillis()…
This bug can be fixed by adding the line
format .setTimeZone(TimeZone.getTimeZone("GMT+0530"));
after SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); at 597
@sujith The instrument I mentioned above has not expired.
53703431 209779 CRUDEOIL18JUNFUT Light Sweet Crude Oil 0 6/19/2018
I believe the reasons are elsewhere. They might partly have to do with a possible bug in the API. I have written on this he…
I tried historical data on instruments on other exchanges. No historical data is being returned on MCX, CDS and NFO. Only api calls for historical data on instruments from NSE and BSE are returning candles. All other instruments return empty arrays.…
It appears that historical candles for instruments only at NSE and BSE are available. All other exchanges, viz. CDS, MCX and NFO are not returning any historical data. I looped through the entire csv and found that instruments on all exchanges, exce…
I tried candles for all the MCX instruments from the instruments csv. None of them have any historical data on them. All dataArrayLists are returning empty.