Skip to content

PGK to GYD exchange rate API

Kina to Guyana Dollar · quoted 2026-09-25

47.0442

▼ +3.14% over 6M

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 6 months, PGK/GYD traded between 46.4208 and 48.5680, averaged 47.5451 and fell 3.14%. 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 6M

PGK/GYD over 6M: show the values
PointPGK/GYD
2026-03-2948.5680
2026-04-0548.4559
2026-04-1248.3301
2026-04-1948.2648
2026-04-2648.1000
2026-05-0348.1607
2026-05-1047.6154
2026-05-1848.0354
2026-05-2647.9777
2026-06-0247.9840
2026-06-1147.7260
2026-06-1847.7179
2026-06-2547.5078
2026-07-0247.5222
2026-07-0947.5243
2026-07-1647.0818
2026-07-2346.9412
2026-07-3046.9879
2026-08-0647.3349
2026-08-1347.2553
2026-08-2146.6862
2026-08-2847.1936
2026-09-0446.4208
2026-09-1146.9641
2026-09-1846.7711

High

48.5680

Low

46.4208

Average

47.5451

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.