Skip to content

MVR to KMF exchange rate API

Rufiyaa to Comoro Franc · quoted 2026-09-25

27.9896

▲ +3.01% over 1Y

1 MVR = 27.9896 KMF · 1 KMF = 0.03573 MVR · Get this rate via the API

1 MVR buys 27.9896 KMF as of 2026-09-25, so 1 KMF buys 0.03573 MVR. Over the last year, MVR/KMF traded between 26.7251 and 27.9896, averaged 27.4184 and rose 3.01%. The API holds daily MVR/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/KMF over 1Y

MVR/KMF over 1Y: show the values
PointMVR/KMF
2025-09-2527.1709
2025-10-0227.2102
2025-10-0927.4455
2025-10-1627.3348
2025-10-2327.5118
2025-10-3027.4791
2025-11-0627.6862
2025-11-1327.4911
2025-11-2027.6368
2025-11-2727.4288
2025-12-0427.3233
2025-12-1227.1540
2025-12-1927.1524
2025-12-2626.9994
2026-01-0227.0536
2026-01-0927.3242
2026-01-1627.4131
2026-01-2327.0954
2026-01-3026.7251
2026-02-0626.9989
2026-02-1326.8102
2026-02-2027.1004
2026-02-2726.9752
2026-03-0627.3874
2026-03-1327.6284
2026-03-2027.5143
2026-03-2727.5783
2026-04-0327.5881
2026-04-1027.2494
2026-04-1727.1196
2026-04-2427.2957
2026-05-0127.1757
2026-05-0827.1110
2026-05-1627.4634
2026-05-2427.4635
2026-05-3127.3727
2026-06-0927.5883
2026-06-1627.4796
2026-06-2327.8422
2026-06-3027.9181
2026-07-0727.8243
2026-07-1427.9346
2026-07-2127.8885
2026-07-2827.9672
2026-08-0427.6477
2026-08-1127.5701
2026-08-1827.4866
2026-08-2627.2697
2026-09-0227.4833
2026-09-0927.3669
2026-09-1627.5979
2026-09-2327.8504

High

27.9896

Low

26.7251

Average

27.4184

For developers

Get this rate via the API

One GET request returns the MVR/KMF 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=MVR&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/KMF API questions

How do I get the MVR/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/KMF rate in rates.KMF.

How far back does MVR/KMF historical data go?

Daily MVR/KMF 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 MVR/KMF 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.