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: show the values
| Point | CHF/MUR |
|---|---|
| 2025-12-31 | 58.0974 |
| 2026-01-07 | 58.1269 |
| 2026-01-14 | 58.2797 |
| 2026-01-21 | 58.4828 |
| 2026-01-28 | 59.3046 |
| 2026-02-04 | 59.1372 |
| 2026-02-11 | 59.4858 |
| 2026-02-18 | 59.5913 |
| 2026-02-25 | 59.9277 |
| 2026-03-04 | 60.1498 |
| 2026-03-11 | 58.9078 |
| 2026-03-18 | 59.0748 |
| 2026-03-25 | 58.8776 |
| 2026-04-01 | 59.4632 |
| 2026-04-08 | 59.6518 |
| 2026-04-15 | 59.1425 |
| 2026-04-22 | 59.2980 |
| 2026-04-29 | 59.3032 |
| 2026-05-06 | 60.2540 |
| 2026-05-14 | 59.8510 |
| 2026-05-21 | 60.0995 |
| 2026-05-29 | 60.6025 |
| 2026-06-05 | 60.3480 |
| 2026-06-14 | 59.4338 |
| 2026-06-21 | 59.3153 |
| 2026-06-28 | 58.3359 |
| 2026-07-05 | 58.5522 |
| 2026-07-12 | 58.1934 |
| 2026-07-19 | 58.3435 |
| 2026-07-26 | 58.0442 |
| 2026-08-02 | 58.2212 |
| 2026-08-09 | 58.2814 |
| 2026-08-16 | 57.9774 |
| 2026-08-24 | 58.2578 |
| 2026-08-31 | 58.1416 |
| 2026-09-07 | 57.9076 |
| 2026-09-14 | 57.4046 |
| 2026-09-21 | 57.9214 |
High
60.6025
Low
57.4046
Average
58.9104
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.