Convert GBP to AOA
British Pound → Angolan Kwanza
1 GBP = 1,214.813 AOA(1 AOA = 0.000823172 GBP)
Currency converter
1 GBP =
1,214.813 AOA
GBP to AOA: last 30 days
Over the last 30 days, 1 GBP traded between 1,214.1056 and 1,256.5834 AOA, averaging 1,235.4262 AOA. The GBP/AOA rate is down 2.44% since 2026-08-28.
- 30-day high
- 1,256.5834
- 2026-09-13
- 30-day low
- 1,214.1056
- 2026-09-24
- 30-day average
- 1,235.4262
- Days with data: 30
- 30-day change
- -2.44%
- since 2026-08-28
1,256.5834
1,214.10562026-08-28 → 2026-09-26
| Date | 1 GBP in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 1,214.813 | 0.00% |
| 2026-09-25 | 1,214.813 | +0.06% |
| 2026-09-24 | 1,214.1056 | -0.18% |
| 2026-09-23 | 1,216.3416 | -0.81% |
| 2026-09-22 | 1,226.2811 | -0.45% |
| 2026-09-21 | 1,231.8018 | +0.75% |
| 2026-09-20 | 1,222.6278 | -0.01% |
| 2026-09-19 | 1,222.6994 | -0.19% |
| 2026-09-18 | 1,224.9957 | -0.16% |
| 2026-09-17 | 1,226.9792 | -0.77% |
| 2026-09-16 | 1,236.486 | +0.01% |
| 2026-09-15 | 1,236.3397 | -0.14% |
| 2026-09-14 | 1,238.1313 | -1.47% |
| 2026-09-13 | 1,256.5834 | +1.27% |
| 2026-09-12 | 1,240.8403 | +0.03% |
| Date | 1 GBP in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 1,240.4164 | -0.11% |
| 2026-09-10 | 1,241.8266 | -0.32% |
| 2026-09-09 | 1,245.7764 | +0.39% |
| 2026-09-08 | 1,240.9247 | -0.27% |
| 2026-09-07 | 1,244.273 | +0.13% |
| 2026-09-06 | 1,242.626 | +0.00% |
| 2026-09-05 | 1,242.5716 | +0.07% |
| 2026-09-04 | 1,241.7386 | +0.27% |
| 2026-09-03 | 1,238.4169 | +0.09% |
| 2026-09-02 | 1,237.2513 | -0.46% |
| 2026-09-01 | 1,242.9452 | -0.17% |
| 2026-08-31 | 1,245.1067 | +0.07% |
| 2026-08-30 | 1,244.2821 | -0.10% |
| 2026-08-29 | 1,245.5426 | +0.02% |
| 2026-08-28 | 1,245.2494 | — |
GBP to AOA conversion table
1 GBP1,214.813 AOA
5 GBP6,074.0652 AOA
10 GBP12,148.13 AOA
25 GBP30,370.326 AOA
50 GBP60,740.652 AOA
100 GBP121,481.3 AOA
500 GBP607,406.52 AOA
1,000 GBP1,214,813 AOA
5,000 GBP6,074,065.2 AOA
10,000 GBP12,148,130 AOA
Get the GBP/AOA rate in your app
One GET request returns the latest GBP → AOA 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/AOA"fetch('https://rate-api.com/api/v1/pair/GBP/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/AOA');
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']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "AOA"
},
"rate": 1214.813,
"timestamp": 1790447471,
"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
AOA to GBPAngolan Kwanza → British Pound0.00082317Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.