# Get Exchange Rates for a Merit Cycle Returns exchange rates for a merit cycle, relative to the merit cycle currency Endpoint: GET /v1/compensationPlanning/meritCycles/{id}/exchangeRates Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) The ID of the Merit Cycle ## Response 200 fields (application/json): - `base` (string, required) The base currency of the exchange rates (merit cycle currency) Example: "USD" - `rates` (object, required) Exchange rates from the base currency Example: {"EUR":0.92,"GBP":0.79,"JPY":149.5} ## Response 404 fields