CHF to MVR exchange rate API
Swiss Franc to Rufiyaa · quoted 2026-09-24
18.7488
▼ +3.42% over 1Y
1 CHF = 18.7488 MVR · 1 MVR = 0.05334 CHF · Get this rate via the API
1 CHF buys 18.7488 MVR as of 2026-09-24, so 1 MVR buys 0.05334 CHF. Over the last year, CHF/MVR traded between 18.7488 and 20.1504, averaged 19.3983 and fell 3.42%. The API holds daily CHF/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MVR over 1Y: show the values
| Point | CHF/MVR |
|---|---|
| 2025-09-24 | 19.4124 |
| 2025-10-01 | 19.2989 |
| 2025-10-08 | 19.2588 |
| 2025-10-15 | 19.2246 |
| 2025-10-22 | 19.3522 |
| 2025-10-29 | 19.3158 |
| 2025-11-05 | 19.0648 |
| 2025-11-12 | 19.3286 |
| 2025-11-19 | 19.2660 |
| 2025-11-26 | 19.1377 |
| 2025-12-03 | 19.2995 |
| 2025-12-11 | 19.3811 |
| 2025-12-18 | 19.4291 |
| 2025-12-25 | 19.6178 |
| 2026-01-01 | 19.5030 |
| 2026-01-08 | 19.3824 |
| 2026-01-15 | 19.2928 |
| 2026-01-22 | 19.4944 |
| 2026-01-29 | 20.1504 |
| 2026-02-05 | 19.9090 |
| 2026-02-12 | 20.0799 |
| 2026-02-19 | 19.9025 |
| 2026-02-26 | 19.9819 |
| 2026-03-05 | 19.8160 |
| 2026-03-12 | 19.7732 |
| 2026-03-19 | 19.4729 |
| 2026-03-26 | 19.4939 |
| 2026-04-02 | 19.3387 |
| 2026-04-09 | 19.5509 |
| 2026-04-16 | 19.7217 |
| 2026-04-23 | 19.6877 |
| 2026-04-30 | 19.6795 |
| 2026-05-07 | 19.8652 |
| 2026-05-15 | 19.5857 |
| 2026-05-23 | 19.6190 |
| 2026-05-30 | 19.7174 |
| 2026-06-06 | 19.3969 |
| 2026-06-15 | 19.4789 |
| 2026-06-22 | 19.1277 |
| 2026-06-29 | 19.1172 |
| 2026-07-06 | 19.1793 |
| 2026-07-13 | 19.0873 |
| 2026-07-20 | 19.1252 |
| 2026-07-27 | 18.9643 |
| 2026-08-03 | 19.1337 |
| 2026-08-10 | 19.1210 |
| 2026-08-17 | 19.0884 |
| 2026-08-25 | 19.2591 |
| 2026-09-01 | 19.0769 |
| 2026-09-08 | 19.0501 |
| 2026-09-15 | 18.8842 |
| 2026-09-22 | 18.8662 |
High
20.1504
Low
18.7488
Average
19.3983
Get this rate via the API
One GET request returns the CHF/MVR 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=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MVR").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MVR API questions
How do I get the CHF/MVR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MVR rate in rates.MVR.
How far back does CHF/MVR historical data go?
Daily CHF/MVR 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/MVR 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.