Convert EUR to ZMW
Euro → Zambian Kwacha
1 EUR = 22.293008 ZMW(1 ZMW = 0.0448571 EUR)
Currency converter
1 EUR =
22.293 ZMW
EUR to ZMW: last 30 days
Over the last 30 days, 1 EUR traded between 22.0893 and 22.6357 ZMW, averaging 22.364 ZMW. The EUR/ZMW rate is up 0.72% since 2026-08-28.
- 30-day high
- 22.6357
- 2026-09-21
- 30-day low
- 22.0893
- 2026-08-31
- 30-day average
- 22.364
- Days with data: 30
- 30-day change
- +0.72%
- since 2026-08-28
22.6357
22.08932026-08-28 → 2026-09-26
| Date | 1 EUR in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 22.293 | 0.00% |
| 2026-09-25 | 22.293 | +0.22% |
| 2026-09-24 | 22.2449 | -0.03% |
| 2026-09-23 | 22.2518 | -1.21% |
| 2026-09-22 | 22.525 | -0.49% |
| 2026-09-21 | 22.6357 | +0.61% |
| 2026-09-20 | 22.4986 | -0.32% |
| 2026-09-19 | 22.5717 | +0.37% |
| 2026-09-18 | 22.4878 | -0.22% |
| 2026-09-17 | 22.538 | -0.33% |
| 2026-09-16 | 22.6125 | +1.02% |
| 2026-09-15 | 22.3848 | +0.15% |
| 2026-09-14 | 22.351 | -0.35% |
| 2026-09-13 | 22.4296 | -0.00% |
| 2026-09-12 | 22.4305 | +0.00% |
| Date | 1 EUR in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 22.4305 | +0.05% |
| 2026-09-10 | 22.4198 | -0.41% |
| 2026-09-09 | 22.5122 | +0.70% |
| 2026-09-08 | 22.3565 | -0.07% |
| 2026-09-07 | 22.3718 | +0.00% |
| 2026-09-06 | 22.3708 | -0.00% |
| 2026-09-05 | 22.3718 | +0.25% |
| 2026-09-04 | 22.315 | +0.33% |
| 2026-09-03 | 22.2424 | +0.26% |
| 2026-09-02 | 22.1838 | -0.10% |
| 2026-09-01 | 22.2069 | +0.53% |
| 2026-08-31 | 22.0893 | -0.34% |
| 2026-08-30 | 22.1657 | -0.16% |
| 2026-08-29 | 22.2022 | +0.31% |
| 2026-08-28 | 22.1337 | — |
EUR to ZMW conversion table
1 EUR22.293 ZMW
5 EUR111.465 ZMW
10 EUR222.9301 ZMW
25 EUR557.3252 ZMW
50 EUR1,114.6504 ZMW
100 EUR2,229.3008 ZMW
500 EUR11,146.504 ZMW
1,000 EUR22,293.008 ZMW
5,000 EUR111,465.04 ZMW
10,000 EUR222,930.08 ZMW
Get the EUR/ZMW rate in your app
One GET request returns the latest EUR → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/EUR/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ZMW"
},
"rate": 22.293,
"timestamp": 1790429452,
"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
ZMW to EURZambian Kwacha → Euro0.044857Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.