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: show the values
| Point | MXN/KMF |
|---|---|
| 2025-09-25 | 22.7161 |
| 2025-10-02 | 22.8154 |
| 2025-10-09 | 23.0748 |
| 2025-10-16 | 22.8602 |
| 2025-10-23 | 23.0204 |
| 2025-10-30 | 22.7739 |
| 2025-11-06 | 23.0167 |
| 2025-11-13 | 23.2380 |
| 2025-11-20 | 23.2361 |
| 2025-11-27 | 23.0939 |
| 2025-12-04 | 23.0863 |
| 2025-12-12 | 23.2465 |
| 2025-12-19 | 23.2868 |
| 2025-12-26 | 23.2837 |
| 2026-01-02 | 23.3122 |
| 2026-01-09 | 23.4260 |
| 2026-01-16 | 23.9767 |
| 2026-01-23 | 24.0093 |
| 2026-01-30 | 23.9080 |
| 2026-02-06 | 24.0308 |
| 2026-02-13 | 24.0686 |
| 2026-02-20 | 24.3289 |
| 2026-02-27 | 24.2275 |
| 2026-03-06 | 23.8050 |
| 2026-03-13 | 23.9666 |
| 2026-03-20 | 23.8740 |
| 2026-03-27 | 23.6100 |
| 2026-04-03 | 23.8679 |
| 2026-04-10 | 24.2653 |
| 2026-04-17 | 24.3322 |
| 2026-04-24 | 24.2699 |
| 2026-05-01 | 24.0609 |
| 2026-05-08 | 24.3092 |
| 2026-05-16 | 24.4025 |
| 2026-05-24 | 24.4992 |
| 2026-05-31 | 24.3197 |
| 2026-06-09 | 24.5315 |
| 2026-06-16 | 24.6948 |
| 2026-06-23 | 24.6157 |
| 2026-06-30 | 24.7073 |
| 2026-07-07 | 24.6876 |
| 2026-07-14 | 24.6775 |
| 2026-07-21 | 24.7867 |
| 2026-07-28 | 24.7428 |
| 2026-08-04 | 24.7236 |
| 2026-08-11 | 24.8862 |
| 2026-08-18 | 24.9171 |
| 2026-08-26 | 24.8996 |
| 2026-09-02 | 24.9918 |
| 2026-09-09 | 25.0243 |
| 2026-09-16 | 24.8697 |
| 2026-09-23 | 24.6891 |
High
25.0243
Low
22.7161
Average
24.0093
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.