Difference in P&L value for portfolio/positions

Sagittarius15
Hi All,

During the trade I am calling API portfolio/positions from my java code and looking for value pnl under day for further action.
I noticed some lag in value as compare to value displayed in Kite app for Android.

Example - For same time my algo showing value for pnl as 10 but Kite app showing as 11.

Could anyone suggest or guide me if am missing some point here.

'profile = objtradeAlgokiteMethods.getPositions(kiteConnect);
plNet = profile.get("day").get(m).pnl;'
This discussion has been closed.