MXN to KMF exchange rate API
Mexican Peso to Comoro Franc · quoted 2026-09-25
24.4265
▼ +1.90% over 30D
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 30 days, MXN/KMF traded between 24.4216 and 25.0848, averaged 24.8972 and fell 1.90%. 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 30D: show the values
| Point | MXN/KMF |
|---|---|
| 2026-08-26 | 24.8996 |
| 2026-08-27 | 24.8812 |
| 2026-08-28 | 24.9252 |
| 2026-08-29 | 24.9357 |
| 2026-08-30 | 24.9285 |
| 2026-08-31 | 24.9547 |
| 2026-09-01 | 24.9392 |
| 2026-09-02 | 24.9918 |
| 2026-09-03 | 24.9354 |
| 2026-09-04 | 25.0459 |
| 2026-09-05 | 25.0848 |
| 2026-09-06 | 25.0756 |
| 2026-09-07 | 25.0550 |
| 2026-09-08 | 24.9664 |
| 2026-09-09 | 25.0243 |
| 2026-09-10 | 24.9490 |
| 2026-09-11 | 24.9783 |
| 2026-09-12 | 24.9915 |
| 2026-09-13 | 24.9824 |
| 2026-09-14 | 24.9116 |
| 2026-09-15 | 24.8575 |
| 2026-09-16 | 24.8697 |
| 2026-09-17 | 24.9692 |
| 2026-09-18 | 24.9162 |
| 2026-09-19 | 24.8573 |
| 2026-09-20 | 24.8661 |
| 2026-09-21 | 24.9328 |
| 2026-09-22 | 24.8559 |
| 2026-09-23 | 24.6891 |
| 2026-09-24 | 24.5923 |
| 2026-09-25 | 24.4216 |
High
25.0848
Low
24.4216
Average
24.8972
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.