Convert ZMW to EUR
Zambian Kwacha → Euro
1 ZMW = 0.0448571 EUR(1 EUR = 22.293008 ZMW)
Currency converter
1 ZMW =
0.044857 EUR
ZMW to EUR: last 30 days
Over the last 30 days, 1 ZMW traded between 0.044178 and 0.045271 EUR, averaging 0.044717 EUR. The ZMW/EUR rate is down 0.71% since 2026-08-28.
- 30-day high
- 0.045271
- 2026-08-31
- 30-day low
- 0.044178
- 2026-09-21
- 30-day average
- 0.044717
- Days with data: 30
- 30-day change
- -0.71%
- since 2026-08-28
0.045271
0.0441782026-08-28 → 2026-09-26
| Date | 1 ZMW in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.044857 | 0.00% |
| 2026-09-25 | 0.044857 | -0.22% |
| 2026-09-24 | 0.044954 | +0.03% |
| 2026-09-23 | 0.04494 | +1.23% |
| 2026-09-22 | 0.044395 | +0.49% |
| 2026-09-21 | 0.044178 | -0.61% |
| 2026-09-20 | 0.044447 | +0.32% |
| 2026-09-19 | 0.044303 | -0.37% |
| 2026-09-18 | 0.044469 | +0.22% |
| 2026-09-17 | 0.044369 | +0.33% |
| 2026-09-16 | 0.044223 | -1.01% |
| 2026-09-15 | 0.044673 | -0.15% |
| 2026-09-14 | 0.044741 | +0.35% |
| 2026-09-13 | 0.044584 | +0.00% |
| 2026-09-12 | 0.044582 | -0.00% |
| Date | 1 ZMW in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.044582 | -0.05% |
| 2026-09-10 | 0.044603 | +0.41% |
| 2026-09-09 | 0.04442 | -0.69% |
| 2026-09-08 | 0.04473 | +0.07% |
| 2026-09-07 | 0.044699 | -0.00% |
| 2026-09-06 | 0.044701 | +0.00% |
| 2026-09-05 | 0.044699 | -0.25% |
| 2026-09-04 | 0.044813 | -0.33% |
| 2026-09-03 | 0.044959 | -0.26% |
| 2026-09-02 | 0.045078 | +0.10% |
| 2026-09-01 | 0.045031 | -0.53% |
| 2026-08-31 | 0.045271 | +0.35% |
| 2026-08-30 | 0.045115 | +0.16% |
| 2026-08-29 | 0.045041 | -0.31% |
| 2026-08-28 | 0.04518 | — |
ZMW to EUR conversion table
1 ZMW0.044857 EUR
5 ZMW0.22429 EUR
10 ZMW0.44857 EUR
25 ZMW1.1214 EUR
50 ZMW2.2429 EUR
100 ZMW4.4857 EUR
500 ZMW22.4286 EUR
1,000 ZMW44.8571 EUR
5,000 ZMW224.2856 EUR
10,000 ZMW448.5711 EUR
Get the ZMW/EUR rate in your app
One GET request returns the latest ZMW → EUR 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/ZMW/EUR"fetch('https://rate-api.com/api/v1/pair/ZMW/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZMW = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "EUR"
},
"rate": 0.0449,
"timestamp": 1790432220,
"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
EUR to ZMWEuro → Zambian Kwacha22.293Convert ZMW to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.