Skip to content

MZN to ZWL exchange rate API

Mozambique Metical to Zimbabwe Dollar · quoted 2026-09-26

1042.78

▲ +2.60% over YTD

1 MZN = 1042.78 ZWL · 1 ZWL = 0.000959 MZN · Get this rate via the API

1 MZN buys 1042.78 ZWL as of 2026-09-26, so 1 ZWL buys 0.000959 MZN. Over the year to date, MZN/ZWL traded between 5.0342 and 1053.28, averaged 920.9788 and rose 2.60%. The API holds daily MZN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MZN/ZWL over YTD

MZN/ZWL over YTD: show the values
PointMZN/ZWL
2025-12-311016.32
2026-01-071012.14
2026-01-141008.04
2026-01-211002.45
2026-01-281004.80
2026-02-041004.04
2026-02-111001.42
2026-02-181001.42
2026-02-251008.91
2026-03-041008.24
2026-03-111004.04
2026-03-18990.83
2026-03-25993.61
2026-04-01993.39
2026-04-08993.01
2026-04-155.03
2026-04-225.03
2026-04-295.04
2026-05-065.04
2026-05-141008.39
2026-05-211026.02
2026-05-291052.94
2026-06-051051.90
2026-06-141047.94
2026-06-211050.31
2026-06-281049.66
2026-07-051053.28
2026-07-121045.37
2026-07-191045.43
2026-07-261042.98
2026-08-021045.86
2026-08-091042.85
2026-08-161042.13
2026-08-241042.77
2026-08-311037.65
2026-09-071039.97
2026-09-141043.74
2026-09-211043.41

High

1053.28

Low

5.0342

Average

920.9788

For developers

Get this rate via the API

One GET request returns the MZN/ZWL 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=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN&currencies=ZWL");
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=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

MZN/ZWL API questions

How do I get the MZN/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MZN/ZWL rate in rates.ZWL.

How far back does MZN/ZWL historical data go?

Daily MZN/ZWL 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/ZWL 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.