Convert AWG to GBP
Aruban Florin → British Pound
1 AWG = 0.421554 GBP(1 GBP = 2.372174 AWG)
Currency converter
1 AWG =
0.42155 GBP
AWG to GBP: last 30 days
Over the last 30 days, 1 AWG traded between 0.41131 and 0.4226 GBP, averaging 0.41511 GBP. The AWG/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.4226
- 2026-09-24
- 30-day low
- 0.41131
- 2026-08-28
- 30-day average
- 0.41511
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.4226
0.411312026-08-28 → 2026-09-26
| Date | 1 AWG in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.42155 | 0.00% |
| 2026-09-25 | 0.42155 | -0.25% |
| 2026-09-24 | 0.4226 | +0.43% |
| 2026-09-23 | 0.42079 | +0.65% |
| 2026-09-22 | 0.41806 | +0.24% |
| 2026-09-21 | 0.41707 | -0.38% |
| 2026-09-20 | 0.41865 | 0.00% |
| 2026-09-19 | 0.41865 | +0.70% |
| 2026-09-18 | 0.41575 | -0.45% |
| 2026-09-17 | 0.41764 | +0.59% |
| 2026-09-16 | 0.41518 | +0.20% |
| 2026-09-15 | 0.41434 | +0.08% |
| 2026-09-14 | 0.41399 | +0.10% |
| 2026-09-13 | 0.41358 | 0.00% |
| 2026-09-12 | 0.41358 | 0.00% |
| Date | 1 AWG in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.41358 | +0.09% |
| 2026-09-10 | 0.4132 | +0.33% |
| 2026-09-09 | 0.41184 | -0.14% |
| 2026-09-08 | 0.41243 | -0.11% |
| 2026-09-07 | 0.41288 | -0.01% |
| 2026-09-06 | 0.41291 | 0.00% |
| 2026-09-05 | 0.41291 | 0.00% |
| 2026-09-04 | 0.41291 | -0.24% |
| 2026-09-03 | 0.41391 | -0.10% |
| 2026-09-02 | 0.41434 | +0.36% |
| 2026-09-01 | 0.41287 | +0.06% |
| 2026-08-31 | 0.41263 | +0.32% |
| 2026-08-30 | 0.41131 | 0.00% |
| 2026-08-29 | 0.41131 | 0.00% |
| 2026-08-28 | 0.41131 | — |
AWG to GBP conversion table
1 AWG0.42155 GBP
5 AWG2.1078 GBP
10 AWG4.2155 GBP
25 AWG10.5389 GBP
50 AWG21.0777 GBP
100 AWG42.1554 GBP
500 AWG210.7771 GBP
1,000 AWG421.5543 GBP
5,000 AWG2,107.7713 GBP
10,000 AWG4,215.5426 GBP
Get the AWG/GBP rate in your app
One GET request returns the latest AWG → 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/AWG/GBP"fetch('https://rate-api.com/api/v1/pair/AWG/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "GBP"
},
"rate": 0.4216,
"timestamp": 1790435318,
"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 AWGBritish Pound → Aruban Florin2.3722Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.