---
title: "P&L timeseries"
method: GET
path: "/v1/pnl"
tags: ["Portfolio"]
---

# P&L timeseries

`GET /v1/pnl`

Realized P&L per day over the requested window (`1D` / `1W` / `1M` / `ALL`; default `1W`). Stats totals (wins / losses / realized P&L) are on `GET /v1/portfolio`.

## Query parameters

- `period` '1D' | '1W' | '1M' | 'ALL'

## Response `200`

OK

- object
  - `data` object
    - `points` PnlPoint[]
      - `date` string, date
      - `pnl` number

---

[API](https://skmtc.net/totalistrading/apis/totalis-rfq-api.md) · [All operations](https://skmtc.net/totalistrading/apis/totalis-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalistrading/totalis-rfq-api/revisions/12daa075dec1/schema)
