Convert GBP to GNF
British Pound → Guinean Franc
1 GBP = 11,666.349 GNF(1 GNF = 0.0000857166 GBP)
Currency converter
1 GBP =
11,666.349 GNF
GBP to GNF: last 30 days
Over the last 30 days, 1 GBP traded between 11,641.205 and 11,943.23 GNF, averaging 11,839.057 GNF. The GBP/GNF rate is down 2.32% since 2026-08-28.
- 30-day high
- 11,943.23
- 2026-08-28
- 30-day low
- 11,641.205
- 2026-09-24
- 30-day average
- 11,839.057
- Days with data: 30
- 30-day change
- -2.32%
- since 2026-08-28
11,943.23
11,641.2052026-08-28 → 2026-09-26
| Date | 1 GBP in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 11,666.349 | 0.00% |
| 2026-09-25 | 11,666.349 | +0.22% |
| 2026-09-24 | 11,641.205 | -0.46% |
| 2026-09-23 | 11,695.513 | -0.67% |
| 2026-09-22 | 11,773.858 | -0.10% |
| 2026-09-21 | 11,785.096 | +0.36% |
| 2026-09-20 | 11,742.242 | -0.04% |
| 2026-09-19 | 11,747.15 | +0.32% |
| 2026-09-18 | 11,709.52 | -0.66% |
| 2026-09-17 | 11,786.96 | -0.45% |
| 2026-09-16 | 11,839.905 | -0.21% |
| 2026-09-15 | 11,865.385 | -0.11% |
| 2026-09-14 | 11,877.917 | -0.45% |
| 2026-09-13 | 11,931.714 | +0.55% |
| 2026-09-12 | 11,866.431 | -0.18% |
| Date | 1 GBP in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 11,887.974 | -0.16% |
| 2026-09-10 | 11,907.427 | -0.17% |
| 2026-09-09 | 11,928.031 | +0.12% |
| 2026-09-08 | 11,913.326 | +0.11% |
| 2026-09-07 | 11,900.804 | -0.04% |
| 2026-09-06 | 11,906.123 | +0.41% |
| 2026-09-05 | 11,857.545 | -0.48% |
| 2026-09-04 | 11,915.315 | +0.41% |
| 2026-09-03 | 11,867.155 | +0.03% |
| 2026-09-02 | 11,864.015 | -0.35% |
| 2026-09-01 | 11,905.738 | -0.12% |
| 2026-08-31 | 11,919.629 | -0.14% |
| 2026-08-30 | 11,936.489 | +0.11% |
| 2026-08-29 | 11,923.322 | -0.17% |
| 2026-08-28 | 11,943.23 | — |
GBP to GNF conversion table
1 GBP11,666.349 GNF
5 GBP58,331.743 GNF
10 GBP116,663.49 GNF
25 GBP291,658.72 GNF
50 GBP583,317.43 GNF
100 GBP1,166,634.9 GNF
500 GBP5,833,174.3 GNF
1,000 GBP11,666,349 GNF
5,000 GBP58,331,743 GNF
10,000 GBP116,663,486 GNF
Get the GBP/GNF rate in your app
One GET request returns the latest GBP → GNF 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/GNF"fetch('https://rate-api.com/api/v1/pair/GBP/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/GNF');
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']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "GNF"
},
"rate": 11666.3486,
"timestamp": 1790429383,
"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
GNF to GBPGuinean Franc → British Pound0.000085717Convert GBP to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.