Skip to content

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

PGK/GYD over 1Y: show the values
PointPGK/GYD
2025-09-2550.4746
2025-10-0250.0358
2025-10-0950.2880
2025-10-1649.9018
2025-10-2350.3920
2025-10-3049.8950
2025-11-0649.4792
2025-11-1349.5457
2025-11-2049.4425
2025-11-2749.1804
2025-12-0448.8698
2025-12-1249.1861
2025-12-1949.0882
2025-12-2648.4407
2026-01-0248.7987
2026-01-0949.1033
2026-01-1649.0047
2026-01-2348.9937
2026-01-3048.9543
2026-02-0648.7930
2026-02-1348.8482
2026-02-2048.6863
2026-02-2748.6667
2026-03-0648.6506
2026-03-1348.5078
2026-03-2048.4062
2026-03-2748.5443
2026-04-0348.3935
2026-04-1048.3597
2026-04-1748.2376
2026-04-2448.4082
2026-05-0148.0644
2026-05-0848.2651
2026-05-1647.8231
2026-05-2448.1058
2026-05-3148.0185
2026-06-0947.6781
2026-06-1647.9408
2026-06-2347.8293
2026-06-3047.4693
2026-07-0747.5607
2026-07-1447.6071
2026-07-2147.4235
2026-07-2847.3890
2026-08-0447.6327
2026-08-1147.2423
2026-08-1847.3147
2026-08-2647.1829
2026-09-0247.3323
2026-09-0947.1052
2026-09-1646.8112
2026-09-2346.9712

High

50.4746

Low

46.8112

Average

48.4413

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=GYD");
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=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&currencies=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.