Skip to content

MXN to KMF exchange rate API

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

24.4265

▲ +3.63% over 6M

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 last 6 months, MXN/KMF traded between 23.5720 and 25.0459, averaged 24.5098 and rose 3.63%. 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 6M

MXN/KMF over 6M: show the values
PointMXN/KMF
2026-03-2923.5720
2026-04-0523.8927
2026-04-1224.1604
2026-04-1924.1108
2026-04-2624.1465
2026-05-0324.0748
2026-05-1024.3046
2026-05-1824.5201
2026-05-2624.4590
2026-06-0224.4604
2026-06-1124.4961
2026-06-1824.5469
2026-06-2524.5307
2026-07-0224.6599
2026-07-0924.5317
2026-07-1624.6217
2026-07-2324.6560
2026-07-3024.6829
2026-08-0624.6843
2026-08-1325.0350
2026-08-2124.9037
2026-08-2824.9252
2026-09-0425.0459
2026-09-1124.9783
2026-09-1824.9162
2026-09-2524.4216

High

25.0459

Low

23.5720

Average

24.5098

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.