---
title: "Get exchange rate by ISO3"
method: GET
path: "/currency-exchange-rate/{iso3}"
tags: ["Currency exchange rates"]
---

# Get exchange rate by ISO3

`GET /currency-exchange-rate/{iso3}`

## Path parameters

- `iso3` string, ISO3, required — Currency of operation in ISO3 format

## Headers

- `X-Request-ID` string

## Response `200`

OK

- object
  - `iso3` string, ISO3 — Currency of operation in ISO3 format
  - `usdPerUnit` number, double
  - `unitPerUsd` number, double

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/centrobill/apis/centrobill-payment-api.md) · [All operations](https://skmtc.dev/centrobill/apis/centrobill-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/centrobill/centrobill-payment-api/revisions/d0334aeb55ce/schema)
