Account Profit and Loss
Returns an object containing PnL for the selected account and its models (if any).
GET /iserver/account/pnl/partitioned
Request Object:
No additional parameters necessary.
Python
Abap
Response Object:
upnl : JSON Object.
Refers to “updated PnL”. Holds a json object of key-value paired account pnl details.
{accountId}.Core: JSON Object.
An object based on your current account or group model.
rowType: int.
Returns the positional value of the returned account. Always returns 1 for individual accounts.
dpl: float.
Daily PnL for the specified account profile.
nl: float.
Net Liquidity for the specified account profile.
upl: float.
Unrealized PnL for the specified account profile.
el: float.
Excess Liquidity for the specified account profile.
mv: float.
Margin value for the specified account profile.

