GBP to GHS exchange rate API
Pound Sterling to Ghana Cedi · quoted 2026-09-27
15.3911
▲ +8.97% over YTD
1 GBP = 15.3911 GHS · 1 GHS = 0.06497 GBP · Get this rate via the API
1 GBP buys 15.3911 GHS as of 2026-09-27, so 1 GHS buys 0.06497 GBP. Over the year to date, GBP/GHS traded between 14.1248 and 15.9182, averaged 15.0410 and rose 8.97%. The API holds daily GBP/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/GHS over YTD: show the values
| Point | GBP/GHS |
|---|---|
| 2025-12-31 | 14.1248 |
| 2026-01-07 | 14.3398 |
| 2026-01-14 | 14.4502 |
| 2026-01-21 | 14.5641 |
| 2026-01-28 | 15.0452 |
| 2026-02-04 | 15.0198 |
| 2026-02-11 | 15.0183 |
| 2026-02-18 | 14.9342 |
| 2026-02-25 | 14.4805 |
| 2026-03-04 | 14.3889 |
| 2026-03-11 | 14.4859 |
| 2026-03-18 | 14.4809 |
| 2026-03-25 | 14.6176 |
| 2026-04-01 | 14.6345 |
| 2026-04-08 | 14.8022 |
| 2026-04-15 | 14.9802 |
| 2026-04-22 | 14.9391 |
| 2026-04-29 | 15.0506 |
| 2026-05-06 | 15.2341 |
| 2026-05-14 | 15.3012 |
| 2026-05-21 | 15.4967 |
| 2026-05-29 | 15.6531 |
| 2026-06-05 | 15.9182 |
| 2026-06-14 | 14.9020 |
| 2026-06-21 | 14.7524 |
| 2026-06-28 | 14.8796 |
| 2026-07-05 | 15.1676 |
| 2026-07-12 | 15.3518 |
| 2026-07-19 | 15.5285 |
| 2026-07-26 | 15.5089 |
| 2026-08-02 | 15.7612 |
| 2026-08-09 | 15.8619 |
| 2026-08-16 | 14.8303 |
| 2026-08-24 | 15.2065 |
| 2026-08-31 | 15.2183 |
| 2026-09-07 | 15.3995 |
| 2026-09-14 | 15.4536 |
| 2026-09-21 | 15.4239 |
High
15.9182
Low
14.1248
Average
15.0410
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GHS").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/GHS API questions
How do I get the GBP/GHS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/GHS rate in rates.GHS.
How far back does GBP/GHS historical data go?
Daily GBP/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 GBP/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.