PGK to GYD exchange rate API
Kina to Guyana Dollar · quoted 2026-09-25
47.0442
▼ +6.80% over 1Y
1 PGK = 47.0442 GYD · 1 GYD = 0.02126 PGK · Get this rate via the API
1 PGK buys 47.0442 GYD as of 2026-09-25, so 1 GYD buys 0.02126 PGK. Over the last year, PGK/GYD traded between 46.8112 and 50.4746, averaged 48.4413 and fell 6.80%. The API holds daily PGK/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/GYD over 1Y: show the values
| Point | PGK/GYD |
|---|---|
| 2025-09-25 | 50.4746 |
| 2025-10-02 | 50.0358 |
| 2025-10-09 | 50.2880 |
| 2025-10-16 | 49.9018 |
| 2025-10-23 | 50.3920 |
| 2025-10-30 | 49.8950 |
| 2025-11-06 | 49.4792 |
| 2025-11-13 | 49.5457 |
| 2025-11-20 | 49.4425 |
| 2025-11-27 | 49.1804 |
| 2025-12-04 | 48.8698 |
| 2025-12-12 | 49.1861 |
| 2025-12-19 | 49.0882 |
| 2025-12-26 | 48.4407 |
| 2026-01-02 | 48.7987 |
| 2026-01-09 | 49.1033 |
| 2026-01-16 | 49.0047 |
| 2026-01-23 | 48.9937 |
| 2026-01-30 | 48.9543 |
| 2026-02-06 | 48.7930 |
| 2026-02-13 | 48.8482 |
| 2026-02-20 | 48.6863 |
| 2026-02-27 | 48.6667 |
| 2026-03-06 | 48.6506 |
| 2026-03-13 | 48.5078 |
| 2026-03-20 | 48.4062 |
| 2026-03-27 | 48.5443 |
| 2026-04-03 | 48.3935 |
| 2026-04-10 | 48.3597 |
| 2026-04-17 | 48.2376 |
| 2026-04-24 | 48.4082 |
| 2026-05-01 | 48.0644 |
| 2026-05-08 | 48.2651 |
| 2026-05-16 | 47.8231 |
| 2026-05-24 | 48.1058 |
| 2026-05-31 | 48.0185 |
| 2026-06-09 | 47.6781 |
| 2026-06-16 | 47.9408 |
| 2026-06-23 | 47.8293 |
| 2026-06-30 | 47.4693 |
| 2026-07-07 | 47.5607 |
| 2026-07-14 | 47.6071 |
| 2026-07-21 | 47.4235 |
| 2026-07-28 | 47.3890 |
| 2026-08-04 | 47.6327 |
| 2026-08-11 | 47.2423 |
| 2026-08-18 | 47.3147 |
| 2026-08-26 | 47.1829 |
| 2026-09-02 | 47.3323 |
| 2026-09-09 | 47.1052 |
| 2026-09-16 | 46.8112 |
| 2026-09-23 | 46.9712 |
High
50.4746
Low
46.8112
Average
48.4413
Get this rate via the API
One GET request returns the PGK/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/GYD API questions
How do I get the PGK/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/GYD rate in rates.GYD.
How far back does PGK/GYD historical data go?
Daily PGK/GYD 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/GYD 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.