Skip to content

CHF to MUR exchange rate API

Swiss Franc to Mauritius Rupee · quoted 2026-09-25

57.7183

▼ +0.65% over YTD

1 CHF = 57.7183 MUR · 1 MUR = 0.01733 CHF · Get this rate via the API

1 CHF buys 57.7183 MUR as of 2026-09-25, so 1 MUR buys 0.01733 CHF. Over the year to date, CHF/MUR traded between 57.4046 and 60.6025, averaged 58.9104 and fell 0.65%. The API holds daily CHF/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/MUR over YTD

CHF/MUR over YTD: show the values
PointCHF/MUR
2025-12-3158.0974
2026-01-0758.1269
2026-01-1458.2797
2026-01-2158.4828
2026-01-2859.3046
2026-02-0459.1372
2026-02-1159.4858
2026-02-1859.5913
2026-02-2559.9277
2026-03-0460.1498
2026-03-1158.9078
2026-03-1859.0748
2026-03-2558.8776
2026-04-0159.4632
2026-04-0859.6518
2026-04-1559.1425
2026-04-2259.2980
2026-04-2959.3032
2026-05-0660.2540
2026-05-1459.8510
2026-05-2160.0995
2026-05-2960.6025
2026-06-0560.3480
2026-06-1459.4338
2026-06-2159.3153
2026-06-2858.3359
2026-07-0558.5522
2026-07-1258.1934
2026-07-1958.3435
2026-07-2658.0442
2026-08-0258.2212
2026-08-0958.2814
2026-08-1657.9774
2026-08-2458.2578
2026-08-3158.1416
2026-09-0757.9076
2026-09-1457.4046
2026-09-2157.9214

High

60.6025

Low

57.4046

Average

58.9104

For developers

Get this rate via the API

One GET request returns the CHF/MUR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MUR API questions

How do I get the CHF/MUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MUR rate in rates.MUR.

How far back does CHF/MUR historical data go?

Daily CHF/MUR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/MUR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.