Convert GBP to MWK
British Pound → Malawian Kwacha
1 GBP = 2,297.5935 MWK(1 MWK = 0.000435238 GBP)
Currency converter
1 GBP =
2,297.5935 MWK
GBP to MWK: last 30 days
Over the last 30 days, 1 GBP traded between 2,297.5935 and 2,359.203 MWK, averaging 2,335.3971 MWK. The GBP/MWK rate is down 2.60% since 2026-08-28.
- 30-day high
- 2,359.203
- 2026-08-31
- 30-day low
- 2,297.5935
- 2026-09-25
- 30-day average
- 2,335.3971
- Days with data: 30
- 30-day change
- -2.60%
- since 2026-08-28
2,359.203
2,297.59352026-08-28 → 2026-09-26
| Date | 1 GBP in MWK | Daily change |
|---|---|---|
| 2026-09-26 | 2,297.5935 | 0.00% |
| 2026-09-25 | 2,297.5935 | -0.06% |
| 2026-09-24 | 2,298.8909 | -0.26% |
| 2026-09-23 | 2,304.9593 | -0.58% |
| 2026-09-22 | 2,318.389 | -0.11% |
| 2026-09-21 | 2,321.0435 | +0.14% |
| 2026-09-20 | 2,317.8418 | -0.24% |
| 2026-09-19 | 2,323.4934 | +0.24% |
| 2026-09-18 | 2,317.8846 | -0.25% |
| 2026-09-17 | 2,323.8031 | -0.48% |
| 2026-09-16 | 2,335.0896 | -0.30% |
| 2026-09-15 | 2,342.1454 | +0.05% |
| 2026-09-14 | 2,340.9683 | -0.04% |
| 2026-09-13 | 2,341.9365 | -0.11% |
| 2026-09-12 | 2,344.5132 | +0.01% |
| Date | 1 GBP in MWK | Daily change |
|---|---|---|
| 2026-09-11 | 2,344.2482 | -0.00% |
| 2026-09-10 | 2,344.3238 | -0.22% |
| 2026-09-09 | 2,349.5517 | +0.05% |
| 2026-09-08 | 2,348.4862 | +0.07% |
| 2026-09-07 | 2,346.8985 | -0.01% |
| 2026-09-06 | 2,347.15 | -0.07% |
| 2026-09-05 | 2,348.8207 | -0.02% |
| 2026-09-04 | 2,349.3624 | +0.46% |
| 2026-09-03 | 2,338.5227 | -0.10% |
| 2026-09-02 | 2,340.8601 | -0.16% |
| 2026-09-01 | 2,344.5568 | -0.62% |
| 2026-08-31 | 2,359.203 | +0.09% |
| 2026-08-30 | 2,357.0809 | -0.03% |
| 2026-08-29 | 2,357.6921 | -0.06% |
| 2026-08-28 | 2,359.0094 | — |
GBP to MWK conversion table
1 GBP2,297.5935 MWK
5 GBP11,487.967 MWK
10 GBP22,975.935 MWK
25 GBP57,439.837 MWK
50 GBP114,879.67 MWK
100 GBP229,759.35 MWK
500 GBP1,148,796.7 MWK
1,000 GBP2,297,593.5 MWK
5,000 GBP11,487,967 MWK
10,000 GBP22,975,935 MWK
Get the GBP/MWK rate in your app
One GET request returns the latest GBP → MWK 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/MWK"fetch('https://rate-api.com/api/v1/pair/GBP/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/MWK');
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']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "MWK"
},
"rate": 2297.5935,
"timestamp": 1790429432,
"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
MWK to GBPMalawian Kwacha → British Pound0.00043524Convert GBP to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.