Skip to content

MVR to KMF exchange rate API

Rufiyaa to Comoro Franc · quoted 2026-09-25

27.9896

▲ +3.27% over YTD

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 year to date, MVR/KMF traded between 26.5351 and 27.9932, averaged 27.3893 and rose 3.27%. 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 YTD

MVR/KMF over YTD: show the values
PointMVR/KMF
2025-12-3127.1037
2026-01-0727.1958
2026-01-1427.3422
2026-01-2127.1331
2026-01-2826.5351
2026-02-0426.9115
2026-02-1126.7214
2026-02-1826.9029
2026-02-2527.0037
2026-03-0427.4378
2026-03-1127.3854
2026-03-1827.5878
2026-03-2527.4186
2026-04-0127.5124
2026-04-0827.2675
2026-04-1527.0372
2026-04-2227.1668
2026-04-2927.2496
2026-05-0627.2098
2026-05-1427.1924
2026-05-2127.4113
2026-05-2927.3705
2026-06-0527.4114
2026-06-1427.4943
2026-06-2127.7351
2026-06-2827.9538
2026-07-0527.8141
2026-07-1227.8734
2026-07-1927.8219
2026-07-2627.9932
2026-08-0227.5918
2026-08-0927.5398
2026-08-1627.5069
2026-08-2427.2502
2026-08-3127.4404
2026-09-0727.4092
2026-09-1427.5154
2026-09-2127.7472

High

27.9932

Low

26.5351

Average

27.3893

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.