MZN to ZWL exchange rate API
Mozambique Metical to Zimbabwe Dollar · quoted 2026-09-26
1042.78
▲ +0.26% over 1Y
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 last year, MZN/ZWL traded between 5.0344 and 1053.84, averaged 912.8969 and rose 0.26%. 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 1Y: show the values
| Point | MZN/ZWL |
|---|---|
| 2025-09-26 | 1040.07 |
| 2025-10-03 | 1043.89 |
| 2025-10-10 | 1044.65 |
| 2025-10-17 | 1041.61 |
| 2025-10-24 | 1037.84 |
| 2025-10-31 | 1034.20 |
| 2025-11-07 | 1027.50 |
| 2025-11-14 | 1029.30 |
| 2025-11-21 | 1032.40 |
| 2025-11-28 | 1023.96 |
| 2025-12-05 | 1024.07 |
| 2025-12-13 | 1021.09 |
| 2025-12-20 | 1019.87 |
| 2025-12-27 | 1021.54 |
| 2026-01-03 | 1014.20 |
| 2026-01-10 | 1007.45 |
| 2026-01-17 | 1006.12 |
| 2026-01-24 | 1001.89 |
| 2026-01-31 | 1002.48 |
| 2026-02-07 | 1005.84 |
| 2026-02-14 | 1000.22 |
| 2026-02-21 | 999.51 |
| 2026-02-28 | 1007.82 |
| 2026-03-07 | 1009.41 |
| 2026-03-14 | 997.83 |
| 2026-03-21 | 993.61 |
| 2026-03-28 | 5.04 |
| 2026-04-04 | 996.39 |
| 2026-04-11 | 5.03 |
| 2026-04-18 | 5.03 |
| 2026-04-25 | 5.04 |
| 2026-05-02 | 5.04 |
| 2026-05-09 | 5.04 |
| 2026-05-17 | 1009.13 |
| 2026-05-25 | 1030.89 |
| 2026-06-01 | 1053.84 |
| 2026-06-10 | 1047.42 |
| 2026-06-17 | 1044.64 |
| 2026-06-24 | 1049.32 |
| 2026-07-01 | 1049.62 |
| 2026-07-08 | 1049.29 |
| 2026-07-15 | 1049.03 |
| 2026-07-22 | 1050.64 |
| 2026-07-29 | 1046.20 |
| 2026-08-05 | 1043.43 |
| 2026-08-12 | 1041.63 |
| 2026-08-20 | 1044.31 |
| 2026-08-27 | 1035.60 |
| 2026-09-03 | 1046.70 |
| 2026-09-10 | 1045.05 |
| 2026-09-17 | 1045.69 |
| 2026-09-24 | 1043.34 |
High
1053.84
Low
5.0344
Average
912.8969
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MZN¤cies=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¤cies=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.