Skip to content

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

GBP/GHS over YTD: show the values
PointGBP/GHS
2025-12-3114.1248
2026-01-0714.3398
2026-01-1414.4502
2026-01-2114.5641
2026-01-2815.0452
2026-02-0415.0198
2026-02-1115.0183
2026-02-1814.9342
2026-02-2514.4805
2026-03-0414.3889
2026-03-1114.4859
2026-03-1814.4809
2026-03-2514.6176
2026-04-0114.6345
2026-04-0814.8022
2026-04-1514.9802
2026-04-2214.9391
2026-04-2915.0506
2026-05-0615.2341
2026-05-1415.3012
2026-05-2115.4967
2026-05-2915.6531
2026-06-0515.9182
2026-06-1414.9020
2026-06-2114.7524
2026-06-2814.8796
2026-07-0515.1676
2026-07-1215.3518
2026-07-1915.5285
2026-07-2615.5089
2026-08-0215.7612
2026-08-0915.8619
2026-08-1614.8303
2026-08-2415.2065
2026-08-3115.2183
2026-09-0715.3995
2026-09-1415.4536
2026-09-2115.4239

High

15.9182

Low

14.1248

Average

15.0410

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=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&currencies=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.