v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
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"
    }
  ]
}