Skip to content

MXN to KMF exchange rate API

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

24.4265

▲ +7.53% over 1Y

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 year, MXN/KMF traded between 22.7161 and 25.0243, averaged 24.0093 and rose 7.53%. 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 1Y

MXN/KMF over 1Y: show the values
PointMXN/KMF
2025-09-2522.7161
2025-10-0222.8154
2025-10-0923.0748
2025-10-1622.8602
2025-10-2323.0204
2025-10-3022.7739
2025-11-0623.0167
2025-11-1323.2380
2025-11-2023.2361
2025-11-2723.0939
2025-12-0423.0863
2025-12-1223.2465
2025-12-1923.2868
2025-12-2623.2837
2026-01-0223.3122
2026-01-0923.4260
2026-01-1623.9767
2026-01-2324.0093
2026-01-3023.9080
2026-02-0624.0308
2026-02-1324.0686
2026-02-2024.3289
2026-02-2724.2275
2026-03-0623.8050
2026-03-1323.9666
2026-03-2023.8740
2026-03-2723.6100
2026-04-0323.8679
2026-04-1024.2653
2026-04-1724.3322
2026-04-2424.2699
2026-05-0124.0609
2026-05-0824.3092
2026-05-1624.4025
2026-05-2424.4992
2026-05-3124.3197
2026-06-0924.5315
2026-06-1624.6948
2026-06-2324.6157
2026-06-3024.7073
2026-07-0724.6876
2026-07-1424.6775
2026-07-2124.7867
2026-07-2824.7428
2026-08-0424.7236
2026-08-1124.8862
2026-08-1824.9171
2026-08-2624.8996
2026-09-0224.9918
2026-09-0925.0243
2026-09-1624.8697
2026-09-2324.6891

High

25.0243

Low

22.7161

Average

24.0093

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.