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: show the values
| Point | MVR/KMF |
|---|---|
| 2025-12-31 | 27.1037 |
| 2026-01-07 | 27.1958 |
| 2026-01-14 | 27.3422 |
| 2026-01-21 | 27.1331 |
| 2026-01-28 | 26.5351 |
| 2026-02-04 | 26.9115 |
| 2026-02-11 | 26.7214 |
| 2026-02-18 | 26.9029 |
| 2026-02-25 | 27.0037 |
| 2026-03-04 | 27.4378 |
| 2026-03-11 | 27.3854 |
| 2026-03-18 | 27.5878 |
| 2026-03-25 | 27.4186 |
| 2026-04-01 | 27.5124 |
| 2026-04-08 | 27.2675 |
| 2026-04-15 | 27.0372 |
| 2026-04-22 | 27.1668 |
| 2026-04-29 | 27.2496 |
| 2026-05-06 | 27.2098 |
| 2026-05-14 | 27.1924 |
| 2026-05-21 | 27.4113 |
| 2026-05-29 | 27.3705 |
| 2026-06-05 | 27.4114 |
| 2026-06-14 | 27.4943 |
| 2026-06-21 | 27.7351 |
| 2026-06-28 | 27.9538 |
| 2026-07-05 | 27.8141 |
| 2026-07-12 | 27.8734 |
| 2026-07-19 | 27.8219 |
| 2026-07-26 | 27.9932 |
| 2026-08-02 | 27.5918 |
| 2026-08-09 | 27.5398 |
| 2026-08-16 | 27.5069 |
| 2026-08-24 | 27.2502 |
| 2026-08-31 | 27.4404 |
| 2026-09-07 | 27.4092 |
| 2026-09-14 | 27.5154 |
| 2026-09-21 | 27.7472 |
High
27.9932
Low
26.5351
Average
27.3893
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.