---
title: "List of rates"
method: GET
path: "/rates"
tags: ["Rates"]
---

# List of rates

`GET /rates`

You can get the list of all the currency rates that we support.
You will receive the currency rates starting March 21, 2014.
If any older date is requested, you will still receive the rates starting March 21, 2014.

## Query parameters

- `date` string, date — date for which currency rates will be retrieved

## Response `200`

OK

- RatesResponse
  - `data` Rate[]
    - `currency_code` string, required — the code of the currency
    - `rate` number, required — the ratio of the currency in relation to the `USD` currency
    - `fail` boolean, required — the field which shows if we have an up-to-date rate for the currency. If the flag is `true`, it means that the rate has been taken from the previous available date
    - `issued_on` string, date, required — the date the rate has been issued on
  - `meta` object
    - `issued_on` string, date

## Other responses

- `400` — Sending a date value that does not fit in admissible range

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
