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: show the values
| Point | MXN/KMF |
|---|---|
| 2025-12-31 | 23.3137 |
| 2026-01-07 | 23.3827 |
| 2026-01-14 | 23.7320 |
| 2026-01-21 | 23.9993 |
| 2026-01-28 | 23.9134 |
| 2026-02-04 | 24.1286 |
| 2026-02-11 | 24.0458 |
| 2026-02-18 | 24.2689 |
| 2026-02-25 | 24.3389 |
| 2026-03-04 | 24.1716 |
| 2026-03-11 | 23.9869 |
| 2026-03-18 | 24.0489 |
| 2026-03-25 | 23.8595 |
| 2026-04-01 | 23.8235 |
| 2026-04-08 | 24.2248 |
| 2026-04-15 | 24.1542 |
| 2026-04-22 | 24.2504 |
| 2026-04-29 | 24.1971 |
| 2026-05-06 | 24.3638 |
| 2026-05-14 | 24.4195 |
| 2026-05-21 | 24.3995 |
| 2026-05-29 | 24.3767 |
| 2026-06-05 | 24.5253 |
| 2026-06-14 | 24.7290 |
| 2026-06-21 | 24.7173 |
| 2026-06-28 | 24.6670 |
| 2026-07-05 | 24.6064 |
| 2026-07-12 | 24.6202 |
| 2026-07-19 | 24.5263 |
| 2026-07-26 | 24.7670 |
| 2026-08-02 | 24.6077 |
| 2026-08-09 | 24.8313 |
| 2026-08-16 | 24.9981 |
| 2026-08-24 | 24.8865 |
| 2026-08-31 | 24.9547 |
| 2026-09-07 | 25.0550 |
| 2026-09-14 | 24.9116 |
| 2026-09-21 | 24.9328 |
High
25.0550
Low
23.3137
Average
24.3631
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.