Skip to content

PGK to GMD exchange rate API

Kina to Dalasi · quoted 2026-09-25

16.4803

▼ +7.21% over 1Y

1 PGK = 16.4803 GMD · 1 GMD = 0.06068 PGK · Get this rate via the API

1 PGK buys 16.4803 GMD as of 2026-09-25, so 1 GMD buys 0.06068 PGK. Over the last year, PGK/GMD traded between 16.4803 and 17.7617, averaged 17.0648 and fell 7.21%. The API holds daily PGK/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/GMD over 1Y

PGK/GMD over 1Y: show the values
PointPGK/GMD
2025-09-2517.7617
2025-10-0217.5634
2025-10-0917.5044
2025-10-1617.3688
2025-10-2317.5563
2025-10-3017.4508
2025-11-0617.3879
2025-11-1317.3745
2025-11-2017.4009
2025-11-2717.3043
2025-12-0417.1343
2025-12-1217.3583
2025-12-1917.3370
2025-12-2617.1974
2026-01-0217.2494
2026-01-0917.3159
2026-01-1617.2881
2026-01-2317.2208
2026-01-3017.2702
2026-02-0617.1629
2026-02-1317.2092
2026-02-2017.2073
2026-02-2717.1115
2026-03-0617.1486
2026-03-1317.0205
2026-03-2017.2527
2026-03-2717.2036
2026-04-0317.1510
2026-04-1017.1264
2026-04-1716.8310
2026-04-2417.0039
2026-05-0116.8821
2026-05-0816.7858
2026-05-1616.5880
2026-05-2417.1029
2026-05-3116.9606
2026-06-0916.7615
2026-06-1616.8543
2026-06-2316.8036
2026-06-3016.7845
2026-07-0716.8371
2026-07-1416.8079
2026-07-2116.7638
2026-07-2816.7862
2026-08-0416.8264
2026-08-1116.7015
2026-08-1816.7624
2026-08-2616.7492
2026-09-0216.8577
2026-09-0916.7173
2026-09-1616.5667
2026-09-2316.5814

High

17.7617

Low

16.4803

Average

17.0648

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/GMD API questions

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

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

How far back does PGK/GMD historical data go?

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