Convert GBP to AFN
British Pound → Afghan Afghani
1 GBP = 84.824624 AFN(1 AFN = 0.011789 GBP)
Currency converter
1 GBP =
84.8246 AFN
GBP to AFN: last 30 days
Over the last 30 days, 1 GBP traded between 84.5839 and 89.589 AFN, averaging 87.5978 AFN. The GBP/AFN rate is down 5.32% since 2026-08-28.
- 30-day high
- 89.589
- 2026-08-28
- 30-day low
- 84.5839
- 2026-09-24
- 30-day average
- 87.5978
- Days with data: 30
- 30-day change
- -5.32%
- since 2026-08-28
89.589
84.58392026-08-28 → 2026-09-26
| Date | 1 GBP in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 84.8246 | 0.00% |
| 2026-09-25 | 84.8246 | +0.28% |
| 2026-09-24 | 84.5839 | -1.93% |
| 2026-09-23 | 86.2515 | -0.41% |
| 2026-09-22 | 86.6043 | -0.42% |
| 2026-09-21 | 86.9704 | +0.68% |
| 2026-09-20 | 86.3816 | +1.69% |
| 2026-09-19 | 84.9495 | -2.06% |
| 2026-09-18 | 86.7378 | -0.03% |
| 2026-09-17 | 86.7617 | -0.73% |
| 2026-09-16 | 87.3975 | -0.12% |
| 2026-09-15 | 87.5032 | +0.61% |
| 2026-09-14 | 86.9701 | +0.03% |
| 2026-09-13 | 86.945 | -2.18% |
| 2026-09-12 | 88.8827 | +0.64% |
| Date | 1 GBP in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 88.3169 | -0.52% |
| 2026-09-10 | 88.7797 | +0.42% |
| 2026-09-09 | 88.4081 | -0.28% |
| 2026-09-08 | 88.6573 | -0.72% |
| 2026-09-07 | 89.3016 | +2.30% |
| 2026-09-06 | 87.294 | -1.86% |
| 2026-09-05 | 88.9508 | -0.22% |
| 2026-09-04 | 89.1469 | +0.40% |
| 2026-09-03 | 88.788 | -0.03% |
| 2026-09-02 | 88.8177 | -0.54% |
| 2026-09-01 | 89.2976 | +0.85% |
| 2026-08-31 | 88.5424 | +0.06% |
| 2026-08-30 | 88.4884 | -0.54% |
| 2026-08-29 | 88.9668 | -0.69% |
| 2026-08-28 | 89.589 | — |
GBP to AFN conversion table
1 GBP84.8246 AFN
5 GBP424.1231 AFN
10 GBP848.2462 AFN
25 GBP2,120.6156 AFN
50 GBP4,241.2312 AFN
100 GBP8,482.4624 AFN
500 GBP42,412.312 AFN
1,000 GBP84,824.624 AFN
5,000 GBP424,123.12 AFN
10,000 GBP848,246.24 AFN
Get the GBP/AFN rate in your app
One GET request returns the latest GBP → AFN 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/AFN"fetch('https://rate-api.com/api/v1/pair/GBP/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/AFN');
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']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "AFN"
},
"rate": 84.8246,
"timestamp": 1790429425,
"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
AFN to GBPAfghan Afghani → British Pound0.011789Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.