Skip to content

PGK to GHS exchange rate API

Kina to Ghana Cedi · quoted 2026-09-25

2.5934

▼ +12.79% over 1Y

1 PGK = 2.5934 GHS · 1 GHS = 0.38560 PGK · Get this rate via the API

1 PGK buys 2.5934 GHS as of 2026-09-25, so 1 GHS buys 0.38560 PGK. Over the last year, PGK/GHS traded between 2.4406 and 3.0008, averaged 2.6040 and fell 12.79%. The API holds daily PGK/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/GHS over 1Y

PGK/GHS over 1Y: show the values
PointPGK/GHS
2025-09-252.9736
2025-10-023.0008
2025-10-092.9718
2025-10-162.6314
2025-10-232.6001
2025-10-302.5882
2025-11-062.5831
2025-11-132.5960
2025-11-202.6066
2025-11-272.6264
2025-12-042.6595
2025-12-122.6999
2025-12-192.7005
2025-12-262.5706
2026-01-022.4406
2026-01-092.5137
2026-01-162.5301
2026-01-232.5470
2026-01-302.5541
2026-02-062.5579
2026-02-132.5617
2026-02-202.5592
2026-02-272.4780
2026-03-062.5101
2026-03-132.5095
2026-03-202.5327
2026-03-272.5383
2026-04-032.5449
2026-04-102.5493
2026-04-172.5417
2026-04-242.5655
2026-05-012.5714
2026-05-082.5953
2026-05-162.6155
2026-05-242.6674
2026-05-312.6917
2026-06-092.6953
2026-06-162.5512
2026-06-232.5658
2026-06-302.5649
2026-07-072.5953
2026-07-142.6100
2026-07-212.6207
2026-07-282.6357
2026-08-042.6569
2026-08-112.6513
2026-08-182.4862
2026-08-262.5216
2026-09-022.5486
2026-09-092.5731
2026-09-162.5682
2026-09-232.5906

High

3.0008

Low

2.4406

Average

2.6040

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/GHS API questions

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

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

How far back does PGK/GHS historical data go?

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