---
title: "Download Statement"
method: POST
path: "/business/v2/statements/download"
tags: ["Statements"]
---

# Download Statement

`POST /business/v2/statements/download`

Endpoint to retrieve the presigned url to download a `Statement`.

## Request body

- DownloadStatement — Download `statement` JSON parameters.
  - `year` integer, required
  - `month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER', required
  - `file_type` 'PDF' | 'XLSX' | 'CSV', required
  - `currency` 'EUR' | 'GBP' | 'USD', required — The [ISO 4217](https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=maintenance-agency) code of the currency of the `Statement` to search for.

## Response `200`

The returned resource is a `Statement` presigned url.

- StatementDownloadUrl
  - `presigned_url` string, uri — The presigned url where to download the `Statement`.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
