---
title: "Retrieve Account Returns (MWRR / TWRR)"
method: GET
path: "/accounts/{account_id}/returns"
tags: ["performance"]
---

# Retrieve Account Returns (MWRR / TWRR)

`GET /accounts/{account_id}/returns`

Retrieve the account's MWRR and TWRR for the requested period.

## Path parameters

- `account_id` string, required

## Query parameters

- `period` '1d' | '1w' | '1m' | 'this-month' | '3m' | '6m' | 'ytd' | '1y' | 'all', required

## Response `200`

OK

- AccountReturns
  - `account` string, required — ID of the account the returns were computed for.
  - `flags` ReturnsFlag[], required — Signals explaining clamps, missing data, or uncomputable rates.
  - `mwrr` string, nullable, required — Cumulative money-weighted rate of return as a decimal; `null` when uncomputable.
  - `period` '1d' | '1w' | '1m' | 'this-month' | '3m' | '6m' | 'ytd' | '1y' | 'all', required
  - `period_end` string, date-time, required — Resolved end of the period (the `asof` time of the computation).
  - `period_start` string, date-time, required — Resolved start of the period, inclusive. Clamped to the scope's inception when the requested period starts earlier.
  - `twrr` string, nullable, required — Cumulative time-weighted rate of return as a decimal; `null` when uncomputable.

## Other responses

- `400` — Bad Request

## Changes

- **2026-07-13** `03da9bc8e86b` — 2 info
  - api tag `performance` added
  - api tag `Performance` removed

[Change history](https://skmtc.dev/joinsophic/apis/sophic-engine-api/changes/accounts/:account_id/returns/get.md)

---

[API](https://skmtc.dev/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.dev/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/a25b124e60ec/schema)
