Skip to content

PGK to GMD exchange rate API

Kina to Dalasi · quoted 2026-09-25

16.4803

▼ +4.72% over YTD

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 year to date, PGK/GMD traded between 16.4311 and 17.3740, averaged 16.9740 and fell 4.72%. 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 YTD

PGK/GMD over YTD: show the values
PointPGK/GMD
2025-12-3117.2961
2026-01-0717.3010
2026-01-1417.3153
2026-01-2117.2821
2026-01-2817.3740
2026-02-0417.2240
2026-02-1117.1960
2026-02-1817.1840
2026-02-2517.2079
2026-03-0417.1326
2026-03-1117.0974
2026-03-1817.1836
2026-03-2517.1759
2026-04-0117.1176
2026-04-0817.1327
2026-04-1516.9510
2026-04-2216.8931
2026-04-2916.9171
2026-05-0616.7938
2026-05-1417.0208
2026-05-2116.8812
2026-05-2916.8964
2026-06-0516.7213
2026-06-1416.9940
2026-06-2117.0627
2026-06-2816.9100
2026-07-0516.7703
2026-07-1216.9181
2026-07-1916.8217
2026-07-2616.9574
2026-08-0216.9857
2026-08-0916.7283
2026-08-1617.0872
2026-08-2416.7345
2026-08-3116.4311
2026-09-0716.5727
2026-09-1416.5748
2026-09-2116.6611

High

17.3740

Low

16.4311

Average

16.9740

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.