---
title: "Search Statements"
method: GET
path: "/business/v2/statements"
tags: ["Statements"]
---

# Search Statements

`GET /business/v2/statements`

Endpoint to find `Statements` available for download using filtering parameters.

## Query parameters

- `year` integer[], required — The year to search for `Statements`.
- `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 result array contains `Statements` available for download.

- Statements
  - `total` integer — It represents the total number of available items in the list.
  - `results` Statement[]
    - `year` integer — The reference year for `Statement`.
    - `month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
    - `currency` 'EUR' | 'GBP' | 'USD' — 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.
    - `file_types` string[] — The generated `Statement` file types.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[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)
