Skip to content

GBP to GNF exchange rate API

Pound Sterling to Guinea Franc · quoted 2026-09-26

11647.74

▲ +0.36% over 1Y

1 GBP = 11647.74 GNF · 1 GNF = 0.000086 GBP · Get this rate via the API

1 GBP buys 11647.74 GNF as of 2026-09-26, so 1 GNF buys 0.000086 GBP. Over the last year, GBP/GNF traded between 11366.01 and 11990.02, averaged 11727.06 and rose 0.36%. The API holds daily GBP/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/GNF over 1Y

GBP/GNF over 1Y: show the values
PointGBP/GNF
2025-09-2611606.07
2025-10-0311668.70
2025-10-1011526.20
2025-10-1711659.71
2025-10-2411543.62
2025-10-3111385.90
2025-11-0711404.88
2025-11-1411436.51
2025-11-2111366.01
2025-11-2811488.33
2025-12-0511608.14
2025-12-1311590.57
2025-12-2011692.91
2025-12-2711807.35
2026-01-0311801.93
2026-01-1011705.15
2026-01-1711689.11
2026-01-2411944.84
2026-01-3111976.78
2026-02-0711891.12
2026-02-1411990.02
2026-02-2111837.24
2026-02-2811858.54
2026-03-0711759.50
2026-03-1411620.11
2026-03-2111719.19
2026-03-2811648.43
2026-04-0411596.62
2026-04-1111810.14
2026-04-1811867.32
2026-04-2511826.77
2026-05-0211914.69
2026-05-0911970.65
2026-05-1711691.41
2026-05-2511831.80
2026-06-0111802.50
2026-06-1011733.57
2026-06-1711749.05
2026-06-2411536.52
2026-07-0111609.93
2026-07-0811721.96
2026-07-1511748.19
2026-07-2211740.57
2026-07-2911663.91
2026-08-0511839.77
2026-08-1211881.38
2026-08-2011957.87
2026-08-2711961.99
2026-09-0311867.23
2026-09-1011907.49
2026-09-1711786.93
2026-09-2411641.22

High

11990.02

Low

11366.01

Average

11727.06

For developers

Get this rate via the API

One GET request returns the GBP/GNF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/GNF API questions

How do I get the GBP/GNF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/GNF rate in rates.GNF.

How far back does GBP/GNF historical data go?

Daily GBP/GNF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/GNF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.