getHoldings returning incorrect t1Quantity

swas99

holdings = kiteConnect.getHoldings();
for(Holding item : holdings) {
print(item.tradingSymbol)
print(item.quantity)
print(item.t1Quantity)
}



The `t1Quantity` for some stocks is returned correct whereas for other it is returned as 0. On 'Holdings ' tab of my dashboard I can see the correct `t1Quantity` but the API returns 0.

This did not happen previously. Is this an intended change?
Tagged:
This discussion has been closed.