@sujith how to get depth of 2 scrips in single call? Currently this allows only one scrip.. I want to get list of quotes like in LTP. Quote quote = kiteConnect.getQuote("NSE", "INFY"); That list of quote object should also have depth.
Hi, It is included in Kite Connect 3. In the new version of javakiteconnect, you can fetch data for multiple instruments from the getQuote method. You can check out new version of javakiteconnect here.
It is included in Kite Connect 3. In the new version of javakiteconnect, you can fetch data for multiple instruments from the getQuote method.
You can check out new version of javakiteconnect here.