MZN to KMF exchange rate API
Mozambique Metical to Comoro Franc · quoted 2026-09-25
6.7752
▲ +3.26% over 1Y
1 MZN = 6.7752 KMF · 1 KMF = 0.14760 MZN · Get this rate via the API
1 MZN buys 6.7752 KMF as of 2026-09-25, so 1 KMF buys 0.14760 MZN. Over the last year, MZN/KMF traded between 6.4750 and 6.7794, averaged 6.6335 and rose 3.26%. The API holds daily MZN/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MZN/KMF over 1Y: show the values
| Point | MZN/KMF |
|---|---|
| 2025-09-25 | 6.5614 |
| 2025-10-02 | 6.5594 |
| 2025-10-09 | 6.6148 |
| 2025-10-16 | 6.5951 |
| 2025-10-23 | 6.6391 |
| 2025-10-30 | 6.6316 |
| 2025-11-06 | 6.6920 |
| 2025-11-13 | 6.6441 |
| 2025-11-20 | 6.6806 |
| 2025-11-27 | 6.6305 |
| 2025-12-04 | 6.6037 |
| 2025-12-12 | 6.5538 |
| 2025-12-19 | 6.5653 |
| 2025-12-26 | 6.5365 |
| 2026-01-02 | 6.5498 |
| 2026-01-09 | 6.6098 |
| 2026-01-16 | 6.6383 |
| 2026-01-23 | 6.5537 |
| 2026-01-30 | 6.4750 |
| 2026-02-06 | 6.5360 |
| 2026-02-13 | 6.4922 |
| 2026-02-20 | 6.5639 |
| 2026-02-27 | 6.5328 |
| 2026-03-06 | 6.6346 |
| 2026-03-13 | 6.6882 |
| 2026-03-20 | 6.6673 |
| 2026-03-27 | 6.6833 |
| 2026-04-03 | 6.6850 |
| 2026-04-10 | 6.5833 |
| 2026-04-17 | 6.5515 |
| 2026-04-24 | 6.6046 |
| 2026-05-01 | 6.5723 |
| 2026-05-08 | 6.5568 |
| 2026-05-16 | 6.6268 |
| 2026-05-24 | 6.6491 |
| 2026-05-31 | 6.6036 |
| 2026-06-09 | 6.6780 |
| 2026-06-16 | 6.6625 |
| 2026-06-23 | 6.7394 |
| 2026-06-30 | 6.7577 |
| 2026-07-07 | 6.7349 |
| 2026-07-14 | 6.7794 |
| 2026-07-21 | 6.7587 |
| 2026-07-28 | 6.7745 |
| 2026-08-04 | 6.7004 |
| 2026-08-11 | 6.6762 |
| 2026-08-18 | 6.6543 |
| 2026-08-26 | 6.6060 |
| 2026-09-02 | 6.6589 |
| 2026-09-09 | 6.6318 |
| 2026-09-16 | 6.6741 |
| 2026-09-23 | 6.7459 |
High
6.7794
Low
6.4750
Average
6.6335
Get this rate via the API
One GET request returns the MZN/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=MZN¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
MZN/KMF API questions
How do I get the MZN/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MZN/KMF rate in rates.KMF.
How far back does MZN/KMF historical data go?
Daily MZN/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 MZN/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.