Convert GBP to ZWG
British Pound → Zimbabwe Gold
1 GBP = 35.300335 ZWG(1 ZWG = 0.0283283 GBP)
Currency converter
1 GBP =
35.3003 ZWG
GBP to ZWG: last 30 days
Over the last 30 days, 1 GBP traded between 35.2325 and 36.3784 ZWG, averaging 35.8701 ZWG. The GBP/ZWG rate is down 2.17% since 2026-08-28.
- 30-day high
- 36.3784
- 2026-09-08
- 30-day low
- 35.2325
- 2026-09-24
- 30-day average
- 35.8701
- Days with data: 30
- 30-day change
- -2.17%
- since 2026-08-28
36.3784
35.23252026-08-28 → 2026-09-26
| Date | 1 GBP in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 35.3003 | 0.00% |
| 2026-09-25 | 35.3003 | +0.19% |
| 2026-09-24 | 35.2325 | -0.59% |
| 2026-09-23 | 35.4427 | -0.43% |
| 2026-09-22 | 35.5942 | -0.29% |
| 2026-09-21 | 35.6966 | +0.35% |
| 2026-09-20 | 35.5711 | 0.00% |
| 2026-09-19 | 35.5711 | -0.05% |
| 2026-09-18 | 35.5877 | -0.31% |
| 2026-09-17 | 35.6989 | -0.98% |
| 2026-09-16 | 36.0527 | -0.21% |
| 2026-09-15 | 36.1289 | +0.44% |
| 2026-09-14 | 35.9696 | -0.13% |
| 2026-09-13 | 36.0149 | 0.00% |
| 2026-09-12 | 36.0149 | -0.06% |
| Date | 1 GBP in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 36.0357 | -0.15% |
| 2026-09-10 | 36.0887 | -0.46% |
| 2026-09-09 | 36.256 | -0.34% |
| 2026-09-08 | 36.3784 | +1.22% |
| 2026-09-07 | 35.9395 | -0.02% |
| 2026-09-06 | 35.9464 | 0.00% |
| 2026-09-05 | 35.9464 | -0.33% |
| 2026-09-04 | 36.064 | +0.00% |
| 2026-09-03 | 36.0633 | -0.20% |
| 2026-09-02 | 36.1349 | +0.08% |
| 2026-09-01 | 36.1077 | +0.64% |
| 2026-08-31 | 35.879 | -0.34% |
| 2026-08-30 | 36.0017 | 0.00% |
| 2026-08-29 | 36.0017 | -0.23% |
| 2026-08-28 | 36.083 | — |
GBP to ZWG conversion table
1 GBP35.3003 ZWG
5 GBP176.5017 ZWG
10 GBP353.0034 ZWG
25 GBP882.5084 ZWG
50 GBP1,765.0167 ZWG
100 GBP3,530.0335 ZWG
500 GBP17,650.167 ZWG
1,000 GBP35,300.335 ZWG
5,000 GBP176,501.67 ZWG
10,000 GBP353,003.35 ZWG
Get the GBP/ZWG rate in your app
One GET request returns the latest GBP → 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/GBP/ZWG"fetch('https://rate-api.com/api/v1/pair/GBP/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/ZWG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "ZWG"
},
"rate": 35.3003,
"timestamp": 1790447511,
"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 GBPZimbabwe Gold → British Pound0.028328Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.