---
title: "Retrieve valuation history"
method: GET
path: "/accounts/{account_id}/valuation-history"
tags: ["valuation"]
---

# Retrieve valuation history

`GET /accounts/{account_id}/valuation-history`

Retrieve an account's valuation time series for the requested period. Suitable for charting an account's valuation over time.

## Path parameters

- `account_id` string, required — The ID of the account to retrieve the valuation history for.

## Query parameters

- `period_start` string, date, required — The period start (in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) date format). Note the period is interpreted as a closed interval with both `period_start` and `period_end` included.
- `period_end` string, date — The period end (in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) date format). Note the period is interpreted as a closed period is interpreted as a closed interval with both `period_start` and `period_end` included.

## Response `200`

OK

- ValuationHistory
  - `resolution` 'day', required — The point aggregation resolution of the history time series.
  - `series` SeriesPoint[], required — The chronological valuation points as timestamp and value pairs.
    - unknown[]
      - unknown

## Other responses

- `400` — Bad Request

---

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