---
title: "Get the balance at a given date"
method: GET
path: "/CheckAccount/{checkAccountId}/getBalanceAtDate"
tags: ["CheckAccount"]
---

# Get the balance at a given date

`GET /CheckAccount/{checkAccountId}/getBalanceAtDate`

Get the balance, calculated as the sum of all transactions sevdesk knows, up to and including the given date. Note that this balance does not have to be the actual bank account balance, e.g. if sevdesk did not import old transactions.

## Path parameters

- `checkAccountId` integer, required

## Query parameters

- `date` string, date, required

## Response `200`

Successful operation

- object
  - `objects` string, float

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `500` — Server error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/versions/a32cec0fecea/schema)
