---
title: "Historic User PnL"
method: GET
path: "/user/historic-pnl"
tags: ["user"]
---

# Historic User PnL

`GET /user/historic-pnl`

Return historic user pnl change over preset durations. Supports number and percent units, and optional comma-separated symbol filters.

## Query parameters

- `duration` string
- `unit` string
- `symbol` string

## Response `200`

OK

- HistoricUserPnlResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `count` integer, required
  - `data` HistoricUserPnlPoint[], nullable, required
    - `value` number, double, required
    - `window_start` string, date-time, required
  - `duration` string, required
  - `end` string, date-time, required
  - `interval_minutes` integer, required
  - `start` string, date-time
  - `symbols` string[], nullable
  - `unit` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
