Skip to content

CHF to MUR exchange rate API

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

57.7183

▲ +1.42% over 1Y

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 last year, CHF/MUR traded between 56.5884 and 60.6050, averaged 58.4039 and rose 1.42%. 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 1Y

CHF/MUR over 1Y: show the values
PointCHF/MUR
2025-09-2556.9123
2025-10-0257.2774
2025-10-0957.0054
2025-10-1656.8111
2025-10-2356.9685
2025-10-3056.5884
2025-11-0656.9783
2025-11-1357.6484
2025-11-2056.8864
2025-11-2757.2621
2025-12-0457.5446
2025-12-1257.8913
2025-12-1957.8378
2025-12-2658.2397
2026-01-0258.2355
2026-01-0958.1805
2026-01-1657.6216
2026-01-2358.3312
2026-01-3058.7878
2026-02-0659.1673
2026-02-1359.6494
2026-02-2059.5166
2026-02-2760.0453
2026-03-0660.4838
2026-03-1358.2974
2026-03-2059.0680
2026-03-2758.4526
2026-04-0358.6576
2026-04-1059.0308
2026-04-1759.0549
2026-04-2459.5085
2026-05-0160.2175
2026-05-0860.0124
2026-05-1659.9185
2026-05-2460.4305
2026-05-3160.6050
2026-06-0960.1561
2026-06-1659.3832
2026-06-2359.0266
2026-06-3058.3430
2026-07-0758.3762
2026-07-1458.2040
2026-07-2158.1083
2026-07-2857.7376
2026-08-0457.9905
2026-08-1157.9899
2026-08-1857.7596
2026-08-2658.1807
2026-09-0257.8359
2026-09-0958.0594
2026-09-1657.5100
2026-09-2357.9041

High

60.6050

Low

56.5884

Average

58.4039

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.