---
title: "Get Account's Balances Overtime"
method: GET
path: "/v1/accounts/{account_id}/historical-balances"
tags: ["Accounts"]
---

# Get Account's Balances Overtime

`GET /v1/accounts/{account_id}/historical-balances`

Get the historical account balances to track value over time

## Path parameters

- `account_id` string, required

## Query parameters

- `period` 'WEEK' | 'MONTH' | 'YTD' | 'YEAR' | 'YEAR_3' | 'YEAR_5' | 'ALL'

## Headers

- `Accept` 'application/json', required

## Response `200`

Account historical balance information

- unknown

## Other responses

- `401` — Authentication required or invalid credentials
- `403` — Access denied to the requested resource
- `404` — The requested resource was not found

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/revisions/3cda47abe673/schema)
