Skip to content

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

MZN/KMF over 1Y: show the values
PointMZN/KMF
2025-09-256.5614
2025-10-026.5594
2025-10-096.6148
2025-10-166.5951
2025-10-236.6391
2025-10-306.6316
2025-11-066.6920
2025-11-136.6441
2025-11-206.6806
2025-11-276.6305
2025-12-046.6037
2025-12-126.5538
2025-12-196.5653
2025-12-266.5365
2026-01-026.5498
2026-01-096.6098
2026-01-166.6383
2026-01-236.5537
2026-01-306.4750
2026-02-066.5360
2026-02-136.4922
2026-02-206.5639
2026-02-276.5328
2026-03-066.6346
2026-03-136.6882
2026-03-206.6673
2026-03-276.6833
2026-04-036.6850
2026-04-106.5833
2026-04-176.5515
2026-04-246.6046
2026-05-016.5723
2026-05-086.5568
2026-05-166.6268
2026-05-246.6491
2026-05-316.6036
2026-06-096.6780
2026-06-166.6625
2026-06-236.7394
2026-06-306.7577
2026-07-076.7349
2026-07-146.7794
2026-07-216.7587
2026-07-286.7745
2026-08-046.7004
2026-08-116.6762
2026-08-186.6543
2026-08-266.6060
2026-09-026.6589
2026-09-096.6318
2026-09-166.6741
2026-09-236.7459

High

6.7794

Low

6.4750

Average

6.6335

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN&currencies=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&currencies=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.