---
title: "ECB Exchange Rates"
method: GET
path: "/v1/ecb/{fromCurrency}/{toCurrency}"
tags: ["Get ECB exchange rate"]
---

# ECB Exchange Rates

`GET /v1/ecb/{fromCurrency}/{toCurrency}`

This operation is to get ECB rate for a given “from” and “to” currency pair.

## Path parameters

- `fromCurrency` string, required — A valid ISO 4217 currency code
- `toCurrency` string, required — A valid ISO 4217 currency code

## Query parameters

- `auditUser` string, required

## Response `200`

- GetEcbRateV1Response
  - `rate` number — ECB Exchange Rate

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

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