Skip to content

MRO to KMF exchange rate API

Ouguiya to Comoro Franc · quoted 2026-09-27

1.0746

▲ +2.06% over 30D

1 MRO = 1.0746 KMF · 1 KMF = 0.93054 MRO · Get this rate via the API

1 MRO buys 1.0746 KMF as of 2026-09-27, so 1 KMF buys 0.93054 MRO. Over the last 30 days, MRO/KMF traded between 1.0511 and 1.0810, averaged 1.0627 and rose 2.06%. 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 30D

MRO/KMF over 30D: show the values
PointMRO/KMF
2026-08-281.0529
2026-08-291.0591
2026-08-301.0578
2026-08-311.0574
2026-09-011.0614
2026-09-021.0602
2026-09-031.0613
2026-09-041.0588
2026-09-051.0532
2026-09-061.0515
2026-09-071.0531
2026-09-081.0537
2026-09-091.0511
2026-09-101.0565
2026-09-111.0585
2026-09-121.0605
2026-09-131.0545
2026-09-141.0638
2026-09-151.0663
2026-09-161.0656
2026-09-171.0683
2026-09-191.0690
2026-09-201.0677
2026-09-211.0702
2026-09-221.0690
2026-09-231.0737
2026-09-241.0764
2026-09-251.0810
2026-09-261.0746

High

1.0810

Low

1.0511

Average

1.0627

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO&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=MRO&currencies=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&currencies=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.