Skip to content

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

CHF/MVR over 1Y: show the values
PointCHF/MVR
2025-09-2419.4124
2025-10-0119.2989
2025-10-0819.2588
2025-10-1519.2246
2025-10-2219.3522
2025-10-2919.3158
2025-11-0519.0648
2025-11-1219.3286
2025-11-1919.2660
2025-11-2619.1377
2025-12-0319.2995
2025-12-1119.3811
2025-12-1819.4291
2025-12-2519.6178
2026-01-0119.5030
2026-01-0819.3824
2026-01-1519.2928
2026-01-2219.4944
2026-01-2920.1504
2026-02-0519.9090
2026-02-1220.0799
2026-02-1919.9025
2026-02-2619.9819
2026-03-0519.8160
2026-03-1219.7732
2026-03-1919.4729
2026-03-2619.4939
2026-04-0219.3387
2026-04-0919.5509
2026-04-1619.7217
2026-04-2319.6877
2026-04-3019.6795
2026-05-0719.8652
2026-05-1519.5857
2026-05-2319.6190
2026-05-3019.7174
2026-06-0619.3969
2026-06-1519.4789
2026-06-2219.1277
2026-06-2919.1172
2026-07-0619.1793
2026-07-1319.0873
2026-07-2019.1252
2026-07-2718.9643
2026-08-0319.1337
2026-08-1019.1210
2026-08-1719.0884
2026-08-2519.2591
2026-09-0119.0769
2026-09-0819.0501
2026-09-1518.8842
2026-09-2218.8662

High

20.1504

Low

18.7488

Average

19.3983

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MVR");
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=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&currencies=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.