---
title: "Get Currency Exchange Rates"
method: GET
path: "/commerce/catalog/admin/currency/{currencyCode}/exchangerates"
tags: ["Currency"]
---

# Get Currency Exchange Rates

`GET /commerce/catalog/admin/currency/{currencyCode}/exchangerates`

Retrieves a list of exchange rates for a specified currency code and filter criteria.

## Path parameters

- `currencyCode` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- CurrencyExchangeRateCollection — Non-pages collection of currency-exchange-rates.
  - `items` CatalogAdminsCurrencyExchangeRate[], nullable
    - `auditInfo` AdminUserAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `fromCurrencyCode` string, nullable — The source currency code
    - `multiplier` number, double, nullable — An additional multiplier to use in calculations
    - `rate` number, double, required — The exchange rate
    - `referenceData` string, nullable — Reference data for miscellaneous metadata from updates
    - `toCurrencyCode` string, nullable — The target currency code
  - `totalCount` integer

---

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