It looks like you're new here. If you want to get involved, click one of these buttons!
holdings = kiteConnect.getHoldings();for(Holding item : holdings) { print(item.tradingSymbol) print(item.quantity) print(item.t1Quantity) }