Convert EUR to ZWG
Euro → Zimbabwe Gold
1 EUR = 30.374173 ZWG(1 ZWG = 0.0329227 EUR)
Currency converter
1 EUR =
30.3742 ZWG
EUR to ZWG: last 30 days
Over the last 30 days, 1 EUR traded between 30.295 and 31.191 ZWG, averaging 30.7877 ZWG. The EUR/ZWG rate is down 1.80% since 2026-08-28.
- 30-day high
- 31.191
- 2026-09-08
- 30-day low
- 30.295
- 2026-09-24
- 30-day average
- 30.7877
- Days with data: 30
- 30-day change
- -1.80%
- since 2026-08-28
31.191
30.2952026-08-28 → 2026-09-26
| Date | 1 EUR in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 30.3742 | 0.00% |
| 2026-09-25 | 30.3742 | +0.26% |
| 2026-09-24 | 30.295 | -0.55% |
| 2026-09-23 | 30.463 | -0.23% |
| 2026-09-22 | 30.5327 | -0.29% |
| 2026-09-21 | 30.6205 | +0.24% |
| 2026-09-20 | 30.5485 | 0.00% |
| 2026-09-19 | 30.5485 | -0.05% |
| 2026-09-18 | 30.5628 | -0.25% |
| 2026-09-17 | 30.6404 | -0.88% |
| 2026-09-16 | 30.9113 | -0.02% |
| 2026-09-15 | 30.919 | +0.42% |
| 2026-09-14 | 30.789 | -0.38% |
| 2026-09-13 | 30.9065 | 0.00% |
| 2026-09-12 | 30.9065 | -0.06% |
| Date | 1 EUR in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 30.9244 | -0.26% |
| 2026-09-10 | 31.0058 | -0.44% |
| 2026-09-09 | 31.1435 | -0.15% |
| 2026-09-08 | 31.191 | +1.04% |
| 2026-09-07 | 30.8696 | -0.02% |
| 2026-09-06 | 30.8772 | 0.00% |
| 2026-09-05 | 30.8772 | -0.33% |
| 2026-09-04 | 30.9783 | -0.18% |
| 2026-09-03 | 31.0343 | +0.02% |
| 2026-09-02 | 31.0291 | +0.33% |
| 2026-09-01 | 30.928 | +0.65% |
| 2026-08-31 | 30.7295 | -0.42% |
| 2026-08-30 | 30.8606 | 0.00% |
| 2026-08-29 | 30.8606 | -0.23% |
| 2026-08-28 | 30.9303 | — |
EUR to ZWG conversion table
1 EUR30.3742 ZWG
5 EUR151.8709 ZWG
10 EUR303.7417 ZWG
25 EUR759.3543 ZWG
50 EUR1,518.7087 ZWG
100 EUR3,037.4173 ZWG
500 EUR15,187.087 ZWG
1,000 EUR30,374.173 ZWG
5,000 EUR151,870.87 ZWG
10,000 EUR303,741.73 ZWG
Get the EUR/ZWG rate in your app
One GET request returns the latest EUR → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/EUR/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ZWG"
},
"rate": 30.3742,
"timestamp": 1790429453,
"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
ZWG to EURZimbabwe Gold → Euro0.032923Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.