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: show the values
| Point | MXN/KMF |
|---|---|
| 2026-03-29 | 23.5720 |
| 2026-04-05 | 23.8927 |
| 2026-04-12 | 24.1604 |
| 2026-04-19 | 24.1108 |
| 2026-04-26 | 24.1465 |
| 2026-05-03 | 24.0748 |
| 2026-05-10 | 24.3046 |
| 2026-05-18 | 24.5201 |
| 2026-05-26 | 24.4590 |
| 2026-06-02 | 24.4604 |
| 2026-06-11 | 24.4961 |
| 2026-06-18 | 24.5469 |
| 2026-06-25 | 24.5307 |
| 2026-07-02 | 24.6599 |
| 2026-07-09 | 24.5317 |
| 2026-07-16 | 24.6217 |
| 2026-07-23 | 24.6560 |
| 2026-07-30 | 24.6829 |
| 2026-08-06 | 24.6843 |
| 2026-08-13 | 25.0350 |
| 2026-08-21 | 24.9037 |
| 2026-08-28 | 24.9252 |
| 2026-09-04 | 25.0459 |
| 2026-09-11 | 24.9783 |
| 2026-09-18 | 24.9162 |
| 2026-09-25 | 24.4216 |
High
25.0459
Low
23.5720
Average
24.5098
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.