Skip to content

MVR to KMF exchange rate API

Rufiyaa to Comoro Franc · quoted 2026-09-25

27.9896

▲ +2.64% over 30D

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 30 days, MVR/KMF traded between 27.2697 and 27.9896, averaged 27.5512 and rose 2.64%. 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 30D

MVR/KMF over 30D: show the values
PointMVR/KMF
2026-08-2627.2697
2026-08-2727.3007
2026-08-2827.3250
2026-08-2927.4609
2026-08-3027.4539
2026-08-3127.4404
2026-09-0127.4206
2026-09-0227.4833
2026-09-0327.4393
2026-09-0427.3782
2026-09-0527.4031
2026-09-0627.3931
2026-09-0727.4092
2026-09-0827.3750
2026-09-0927.3669
2026-09-1027.3485
2026-09-1127.4374
2026-09-1227.4568
2026-09-1327.4405
2026-09-1427.5154
2026-09-1527.6023
2026-09-1627.5979
2026-09-1727.8070
2026-09-1827.7022
2026-09-1927.7808
2026-09-2027.7495
2026-09-2127.7472
2026-09-2227.7336
2026-09-2327.8504
2026-09-2427.9717
2026-09-2527.9896

High

27.9896

Low

27.2697

Average

27.5512

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.