PNL
List account PNL details
List PNL details for a given account.
get/accounts/{account_id}/pnl-details
Path parameters
account_idstring required
Account ID for the account.
Example:100000
Response
Account PNL details
Example response
{
"data": [
{
"entity_id": "100000",
"account_id": "100000",
"account_number": "ACC0001",
"symbol": "AAPL",
"quantity": "100",
"sod_quantity": "100",
"bought_quantity": "100",
"sold_quantity": "100",
"underlier": "AAPL"
}
]
}