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: show the values
| Point | MVR/KMF |
|---|---|
| 2026-08-26 | 27.2697 |
| 2026-08-27 | 27.3007 |
| 2026-08-28 | 27.3250 |
| 2026-08-29 | 27.4609 |
| 2026-08-30 | 27.4539 |
| 2026-08-31 | 27.4404 |
| 2026-09-01 | 27.4206 |
| 2026-09-02 | 27.4833 |
| 2026-09-03 | 27.4393 |
| 2026-09-04 | 27.3782 |
| 2026-09-05 | 27.4031 |
| 2026-09-06 | 27.3931 |
| 2026-09-07 | 27.4092 |
| 2026-09-08 | 27.3750 |
| 2026-09-09 | 27.3669 |
| 2026-09-10 | 27.3485 |
| 2026-09-11 | 27.4374 |
| 2026-09-12 | 27.4568 |
| 2026-09-13 | 27.4405 |
| 2026-09-14 | 27.5154 |
| 2026-09-15 | 27.6023 |
| 2026-09-16 | 27.5979 |
| 2026-09-17 | 27.8070 |
| 2026-09-18 | 27.7022 |
| 2026-09-19 | 27.7808 |
| 2026-09-20 | 27.7495 |
| 2026-09-21 | 27.7472 |
| 2026-09-22 | 27.7336 |
| 2026-09-23 | 27.8504 |
| 2026-09-24 | 27.9717 |
| 2026-09-25 | 27.9896 |
High
27.9896
Low
27.2697
Average
27.5512
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.