MRO to KMF exchange rate API
Ouguiya to Comoro Franc · quoted 2026-09-26
1.0810
▲ +2.71% over 1Y
1 MRO = 1.0810 KMF · 1 KMF = 0.92508 MRO · Get this rate via the API
1 MRO buys 1.0810 KMF as of 2026-09-26, so 1 KMF buys 0.92508 MRO. Over the last year, MRO/KMF traded between 1.0373 and 1.0880, averaged 1.0609 and rose 2.71%. The API holds daily MRO/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MRO/KMF over 1Y: show the values
| Point | MRO/KMF |
|---|---|
| 2025-09-26 | 1.0525 |
| 2025-10-03 | 1.0511 |
| 2025-10-10 | 1.0636 |
| 2025-10-17 | 1.0532 |
| 2025-10-24 | 1.0596 |
| 2025-10-31 | 1.0579 |
| 2025-11-07 | 1.0720 |
| 2025-11-14 | 1.0573 |
| 2025-11-21 | 1.0708 |
| 2025-11-28 | 1.0666 |
| 2025-12-05 | 1.0584 |
| 2025-12-13 | 1.0547 |
| 2025-12-20 | 1.0494 |
| 2025-12-27 | 1.0552 |
| 2026-01-03 | 1.0553 |
| 2026-01-10 | 1.0596 |
| 2026-01-17 | 1.0666 |
| 2026-01-24 | 1.0434 |
| 2026-01-31 | 1.0392 |
| 2026-02-07 | 1.0468 |
| 2026-02-15 | 1.0373 |
| 2026-02-22 | 1.0478 |
| 2026-03-01 | 1.0429 |
| 2026-03-08 | 1.0584 |
| 2026-03-15 | 1.0730 |
| 2026-03-22 | 1.0638 |
| 2026-03-30 | 1.0643 |
| 2026-04-06 | 1.0743 |
| 2026-05-19 | 1.0570 |
| 2026-05-27 | 1.0580 |
| 2026-06-03 | 1.0582 |
| 2026-06-12 | 1.0638 |
| 2026-06-19 | 1.0792 |
| 2026-06-26 | 1.0880 |
| 2026-07-04 | 1.0721 |
| 2026-07-11 | 1.0827 |
| 2026-07-18 | 1.0796 |
| 2026-07-25 | 1.0778 |
| 2026-08-01 | 1.0650 |
| 2026-08-08 | 1.0618 |
| 2026-08-15 | 1.0594 |
| 2026-08-23 | 1.0519 |
| 2026-08-30 | 1.0578 |
| 2026-09-06 | 1.0515 |
| 2026-09-13 | 1.0545 |
| 2026-09-21 | 1.0702 |
High
1.0880
Low
1.0373
Average
1.0609
Get this rate via the API
One GET request returns the MRO/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=MRO¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
MRO/KMF API questions
How do I get the MRO/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MRO/KMF rate in rates.KMF.
How far back does MRO/KMF historical data go?
Daily MRO/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 MRO/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.