---
title: "Get Exchange Rates"
method: GET
path: "/commerce/catalog/storefront/currencies/exchangerates"
tags: ["Currencies"]
---

# Get Exchange Rates

`GET /commerce/catalog/storefront/currencies/exchangerates`

Retrieves a list of currency exchange rates based on the context's currency code.

## Query parameters

- `responseFields` string

## Response `200`

OK

- CatalogRuntimesCurrencyExchangeRate[]
  - `decimalPlaces` integer, nullable — Number of decimal places
  - `fromCurrencyCode` string, nullable — The source currency code
  - `multiplier` number, double, nullable — An additional multiplier to use in calculations
  - `rate` number, double, nullable — The exchange rate
  - `referenceData` string, nullable — Reference data for miscellaneous metadata from updates
  - `roundingStrategy` integer, nullable — Rounding strategy
  - `toCurrencyCode` string, nullable — The target currency code

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
