MAD to ZWL exchange rate API
Moroccan Dirham to Zimbabwe Dollar · quoted 2026-09-25
6929.28
▼ +5.49% over 1Y
1 MAD = 6929.28 ZWL · 1 ZWL = 0.000144 MAD · Get this rate via the API
1 MAD buys 6929.28 ZWL as of 2026-09-25, so 1 ZWL buys 0.000144 MAD. Over the last year, MAD/ZWL traded between 34.6287 and 7332.15, averaged 6414.10 and fell 5.49%. The API holds daily MAD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MAD/ZWL over 1Y: show the values
| Point | MAD/ZWL |
|---|---|
| 2025-09-25 | 7332.15 |
| 2025-10-02 | 7318.28 |
| 2025-10-09 | 7304.50 |
| 2025-10-16 | 7241.70 |
| 2025-10-23 | 7167.88 |
| 2025-10-30 | 7133.15 |
| 2025-11-06 | 7065.49 |
| 2025-11-13 | 7094.50 |
| 2025-11-20 | 7065.31 |
| 2025-11-27 | 7071.88 |
| 2025-12-04 | 7086.58 |
| 2025-12-12 | 7094.28 |
| 2025-12-19 | 7111.10 |
| 2025-12-26 | 7132.00 |
| 2026-01-02 | 7106.30 |
| 2026-01-09 | 6951.81 |
| 2026-01-16 | 6937.48 |
| 2026-01-23 | 6983.46 |
| 2026-01-30 | 7028.51 |
| 2026-02-06 | 7006.66 |
| 2026-02-13 | 6980.29 |
| 2026-02-20 | 6964.51 |
| 2026-02-27 | 6990.99 |
| 2026-03-06 | 6905.39 |
| 2026-03-13 | 6754.17 |
| 2026-03-20 | 6756.78 |
| 2026-03-27 | 6780.92 |
| 2026-04-03 | 6732.34 |
| 2026-04-10 | 34.63 |
| 2026-04-17 | 34.87 |
| 2026-04-24 | 34.75 |
| 2026-05-01 | 34.87 |
| 2026-05-08 | 35.19 |
| 2026-05-16 | 6975.72 |
| 2026-05-24 | 7131.65 |
| 2026-05-31 | 7319.59 |
| 2026-06-09 | 7235.04 |
| 2026-06-16 | 7203.81 |
| 2026-06-23 | 7139.77 |
| 2026-06-30 | 7136.64 |
| 2026-07-07 | 7174.58 |
| 2026-07-14 | 7174.85 |
| 2026-07-21 | 7133.70 |
| 2026-07-28 | 7159.01 |
| 2026-08-04 | 7143.27 |
| 2026-08-11 | 7140.03 |
| 2026-08-18 | 7173.74 |
| 2026-08-26 | 7194.81 |
| 2026-09-02 | 7165.60 |
| 2026-09-09 | 7126.47 |
| 2026-09-16 | 7066.91 |
| 2026-09-23 | 6950.21 |
High
7332.15
Low
34.6287
Average
6414.10
Get this rate via the API
One GET request returns the MAD/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=MAD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
MAD/ZWL API questions
How do I get the MAD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MAD/ZWL rate in rates.ZWL.
How far back does MAD/ZWL historical data go?
Daily MAD/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 MAD/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.