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: show the values
| Point | GBP/GNF |
|---|---|
| 2025-09-26 | 11606.07 |
| 2025-10-03 | 11668.70 |
| 2025-10-10 | 11526.20 |
| 2025-10-17 | 11659.71 |
| 2025-10-24 | 11543.62 |
| 2025-10-31 | 11385.90 |
| 2025-11-07 | 11404.88 |
| 2025-11-14 | 11436.51 |
| 2025-11-21 | 11366.01 |
| 2025-11-28 | 11488.33 |
| 2025-12-05 | 11608.14 |
| 2025-12-13 | 11590.57 |
| 2025-12-20 | 11692.91 |
| 2025-12-27 | 11807.35 |
| 2026-01-03 | 11801.93 |
| 2026-01-10 | 11705.15 |
| 2026-01-17 | 11689.11 |
| 2026-01-24 | 11944.84 |
| 2026-01-31 | 11976.78 |
| 2026-02-07 | 11891.12 |
| 2026-02-14 | 11990.02 |
| 2026-02-21 | 11837.24 |
| 2026-02-28 | 11858.54 |
| 2026-03-07 | 11759.50 |
| 2026-03-14 | 11620.11 |
| 2026-03-21 | 11719.19 |
| 2026-03-28 | 11648.43 |
| 2026-04-04 | 11596.62 |
| 2026-04-11 | 11810.14 |
| 2026-04-18 | 11867.32 |
| 2026-04-25 | 11826.77 |
| 2026-05-02 | 11914.69 |
| 2026-05-09 | 11970.65 |
| 2026-05-17 | 11691.41 |
| 2026-05-25 | 11831.80 |
| 2026-06-01 | 11802.50 |
| 2026-06-10 | 11733.57 |
| 2026-06-17 | 11749.05 |
| 2026-06-24 | 11536.52 |
| 2026-07-01 | 11609.93 |
| 2026-07-08 | 11721.96 |
| 2026-07-15 | 11748.19 |
| 2026-07-22 | 11740.57 |
| 2026-07-29 | 11663.91 |
| 2026-08-05 | 11839.77 |
| 2026-08-12 | 11881.38 |
| 2026-08-20 | 11957.87 |
| 2026-08-27 | 11961.99 |
| 2026-09-03 | 11867.23 |
| 2026-09-10 | 11907.49 |
| 2026-09-17 | 11786.93 |
| 2026-09-24 | 11641.22 |
High
11990.02
Low
11366.01
Average
11727.06
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.