FKP to GHS exchange rate API
Falkland Islands Pound to Ghana Cedi · quoted 2026-09-25
15.3192
▲ +8.49% over YTD
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 year to date, FKP/GHS traded between 14.1202 and 15.8720, averaged 15.0323 and rose 8.49%. 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 YTD: show the values
| Point | FKP/GHS |
|---|---|
| 2025-12-31 | 14.1202 |
| 2026-01-07 | 14.3672 |
| 2026-01-14 | 14.4353 |
| 2026-01-21 | 14.5906 |
| 2026-01-28 | 15.0561 |
| 2026-02-04 | 15.0043 |
| 2026-02-11 | 15.0172 |
| 2026-02-18 | 14.9117 |
| 2026-02-25 | 14.4687 |
| 2026-03-04 | 14.3364 |
| 2026-03-11 | 14.5171 |
| 2026-03-18 | 14.5291 |
| 2026-03-25 | 14.6311 |
| 2026-04-01 | 14.5423 |
| 2026-04-08 | 14.7218 |
| 2026-04-15 | 14.8775 |
| 2026-04-22 | 14.9822 |
| 2026-04-29 | 15.0953 |
| 2026-05-06 | 15.1403 |
| 2026-05-14 | 15.3215 |
| 2026-05-21 | 15.5063 |
| 2026-05-29 | 15.6624 |
| 2026-06-05 | 15.8720 |
| 2026-06-14 | 14.8786 |
| 2026-06-21 | 14.7719 |
| 2026-06-28 | 14.8808 |
| 2026-07-05 | 15.1691 |
| 2026-07-12 | 15.3669 |
| 2026-07-19 | 15.5344 |
| 2026-07-26 | 15.4960 |
| 2026-08-02 | 15.7534 |
| 2026-08-09 | 15.8623 |
| 2026-08-16 | 14.8268 |
| 2026-08-24 | 15.2162 |
| 2026-08-31 | 15.2244 |
| 2026-09-07 | 15.3752 |
| 2026-09-14 | 15.4656 |
| 2026-09-21 | 15.4105 |
High
15.8720
Low
14.1202
Average
15.0323
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.