---
title: "Get Exchange Rates for a Merit Cycle"
method: GET
path: "/v1/compensationPlanning/meritCycles/{id}/exchangeRates"
tags: ["Merit Cycle API"]
---

# Get Exchange Rates for a Merit Cycle

`GET /v1/compensationPlanning/meritCycles/{id}/exchangeRates`

Returns exchange rates for a merit cycle, relative to the merit cycle currency

## Path parameters

- `id` string, required

## Response `200`

Returns exchange rates on success

- MeritCycleExchangeRatesResponseDto
  - `base` string, required — The base currency of the exchange rates (merit cycle currency)
  - `rates` object, required — Exchange rates from the base currency

## Other responses

- `404` — Merit cycle not found

---

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