Skip to content

FKP to GNF exchange rate API

Falkland Islands Pound to Guinea Franc · quoted 2026-09-27

11647.74

▲ +0.10% over 1Y

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

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

FKP/GNF over 1Y

FKP/GNF over 1Y: show the values
PointFKP/GNF
2025-09-2711635.84
2025-10-0411691.12
2025-10-1111529.48
2025-10-1811670.39
2025-10-2511540.90
2025-11-0111421.71
2025-11-0811410.56
2025-11-1511430.23
2025-11-2211357.95
2025-11-2911500.27
2025-12-0611595.09
2025-12-1411677.28
2025-12-2111665.00
2025-12-2811799.90
2026-01-0411774.86
2026-01-1111732.51
2026-01-1811715.90
2026-01-2511939.37
2026-02-0112010.07
2026-02-0811956.74
2026-02-1511979.92
2026-02-2211818.72
2026-03-0111833.01
2026-03-0811770.96
2026-03-1511622.29
2026-03-2211704.00
2026-03-2911645.88
2026-04-0511587.35
2026-04-1211790.79
2026-04-1911912.54
2026-04-2611843.58
2026-05-0311950.94
2026-05-1011922.77
2026-05-1811709.09
2026-05-2611824.72
2026-06-0211808.85
2026-06-1111728.00
2026-06-1811670.24
2026-06-2511548.23
2026-07-0211626.44
2026-07-0911758.49
2026-07-1611851.04
2026-07-2311744.92
2026-07-3011717.66
2026-08-0611834.64
2026-08-1311864.26
2026-08-2111996.80
2026-08-2811949.76
2026-09-0411915.53
2026-09-1111880.40
2026-09-1811710.87
2026-09-2511630.37

High

12010.07

Low

11357.95

Average

11733.13

For developers

Get this rate via the API

One GET request returns the FKP/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=FKP&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/GNF API questions

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

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

How far back does FKP/GNF historical data go?

Daily FKP/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 FKP/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.