I paid the historical data subscription the service.
But when i run the examples.getHistoricalData(kiteConnect); i am getting an as well as in the response i found it was 0 candle data.
INFO: {"status": "success", "data": {"candles": []}}
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.zerodhatech.test.Examples.getHistoricalData(Examples.java:330)
at com.zerodhatech.test.Test.main(Test.java:60)
0
October 2018