Skip to content

GHS to GBP exchange rate API

Ghana Cedi to Pound Sterling · quoted 2026-09-27

0.06497

▲ +7.88% over 1Y

1 GHS = 0.06497 GBP · 1 GBP = 15.3912 GHS · Get this rate via the API

1 GHS buys 0.06497 GBP as of 2026-09-27, so 1 GBP buys 15.3912 GHS. Over the last year, GHS/GBP traded between 0.05934 and 0.07086, averaged 0.06646 and rose 7.88%. The API holds daily GHS/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/GBP over 1Y

GHS/GBP over 1Y: show the values
PointGHS/GBP
2025-09-270.06023
2025-10-040.05934
2025-10-110.06162
2025-10-180.07010
2025-10-250.06920
2025-11-010.06971
2025-11-080.06947
2025-11-150.06921
2025-11-220.06925
2025-11-290.06670
2025-12-060.06581
2025-12-140.06512
2025-12-210.06502
2025-12-280.06703
2026-01-040.07086
2026-01-110.06957
2026-01-180.06920
2026-01-250.06721
2026-02-010.06677
2026-02-080.06700
2026-02-150.06665
2026-02-220.06757
2026-03-010.06976
2026-03-080.06950
2026-03-150.06950
2026-03-220.06878
2026-03-290.06876
2026-04-050.06889
2026-04-120.06775
2026-04-190.06688
2026-04-260.06681
2026-05-030.06561
2026-05-100.06545
2026-05-180.06520
2026-05-260.06388
2026-06-020.06307
2026-06-110.06495
2026-06-180.06751
2026-06-250.06777
2026-07-020.06613
2026-07-090.06540
2026-07-160.06435
2026-07-230.06450
2026-07-300.06406
2026-08-060.06334
2026-08-130.06552
2026-08-210.06602
2026-08-280.06561
2026-09-040.06506
2026-09-110.06460
2026-09-180.06511
2026-09-250.06508

High

0.07086

Low

0.05934

Average

0.06646

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GHS/GBP API questions

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

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

How far back does GHS/GBP historical data go?

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