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: show the values
| Point | CHF/MUR |
|---|---|
| 2025-09-25 | 56.9123 |
| 2025-10-02 | 57.2774 |
| 2025-10-09 | 57.0054 |
| 2025-10-16 | 56.8111 |
| 2025-10-23 | 56.9685 |
| 2025-10-30 | 56.5884 |
| 2025-11-06 | 56.9783 |
| 2025-11-13 | 57.6484 |
| 2025-11-20 | 56.8864 |
| 2025-11-27 | 57.2621 |
| 2025-12-04 | 57.5446 |
| 2025-12-12 | 57.8913 |
| 2025-12-19 | 57.8378 |
| 2025-12-26 | 58.2397 |
| 2026-01-02 | 58.2355 |
| 2026-01-09 | 58.1805 |
| 2026-01-16 | 57.6216 |
| 2026-01-23 | 58.3312 |
| 2026-01-30 | 58.7878 |
| 2026-02-06 | 59.1673 |
| 2026-02-13 | 59.6494 |
| 2026-02-20 | 59.5166 |
| 2026-02-27 | 60.0453 |
| 2026-03-06 | 60.4838 |
| 2026-03-13 | 58.2974 |
| 2026-03-20 | 59.0680 |
| 2026-03-27 | 58.4526 |
| 2026-04-03 | 58.6576 |
| 2026-04-10 | 59.0308 |
| 2026-04-17 | 59.0549 |
| 2026-04-24 | 59.5085 |
| 2026-05-01 | 60.2175 |
| 2026-05-08 | 60.0124 |
| 2026-05-16 | 59.9185 |
| 2026-05-24 | 60.4305 |
| 2026-05-31 | 60.6050 |
| 2026-06-09 | 60.1561 |
| 2026-06-16 | 59.3832 |
| 2026-06-23 | 59.0266 |
| 2026-06-30 | 58.3430 |
| 2026-07-07 | 58.3762 |
| 2026-07-14 | 58.2040 |
| 2026-07-21 | 58.1083 |
| 2026-07-28 | 57.7376 |
| 2026-08-04 | 57.9905 |
| 2026-08-11 | 57.9899 |
| 2026-08-18 | 57.7596 |
| 2026-08-26 | 58.1807 |
| 2026-09-02 | 57.8359 |
| 2026-09-09 | 58.0594 |
| 2026-09-16 | 57.5100 |
| 2026-09-23 | 57.9041 |
High
60.6050
Low
56.5884
Average
58.4039
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.