Convert ZWG to GBP
Zimbabwe Gold → British Pound
1 ZWG = 0.0283283 GBP(1 GBP = 35.300335 ZWG)
Currency converter
1 ZWG =
0.028328 GBP
ZWG to GBP: last 30 days
Over the last 30 days, 1 ZWG traded between 0.027489 and 0.028383 GBP, averaging 0.02788 GBP. The ZWG/GBP rate is up 2.22% since 2026-08-28.
- 30-day high
- 0.028383
- 2026-09-24
- 30-day low
- 0.027489
- 2026-09-08
- 30-day average
- 0.02788
- Days with data: 30
- 30-day change
- +2.22%
- since 2026-08-28
0.028383
0.0274892026-08-28 → 2026-09-26
| Date | 1 ZWG in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.028328 | 0.00% |
| 2026-09-25 | 0.028328 | -0.19% |
| 2026-09-24 | 0.028383 | +0.60% |
| 2026-09-23 | 0.028215 | +0.43% |
| 2026-09-22 | 0.028095 | +0.29% |
| 2026-09-21 | 0.028014 | -0.35% |
| 2026-09-20 | 0.028113 | 0.00% |
| 2026-09-19 | 0.028113 | +0.05% |
| 2026-09-18 | 0.0281 | +0.31% |
| 2026-09-17 | 0.028012 | +0.99% |
| 2026-09-16 | 0.027737 | +0.21% |
| 2026-09-15 | 0.027679 | -0.44% |
| 2026-09-14 | 0.027801 | +0.13% |
| 2026-09-13 | 0.027766 | 0.00% |
| 2026-09-12 | 0.027766 | +0.06% |
| Date | 1 ZWG in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.02775 | +0.15% |
| 2026-09-10 | 0.027709 | +0.46% |
| 2026-09-09 | 0.027582 | +0.34% |
| 2026-09-08 | 0.027489 | -1.21% |
| 2026-09-07 | 0.027825 | +0.02% |
| 2026-09-06 | 0.027819 | 0.00% |
| 2026-09-05 | 0.027819 | +0.33% |
| 2026-09-04 | 0.027728 | -0.00% |
| 2026-09-03 | 0.027729 | +0.20% |
| 2026-09-02 | 0.027674 | -0.08% |
| 2026-09-01 | 0.027695 | -0.63% |
| 2026-08-31 | 0.027871 | +0.34% |
| 2026-08-30 | 0.027776 | 0.00% |
| 2026-08-29 | 0.027776 | +0.23% |
| 2026-08-28 | 0.027714 | — |
ZWG to GBP conversion table
1 ZWG0.028328 GBP
5 ZWG0.14164 GBP
10 ZWG0.28328 GBP
25 ZWG0.70821 GBP
50 ZWG1.4164 GBP
100 ZWG2.8328 GBP
500 ZWG14.1642 GBP
1,000 ZWG28.3283 GBP
5,000 ZWG141.6417 GBP
10,000 ZWG283.2834 GBP
Get the ZWG/GBP rate in your app
One GET request returns the latest ZWG → 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/ZWG/GBP"fetch('https://rate-api.com/api/v1/pair/ZWG/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWG = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "GBP"
},
"rate": 0.0283,
"timestamp": 1790435378,
"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 ZWGBritish Pound → Zimbabwe Gold35.3003Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.