Skip to content

PAB to GHS exchange rate API

Balboa to Ghana Cedi · quoted 2026-09-25

11.5953

▼ +5.89% over 1Y

1 PAB = 11.5953 GHS · 1 GHS = 0.08624 PAB · Get this rate via the API

1 PAB buys 11.5953 GHS as of 2026-09-25, so 1 GHS buys 0.08624 PAB. Over the last year, PAB/GHS traded between 10.4646 and 12.5475, averaged 11.2482 and fell 5.89%. The API holds daily PAB/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/GHS over 1Y

PAB/GHS over 1Y: show the values
PointPAB/GHS
2025-09-2512.3205
2025-10-0212.5475
2025-10-0912.3598
2025-10-1611.0324
2025-10-2310.7852
2025-10-3010.8518
2025-11-0610.9162
2025-11-1310.9621
2025-11-2011.0300
2025-11-2711.1763
2025-12-0411.3841
2025-12-1211.4648
2025-12-1911.5068
2025-12-2611.1018
2026-01-0210.4646
2026-01-0910.7221
2026-01-1610.8037
2026-01-2310.8732
2026-01-3010.9355
2026-02-0610.9739
2026-02-1310.9860
2026-02-2010.9993
2026-02-2710.6586
2026-03-0610.7931
2026-03-1310.8588
2026-03-2010.8801
2026-03-2710.9275
2026-04-0310.9828
2026-04-1011.0291
2026-04-1711.0246
2026-04-2411.0889
2026-05-0111.1927
2026-05-0811.2501
2026-05-1611.4291
2026-05-2411.6038
2026-05-3111.7312
2026-06-0911.8171
2026-06-1611.1415
2026-06-2311.2258
2026-06-3011.2902
2026-07-0711.3952
2026-07-1411.4912
2026-07-2111.5680
2026-07-2811.6448
2026-08-0411.6975
2026-08-1111.7624
2026-08-1810.9992
2026-08-2611.1719
2026-09-0211.2721
2026-09-0911.4097
2026-09-1611.4712
2026-09-2311.5511

High

12.5475

Low

10.4646

Average

11.2482

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/GHS API questions

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

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

How far back does PAB/GHS historical data go?

Daily PAB/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 PAB/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.