Skip to content

MXN to KMF exchange rate API

Mexican Peso to Comoro Franc · quoted 2026-09-25

24.4265

▲ +4.77% over YTD

1 MXN = 24.4265 KMF · 1 KMF = 0.04094 MXN · Get this rate via the API

1 MXN buys 24.4265 KMF as of 2026-09-25, so 1 KMF buys 0.04094 MXN. Over the year to date, MXN/KMF traded between 23.3137 and 25.0550, averaged 24.3631 and rose 4.77%. The API holds daily MXN/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MXN/KMF over YTD

MXN/KMF over YTD: show the values
PointMXN/KMF
2025-12-3123.3137
2026-01-0723.3827
2026-01-1423.7320
2026-01-2123.9993
2026-01-2823.9134
2026-02-0424.1286
2026-02-1124.0458
2026-02-1824.2689
2026-02-2524.3389
2026-03-0424.1716
2026-03-1123.9869
2026-03-1824.0489
2026-03-2523.8595
2026-04-0123.8235
2026-04-0824.2248
2026-04-1524.1542
2026-04-2224.2504
2026-04-2924.1971
2026-05-0624.3638
2026-05-1424.4195
2026-05-2124.3995
2026-05-2924.3767
2026-06-0524.5253
2026-06-1424.7290
2026-06-2124.7173
2026-06-2824.6670
2026-07-0524.6064
2026-07-1224.6202
2026-07-1924.5263
2026-07-2624.7670
2026-08-0224.6077
2026-08-0924.8313
2026-08-1624.9981
2026-08-2424.8865
2026-08-3124.9547
2026-09-0725.0550
2026-09-1424.9116
2026-09-2124.9328

High

25.0550

Low

23.3137

Average

24.3631

For developers

Get this rate via the API

One GET request returns the MXN/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=MXN&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&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=MXN&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/KMF API questions

How do I get the MXN/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/KMF rate in rates.KMF.

How far back does MXN/KMF historical data go?

Daily MXN/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 MXN/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.