HistoricalData API not working on 1 minute interval fetch

shailu
When i m trying to fetch OHLCV for 1 min interval through getHistoricalData, it is throwing exception. But when i call api with 3 min interval it works. Is it a limitation?
  • Vivek
    Please give us more info like the error/exception you got and also which client library you are using
  • shailu
    @Vivek - I m using kiteconnect 3.0.0-SNAPSHOT jar.
    Here is the exception i m getting while fetching 1 min data thru getHistoricalData API.

    com.zerodhatech.kiteconnect.kitehttp.exceptions.InputException
    at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealWithException(KiteResponseHandler.java:54)
    at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.handle(KiteResponseHandler.java:20)
    at com.zerodhatech.kiteconnect.kitehttp.KiteRequestHandler.getRequest(KiteRequestHandler.java:54)
    at com.zerodhatech.kiteconnect.KiteConnect.getHistoricalData(KiteConnect.java:587)
  • sujith
    Hi @shailu,
    The SNAPSHOT repository is still under development. Since this is pre-release we haven't uploaded the new version to maven. You need to use this jar.
This discussion has been closed.