MVR to KMF exchange rate API
Rufiyaa to Comoro Franc · quoted 2026-09-25
27.9896
▲ +1.48% over 6M
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 6 months, MVR/KMF traded between 27.0369 and 28.0263, averaged 27.5487 and rose 1.48%. 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 6M: show the values
| Point | MVR/KMF |
|---|---|
| 2026-03-29 | 27.5816 |
| 2026-04-05 | 27.6258 |
| 2026-04-12 | 27.1662 |
| 2026-04-19 | 27.0369 |
| 2026-04-26 | 27.1838 |
| 2026-05-03 | 27.1756 |
| 2026-05-10 | 27.1363 |
| 2026-05-18 | 27.5145 |
| 2026-05-26 | 27.3776 |
| 2026-06-02 | 27.3779 |
| 2026-06-11 | 27.5583 |
| 2026-06-18 | 27.6149 |
| 2026-06-25 | 27.9895 |
| 2026-07-02 | 28.0263 |
| 2026-07-09 | 27.8553 |
| 2026-07-16 | 27.7560 |
| 2026-07-23 | 27.8466 |
| 2026-07-30 | 27.7811 |
| 2026-08-06 | 27.5510 |
| 2026-08-13 | 27.6167 |
| 2026-08-21 | 27.2208 |
| 2026-08-28 | 27.3250 |
| 2026-09-04 | 27.3782 |
| 2026-09-11 | 27.4374 |
| 2026-09-18 | 27.7022 |
| 2026-09-25 | 27.9896 |
High
28.0263
Low
27.0369
Average
27.5487
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.