---
title: "List account PNL details"
method: GET
path: "/accounts/{account_id}/pnl-details"
tags: ["PNL"]
---

# List account PNL details

`GET /accounts/{account_id}/pnl-details`

List PNL details for a given account.

## Path parameters

- `account_id` string, required — Account ID for the account.

## Response `200`

Account PNL details

- object
  - `data` PnlDetails[], required
    - `timestamp` integer, required — Milliseconds since epoch.
    - `entity_id` string, required — Entity ID for the legal entity.
    - `account_id` string, required — Account ID for the account.
    - `account_number` string, required — Account number for the account.
    - `symbol` string, required
    - `symbol_description` string, required — Description of the symbol.
    - `asset_class` 'other' | 'currency' | 'equity' | 'option' | 'debt' | 'fund', required — The asset class of the symbol.
    - `day_pnl` number, double, required — Profit and loss from intraday trading activities.
    - `unrealized_pnl` number, double, required — Profit and loss from market changes.
    - `realized_pnl` number, double, required — Profit and loss realized from position closing trading activity.
    - `total_pnl` number, double, required — `realized_pnl + unrealized_pnl`
    - `overnight_pnl` number, double, required — Profit and loss from previous trading date.
    - `total_fees` number, double, required — Total fees incurred from trading activities.
    - `net_market_value` number, double, required — Market value net of long and short market values.
    - `gross_market_value` number, double, required — Absolute market value of long and short market values.
    - `sod_market_value` number, double, required — Market value of a given instrument a the start of a trading day.
    - `quantity` string, required — String representation of quantity.
    - `sod_quantity` string, required — String representation of quantity.
    - `bought_quantity` string, required — String representation of quantity.
    - `sold_quantity` string, required — String representation of quantity.
    - `buys` integer, required — Total buys of a given instrument.
    - `sells` integer, required — Total sells of a given instrument.
    - `price` number, double, required — Price used in this pnl calculation.
    - `sod_price` number, double, required — Price at the start of a trading day.
    - `underlier` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/revisions/05b4df42c056/schema)
