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: show the values
| Point | PGK/GMD |
|---|---|
| 2025-12-31 | 17.2961 |
| 2026-01-07 | 17.3010 |
| 2026-01-14 | 17.3153 |
| 2026-01-21 | 17.2821 |
| 2026-01-28 | 17.3740 |
| 2026-02-04 | 17.2240 |
| 2026-02-11 | 17.1960 |
| 2026-02-18 | 17.1840 |
| 2026-02-25 | 17.2079 |
| 2026-03-04 | 17.1326 |
| 2026-03-11 | 17.0974 |
| 2026-03-18 | 17.1836 |
| 2026-03-25 | 17.1759 |
| 2026-04-01 | 17.1176 |
| 2026-04-08 | 17.1327 |
| 2026-04-15 | 16.9510 |
| 2026-04-22 | 16.8931 |
| 2026-04-29 | 16.9171 |
| 2026-05-06 | 16.7938 |
| 2026-05-14 | 17.0208 |
| 2026-05-21 | 16.8812 |
| 2026-05-29 | 16.8964 |
| 2026-06-05 | 16.7213 |
| 2026-06-14 | 16.9940 |
| 2026-06-21 | 17.0627 |
| 2026-06-28 | 16.9100 |
| 2026-07-05 | 16.7703 |
| 2026-07-12 | 16.9181 |
| 2026-07-19 | 16.8217 |
| 2026-07-26 | 16.9574 |
| 2026-08-02 | 16.9857 |
| 2026-08-09 | 16.7283 |
| 2026-08-16 | 17.0872 |
| 2026-08-24 | 16.7345 |
| 2026-08-31 | 16.4311 |
| 2026-09-07 | 16.5727 |
| 2026-09-14 | 16.5748 |
| 2026-09-21 | 16.6611 |
High
17.3740
Low
16.4311
Average
16.9740
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.