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: show the values
| Point | FKP/GHS |
|---|---|
| 2025-09-25 | 16.5719 |
| 2025-10-02 | 16.9172 |
| 2025-10-09 | 16.5739 |
| 2025-10-16 | 14.8285 |
| 2025-10-23 | 14.3914 |
| 2025-10-30 | 14.3319 |
| 2025-11-06 | 14.2617 |
| 2025-11-13 | 14.3853 |
| 2025-11-20 | 14.3915 |
| 2025-11-27 | 14.8166 |
| 2025-12-04 | 15.1865 |
| 2025-12-12 | 15.3532 |
| 2025-12-19 | 15.4018 |
| 2025-12-26 | 15.0012 |
| 2026-01-02 | 14.1167 |
| 2026-01-09 | 14.3976 |
| 2026-01-16 | 14.4588 |
| 2026-01-23 | 14.6745 |
| 2026-01-30 | 15.0349 |
| 2026-02-06 | 14.8682 |
| 2026-02-13 | 14.9653 |
| 2026-02-20 | 14.7810 |
| 2026-02-27 | 14.3735 |
| 2026-03-06 | 14.4293 |
| 2026-03-13 | 14.5049 |
| 2026-03-20 | 14.5940 |
| 2026-03-27 | 14.5799 |
| 2026-04-03 | 14.5252 |
| 2026-04-10 | 14.8036 |
| 2026-04-17 | 14.9586 |
| 2026-04-24 | 14.9754 |
| 2026-05-01 | 15.1019 |
| 2026-05-08 | 15.3462 |
| 2026-05-16 | 15.2315 |
| 2026-05-24 | 15.5888 |
| 2026-05-31 | 15.7868 |
| 2026-06-09 | 15.7740 |
| 2026-06-16 | 14.9284 |
| 2026-06-23 | 14.8730 |
| 2026-06-30 | 14.9421 |
| 2026-07-07 | 15.2587 |
| 2026-07-14 | 15.3503 |
| 2026-07-21 | 15.5391 |
| 2026-07-28 | 15.4873 |
| 2026-08-04 | 15.7078 |
| 2026-08-11 | 15.8911 |
| 2026-08-18 | 14.8982 |
| 2026-08-26 | 15.2442 |
| 2026-09-02 | 15.2195 |
| 2026-09-09 | 15.4562 |
| 2026-09-16 | 15.4641 |
| 2026-09-23 | 15.3825 |
High
16.9172
Low
14.1167
Average
15.0801
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.