Skip to content

ZMW to MZN exchange rate API

Zambian Kwacha to Mozambique Metical · quoted 2026-09-26

3.2668

▲ +21.88% over 1Y

1 ZMW = 3.2668 MZN · 1 MZN = 0.30611 ZMW · Get this rate via the API

1 ZMW buys 3.2668 MZN as of 2026-09-26, so 1 MZN buys 0.30611 ZMW. Over the last year, ZMW/MZN traded between 2.6803 and 3.6002, averaged 3.2124 and rose 21.88%. The API holds daily ZMW/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MZN over 1Y

ZMW/MZN over 1Y: show the values
PointZMW/MZN
2025-09-262.6803
2025-10-032.6832
2025-10-102.8149
2025-10-172.8232
2025-10-242.8869
2025-10-312.8815
2025-11-072.8149
2025-11-142.8213
2025-11-212.7713
2025-11-282.7906
2025-12-052.7576
2025-12-132.7653
2025-12-202.8225
2025-12-272.8235
2026-01-032.8900
2026-01-103.2769
2026-01-173.1568
2026-01-243.2683
2026-01-313.2286
2026-02-073.4007
2026-02-143.4990
2026-02-213.3664
2026-02-283.3779
2026-03-073.3016
2026-03-143.2845
2026-03-213.2607
2026-03-283.3968
2026-04-043.3034
2026-04-113.3635
2026-04-183.3618
2026-04-253.3826
2026-05-023.4212
2026-05-093.3570
2026-05-173.3745
2026-05-253.3782
2026-06-013.4619
2026-06-103.5841
2026-06-173.6002
2026-06-243.5271
2026-07-013.5364
2026-07-083.4496
2026-07-153.5132
2026-07-223.4610
2026-07-293.4039
2026-08-053.3634
2026-08-123.3909
2026-08-203.4065
2026-08-273.3576
2026-09-033.3309
2026-09-103.3067
2026-09-173.2486
2026-09-243.2616

High

3.6002

Low

2.6803

Average

3.2124

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MZN API questions

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

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

How far back does ZMW/MZN historical data go?

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