PGK to GMD exchange rate API
Kina to Dalasi · quoted 2026-09-25
16.4803
▼ +1.61% over 30D
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 30 days, PGK/GMD traded between 16.3448 and 16.9953, averaged 16.6631 and fell 1.61%. 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 30D: show the values
| Point | PGK/GMD |
|---|---|
| 2026-08-26 | 16.7492 |
| 2026-08-27 | 16.8506 |
| 2026-08-28 | 16.9449 |
| 2026-08-29 | 16.9953 |
| 2026-08-30 | 16.9715 |
| 2026-08-31 | 16.4311 |
| 2026-09-01 | 16.8320 |
| 2026-09-02 | 16.8577 |
| 2026-09-03 | 16.7338 |
| 2026-09-04 | 16.4376 |
| 2026-09-05 | 16.3448 |
| 2026-09-06 | 16.5104 |
| 2026-09-07 | 16.5727 |
| 2026-09-08 | 16.7208 |
| 2026-09-09 | 16.7173 |
| 2026-09-10 | 16.4542 |
| 2026-09-11 | 16.5877 |
| 2026-09-12 | 16.9187 |
| 2026-09-13 | 16.9456 |
| 2026-09-14 | 16.5748 |
| 2026-09-15 | 16.5720 |
| 2026-09-16 | 16.5667 |
| 2026-09-17 | 16.5096 |
| 2026-09-18 | 16.4349 |
| 2026-09-19 | 16.5241 |
| 2026-09-20 | 16.7530 |
| 2026-09-21 | 16.6611 |
| 2026-09-22 | 16.7307 |
| 2026-09-23 | 16.5814 |
| 2026-09-24 | 16.6761 |
| 2026-09-25 | 16.5774 |
High
16.9953
Low
16.3448
Average
16.6631
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.