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: show the values
| Point | ZMW/MZN |
|---|---|
| 2025-09-26 | 2.6803 |
| 2025-10-03 | 2.6832 |
| 2025-10-10 | 2.8149 |
| 2025-10-17 | 2.8232 |
| 2025-10-24 | 2.8869 |
| 2025-10-31 | 2.8815 |
| 2025-11-07 | 2.8149 |
| 2025-11-14 | 2.8213 |
| 2025-11-21 | 2.7713 |
| 2025-11-28 | 2.7906 |
| 2025-12-05 | 2.7576 |
| 2025-12-13 | 2.7653 |
| 2025-12-20 | 2.8225 |
| 2025-12-27 | 2.8235 |
| 2026-01-03 | 2.8900 |
| 2026-01-10 | 3.2769 |
| 2026-01-17 | 3.1568 |
| 2026-01-24 | 3.2683 |
| 2026-01-31 | 3.2286 |
| 2026-02-07 | 3.4007 |
| 2026-02-14 | 3.4990 |
| 2026-02-21 | 3.3664 |
| 2026-02-28 | 3.3779 |
| 2026-03-07 | 3.3016 |
| 2026-03-14 | 3.2845 |
| 2026-03-21 | 3.2607 |
| 2026-03-28 | 3.3968 |
| 2026-04-04 | 3.3034 |
| 2026-04-11 | 3.3635 |
| 2026-04-18 | 3.3618 |
| 2026-04-25 | 3.3826 |
| 2026-05-02 | 3.4212 |
| 2026-05-09 | 3.3570 |
| 2026-05-17 | 3.3745 |
| 2026-05-25 | 3.3782 |
| 2026-06-01 | 3.4619 |
| 2026-06-10 | 3.5841 |
| 2026-06-17 | 3.6002 |
| 2026-06-24 | 3.5271 |
| 2026-07-01 | 3.5364 |
| 2026-07-08 | 3.4496 |
| 2026-07-15 | 3.5132 |
| 2026-07-22 | 3.4610 |
| 2026-07-29 | 3.4039 |
| 2026-08-05 | 3.3634 |
| 2026-08-12 | 3.3909 |
| 2026-08-20 | 3.4065 |
| 2026-08-27 | 3.3576 |
| 2026-09-03 | 3.3309 |
| 2026-09-10 | 3.3067 |
| 2026-09-17 | 3.2486 |
| 2026-09-24 | 3.2616 |
High
3.6002
Low
2.6803
Average
3.2124
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.