Skip to content

PGK to GYD exchange rate API

Kina to Guyana Dollar · quoted 2026-09-25

47.0442

▼ +4.31% over YTD

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 year to date, PGK/GYD traded between 46.6495 and 49.1605, averaged 48.0176 and fell 4.31%. 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 YTD

PGK/GYD over YTD: show the values
PointPGK/GYD
2025-12-3149.1605
2026-01-0749.0755
2026-01-1449.1352
2026-01-2148.9686
2026-01-2848.7689
2026-02-0448.8049
2026-02-1148.7735
2026-02-1848.6564
2026-02-2548.6965
2026-03-0448.6453
2026-03-1148.6042
2026-03-1848.4558
2026-03-2548.4709
2026-04-0148.4409
2026-04-0847.9760
2026-04-1548.2682
2026-04-2248.0816
2026-04-2948.1503
2026-05-0648.0289
2026-05-1448.3315
2026-05-2148.0001
2026-05-2947.8139
2026-06-0547.8063
2026-06-1448.1941
2026-06-2147.8365
2026-06-2847.6768
2026-07-0547.4046
2026-07-1247.5766
2026-07-1947.5054
2026-07-2647.3845
2026-08-0247.3691
2026-08-0947.3195
2026-08-1647.6432
2026-08-2447.2246
2026-08-3146.6495
2026-09-0746.8171
2026-09-1446.8320
2026-09-2147.0962

High

49.1605

Low

46.6495

Average

48.0176

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.