Skip to content

FKP to GHS exchange rate API

Falkland Islands Pound to Ghana Cedi · quoted 2026-09-25

15.3192

▼ +7.56% over 1Y

1 FKP = 15.3192 GHS · 1 GHS = 0.06528 FKP · Get this rate via the API

1 FKP buys 15.3192 GHS as of 2026-09-25, so 1 GHS buys 0.06528 FKP. Over the last year, FKP/GHS traded between 14.1167 and 16.9172, averaged 15.0801 and fell 7.56%. The API holds daily FKP/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/GHS over 1Y

FKP/GHS over 1Y: show the values
PointFKP/GHS
2025-09-2516.5719
2025-10-0216.9172
2025-10-0916.5739
2025-10-1614.8285
2025-10-2314.3914
2025-10-3014.3319
2025-11-0614.2617
2025-11-1314.3853
2025-11-2014.3915
2025-11-2714.8166
2025-12-0415.1865
2025-12-1215.3532
2025-12-1915.4018
2025-12-2615.0012
2026-01-0214.1167
2026-01-0914.3976
2026-01-1614.4588
2026-01-2314.6745
2026-01-3015.0349
2026-02-0614.8682
2026-02-1314.9653
2026-02-2014.7810
2026-02-2714.3735
2026-03-0614.4293
2026-03-1314.5049
2026-03-2014.5940
2026-03-2714.5799
2026-04-0314.5252
2026-04-1014.8036
2026-04-1714.9586
2026-04-2414.9754
2026-05-0115.1019
2026-05-0815.3462
2026-05-1615.2315
2026-05-2415.5888
2026-05-3115.7868
2026-06-0915.7740
2026-06-1614.9284
2026-06-2314.8730
2026-06-3014.9421
2026-07-0715.2587
2026-07-1415.3503
2026-07-2115.5391
2026-07-2815.4873
2026-08-0415.7078
2026-08-1115.8911
2026-08-1814.8982
2026-08-2615.2442
2026-09-0215.2195
2026-09-0915.4562
2026-09-1615.4641
2026-09-2315.3825

High

16.9172

Low

14.1167

Average

15.0801

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/GHS API questions

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

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

How far back does FKP/GHS historical data go?

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