@sujith : In the example which you provided above, the getTriggerRange method takes only 2 parameters. However in the latest KiteConnect 3, the method getTriggerRange takes 3 parameters.
I also tried the below line and it showed be correct data with same kiteConnect object.
lastTradedPrice = kiteConnect.getLTP(instruments).get("NSE:APOLLOTYRE").lastPrice;
@sujith : I get a KiteException "Kite Exception while getting Trigger Range: Missing api_key"
for the below line. I have logged my API Key for the kiteConnect object and it shows correct key. Can you please help me here?
triggerRange = kiteConnect…
@sujith : I have created a session and an access token in morning. However when i tried to use the same session in afternoon i got a : KiteException: com.zerodhatech.kiteconnect.kitehttp.exceptions.TokenException
As suggested by you i am creating …
Thanks @sujith for your response. However the execution of List nseInstruments = kiteConnect.getInstruments("NFO"); gets stuck and i did not get a response in more than a minute. So i had to kill the process.
It works fine with "NSE". Can you ple…
@sujith : Any estimated timeline by when the Maven dependency will be ready? I am creating a project with Maven and want to proceed with the kite dependency included in my project.