Convert GNF to GBP
Guinean Franc → British Pound
1 GNF = 0.0000857166 GBP(1 GBP = 11,666.349 GNF)
Currency converter
1 GNF =
0.000085717 GBP
GNF to GBP: last 30 days
Over the last 30 days, 1 GNF traded between 0.000083729 and 0.000085902 GBP, averaging 0.000084471 GBP. The GNF/GBP rate is up 2.37% since 2026-08-28.
- 30-day high
- 0.000085902
- 2026-09-24
- 30-day low
- 0.000083729
- 2026-08-28
- 30-day average
- 0.000084471
- Days with data: 30
- 30-day change
- +2.37%
- since 2026-08-28
0.000085902
0.0000837292026-08-28 → 2026-09-26
| Date | 1 GNF in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.000085717 | 0.00% |
| 2026-09-25 | 0.000085717 | -0.22% |
| 2026-09-24 | 0.000085902 | +0.47% |
| 2026-09-23 | 0.000085503 | +0.67% |
| 2026-09-22 | 0.000084934 | +0.10% |
| 2026-09-21 | 0.000084853 | -0.36% |
| 2026-09-20 | 0.000085163 | +0.04% |
| 2026-09-19 | 0.000085127 | -0.32% |
| 2026-09-18 | 0.000085401 | +0.66% |
| 2026-09-17 | 0.00008484 | +0.45% |
| 2026-09-16 | 0.00008446 | +0.22% |
| 2026-09-15 | 0.000084279 | +0.11% |
| 2026-09-14 | 0.00008419 | +0.45% |
| 2026-09-13 | 0.00008381 | -0.55% |
| 2026-09-12 | 0.000084271 | +0.18% |
| Date | 1 GNF in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.000084119 | +0.16% |
| 2026-09-10 | 0.000083981 | +0.17% |
| 2026-09-09 | 0.000083836 | -0.12% |
| 2026-09-08 | 0.00008394 | -0.11% |
| 2026-09-07 | 0.000084028 | +0.04% |
| 2026-09-06 | 0.00008399 | -0.41% |
| 2026-09-05 | 0.000084334 | +0.49% |
| 2026-09-04 | 0.000083926 | -0.40% |
| 2026-09-03 | 0.000084266 | -0.03% |
| 2026-09-02 | 0.000084288 | +0.35% |
| 2026-09-01 | 0.000083993 | +0.12% |
| 2026-08-31 | 0.000083895 | +0.14% |
| 2026-08-30 | 0.000083777 | -0.11% |
| 2026-08-29 | 0.000083869 | +0.17% |
| 2026-08-28 | 0.000083729 | — |
GNF to GBP conversion table
1 GNF0.000085717 GBP
5 GNF0.00042858 GBP
10 GNF0.00085717 GBP
25 GNF0.0021429 GBP
50 GNF0.0042858 GBP
100 GNF0.0085717 GBP
500 GNF0.042858 GBP
1,000 GNF0.085717 GBP
5,000 GNF0.42858 GBP
10,000 GNF0.85717 GBP
Get the GNF/GBP rate in your app
One GET request returns the latest GNF → 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/GNF/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/GNF/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GNF = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "GBP"
},
"rate": 8.6e-5,
"timestamp": 1790432117,
"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 GNFBritish Pound → Guinean Franc11,666.349Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.