Convert GBP to NGN
British Pound → Nigerian Naira
1 GBP = 1,758.4047 NGN(1 NGN = 0.000568697 GBP)
Currency converter
1 GBP =
1,758.4047 NGN
GBP to NGN: last 30 days
Over the last 30 days, 1 GBP traded between 1,753.7528 and 1,824.0041 NGN, averaging 1,788.4596 NGN. The GBP/NGN rate is down 3.57% since 2026-08-28.
- 30-day high
- 1,824.0041
- 2026-08-29
- 30-day low
- 1,753.7528
- 2026-09-24
- 30-day average
- 1,788.4596
- Days with data: 30
- 30-day change
- -3.57%
- since 2026-08-28
1,824.0041
1,753.75282026-08-28 → 2026-09-26
| Date | 1 GBP in NGN | Daily change |
|---|---|---|
| 2026-09-26 | 1,758.4047 | 0.00% |
| 2026-09-25 | 1,758.4047 | +0.27% |
| 2026-09-24 | 1,753.7528 | -0.30% |
| 2026-09-23 | 1,758.9946 | -0.76% |
| 2026-09-22 | 1,772.3762 | -0.56% |
| 2026-09-21 | 1,782.3573 | +0.29% |
| 2026-09-20 | 1,777.2248 | -0.00% |
| 2026-09-19 | 1,777.2554 | -0.01% |
| 2026-09-18 | 1,777.4978 | -0.07% |
| 2026-09-17 | 1,778.7877 | -0.46% |
| 2026-09-16 | 1,787.0031 | +0.09% |
| 2026-09-15 | 1,785.3119 | -0.17% |
| 2026-09-14 | 1,788.3907 | -0.22% |
| 2026-09-13 | 1,792.3584 | +0.03% |
| 2026-09-12 | 1,791.8141 | -0.01% |
| Date | 1 GBP in NGN | Daily change |
|---|---|---|
| 2026-09-11 | 1,791.9583 | +0.16% |
| 2026-09-10 | 1,789.0499 | -0.16% |
| 2026-09-09 | 1,791.873 | +0.08% |
| 2026-09-08 | 1,790.4792 | +0.10% |
| 2026-09-07 | 1,788.7411 | +0.04% |
| 2026-09-06 | 1,788.1105 | -0.04% |
| 2026-09-05 | 1,788.8229 | -0.11% |
| 2026-09-04 | 1,790.8179 | -0.08% |
| 2026-09-03 | 1,792.267 | -0.27% |
| 2026-09-02 | 1,797.1594 | -0.75% |
| 2026-09-01 | 1,810.6633 | -0.69% |
| 2026-08-31 | 1,823.1545 | -0.01% |
| 2026-08-30 | 1,823.2686 | -0.04% |
| 2026-08-29 | 1,824.0041 | +0.03% |
| 2026-08-28 | 1,823.4834 | — |
GBP to NGN conversion table
1 GBP1,758.4047 NGN
5 GBP8,792.0237 NGN
10 GBP17,584.047 NGN
25 GBP43,960.118 NGN
50 GBP87,920.237 NGN
100 GBP175,840.47 NGN
500 GBP879,202.37 NGN
1,000 GBP1,758,404.7 NGN
5,000 GBP8,792,023.7 NGN
10,000 GBP17,584,047 NGN
Get the GBP/NGN rate in your app
One GET request returns the latest GBP → NGN 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/NGN"fetch('https://rate-api.com/api/v1/pair/GBP/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/NGN');
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']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "NGN"
},
"rate": 1758.4047,
"timestamp": 1790429441,
"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
NGN to GBPNigerian Naira → British Pound0.0005687Convert GBP to other currencies
Convert other currencies to NGN
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.