Convert ZMW to GBP
Zambian Kwacha → British Pound
1 ZMW = 0.0385973 GBP(1 GBP = 25.908546 ZMW)
Currency converter
1 ZMW =
0.038597 GBP
ZMW to GBP: last 30 days
Over the last 30 days, 1 ZMW traded between 0.037896 and 0.038773 GBP, averaging 0.038381 GBP. The ZMW/GBP rate is down 0.34% since 2026-08-28.
- 30-day high
- 0.038773
- 2026-08-31
- 30-day low
- 0.037896
- 2026-09-21
- 30-day average
- 0.038381
- Days with data: 30
- 30-day change
- -0.34%
- since 2026-08-28
0.038773
0.0378962026-08-28 → 2026-09-26
| Date | 1 ZMW in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.038597 | 0.00% |
| 2026-09-25 | 0.038597 | -0.15% |
| 2026-09-24 | 0.038654 | +0.07% |
| 2026-09-23 | 0.038626 | +1.43% |
| 2026-09-22 | 0.038082 | +0.49% |
| 2026-09-21 | 0.037896 | -0.72% |
| 2026-09-20 | 0.038171 | +0.32% |
| 2026-09-19 | 0.038048 | -0.37% |
| 2026-09-18 | 0.03819 | +0.28% |
| 2026-09-17 | 0.038082 | +0.44% |
| 2026-09-16 | 0.037917 | -0.82% |
| 2026-09-15 | 0.038231 | -0.17% |
| 2026-09-14 | 0.038297 | +0.10% |
| 2026-09-13 | 0.03826 | +0.00% |
| 2026-09-12 | 0.038259 | -0.00% |
| Date | 1 ZMW in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.038259 | -0.16% |
| 2026-09-10 | 0.038321 | +0.43% |
| 2026-09-09 | 0.038156 | -0.51% |
| 2026-09-08 | 0.038351 | -0.11% |
| 2026-09-07 | 0.038394 | -0.01% |
| 2026-09-06 | 0.038397 | +0.00% |
| 2026-09-05 | 0.038396 | -0.25% |
| 2026-09-04 | 0.038493 | -0.51% |
| 2026-09-03 | 0.03869 | -0.05% |
| 2026-09-02 | 0.038709 | +0.36% |
| 2026-09-01 | 0.038571 | -0.52% |
| 2026-08-31 | 0.038773 | +0.26% |
| 2026-08-30 | 0.038672 | +0.16% |
| 2026-08-29 | 0.038609 | -0.31% |
| 2026-08-28 | 0.038728 | — |
ZMW to GBP conversion table
1 ZMW0.038597 GBP
5 ZMW0.19299 GBP
10 ZMW0.38597 GBP
25 ZMW0.96493 GBP
50 ZMW1.9299 GBP
100 ZMW3.8597 GBP
500 ZMW19.2987 GBP
1,000 ZMW38.5973 GBP
5,000 ZMW192.9865 GBP
10,000 ZMW385.973 GBP
Get the ZMW/GBP rate in your app
One GET request returns the latest ZMW → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/ZMW/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "GBP"
},
"rate": 0.0386,
"timestamp": 1790435338,
"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
GBP to ZMWBritish Pound → Zambian Kwacha25.9085Convert ZMW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.