Convert EUR to ZWL
Euro → Zimbabwean Dollar
1 EUR = 75,896.682 ZWL(1 ZWL = 0.0000131758 EUR)
Currency converter
1 EUR =
75,896.682 ZWL
EUR to ZWL: last 30 days
Over the last 30 days, 1 EUR traded between 369.0116 and 77,937.652 ZWL, averaging 74,396.732 ZWL. The EUR/ZWL rate is down 1.80% since 2026-08-28.
- 30-day high
- 77,937.652
- 2026-09-08
- 30-day low
- 369.0116
- 2026-09-18
- 30-day average
- 74,396.732
- Days with data: 30
- 30-day change
- -1.80%
- since 2026-08-28
77,937.652
369.01162026-08-28 → 2026-09-26
| Date | 1 EUR in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 75,896.682 | 0.00% |
| 2026-09-25 | 75,896.682 | +0.26% |
| 2026-09-24 | 75,698.876 | -0.55% |
| 2026-09-23 | 76,118.623 | -0.23% |
| 2026-09-22 | 76,292.814 | -0.29% |
| 2026-09-21 | 76,512.248 | +0.24% |
| 2026-09-20 | 76,332.354 | 0.00% |
| 2026-09-19 | 76,332.354 | +20585.63% |
| 2026-09-18 | 369.0116 | -99.52% |
| 2026-09-17 | 76,561.827 | -0.88% |
| 2026-09-16 | 77,238.858 | -0.02% |
| 2026-09-15 | 77,258.154 | +0.42% |
| 2026-09-14 | 76,933.122 | -0.38% |
| 2026-09-13 | 77,226.851 | 0.00% |
| 2026-09-12 | 77,226.851 | -0.06% |
| Date | 1 EUR in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 77,271.473 | -0.26% |
| 2026-09-10 | 77,475.063 | -0.44% |
| 2026-09-09 | 77,818.928 | -0.15% |
| 2026-09-08 | 77,937.652 | +1.04% |
| 2026-09-07 | 77,134.605 | -0.02% |
| 2026-09-06 | 77,153.687 | 0.00% |
| 2026-09-05 | 77,153.687 | -0.33% |
| 2026-09-04 | 77,406.111 | -0.18% |
| 2026-09-03 | 77,546.203 | +0.02% |
| 2026-09-02 | 77,533.138 | +0.33% |
| 2026-09-01 | 77,280.627 | +0.65% |
| 2026-08-31 | 76,784.578 | -0.42% |
| 2026-08-30 | 77,112.246 | 0.00% |
| 2026-08-29 | 77,112.246 | -0.23% |
| 2026-08-28 | 77,286.413 | — |
EUR to ZWL conversion table
1 EUR75,896.682 ZWL
5 EUR379,483.41 ZWL
10 EUR758,966.82 ZWL
25 EUR1,897,417 ZWL
50 EUR3,794,834.1 ZWL
100 EUR7,589,668.2 ZWL
500 EUR37,948,341 ZWL
1,000 EUR75,896,682 ZWL
5,000 EUR379,483,408 ZWL
10,000 EUR758,966,817 ZWL
Get the EUR/ZWL rate in your app
One GET request returns the latest EUR → ZWL rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/ZWL"fetch('https://rate-api.com/api/v1/pair/EUR/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ZWL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ZWL"
},
"rate": 75896.6817,
"timestamp": 1790439688,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
ZWL to EURZimbabwean Dollar → Euro0.000013176Convert EUR to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.