com.zerodhatech.kiteconnect.kitehttp.exceptions.PermissionException at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealWithException(KiteResponseHandler.java:60) at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.handle(KiteResponseHandler.java:20) at com.zerodhatech.kiteconnect.kitehttp.KiteRequestHandler.getRequest(KiteRequestHandler.java:69) at com.zerodhatech.kiteconnect.KiteConnect.getHistoricalData(KiteConnect.java:604) at com.naresh.kite.Test.main(Test.java:149)
HistoricalData historicalData = kiteconnect.getHistoricalData(from, to, "245958404", "15minute", false);
@Naresh You need to subscribe to Historical APIs to use (it has an extra charge of 2000 per month). To subscibe, you can go to app details page in developer login and on the right side, there is a section for ADD-ONs. You can subscribe Historical APIs from there.
You need to subscribe to Historical APIs to use (it has an extra charge of 2000 per month).
To subscibe, you can go to app details page in developer login and on the right side, there is a section for ADD-ONs. You can subscribe Historical APIs from there.