Skip to content

PGK to XCD exchange rate API

Kina to East Caribbean Dollar · quoted 2026-09-24

0.61022

▼ +6.54% over 1Y

1 PGK = 0.61022 XCD · 1 XCD = 1.6388 PGK · Get this rate via the API

1 PGK buys 0.61022 XCD as of 2026-09-24, so 1 XCD buys 1.6388 PGK. Over the last year, PGK/XCD traded between 0.60549 and 0.65289, averaged 0.62656 and fell 6.54%. The API holds daily PGK/XCD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/XCD over 1Y

PGK/XCD over 1Y: show the values
PointPGK/XCD
2025-09-240.65289
2025-10-010.65269
2025-10-080.64820
2025-10-150.64531
2025-10-220.65069
2025-10-290.64560
2025-11-050.64362
2025-11-120.64043
2025-11-190.64038
2025-11-260.63800
2025-12-030.63071
2025-12-110.63674
2025-12-180.63603
2025-12-250.62673
2026-01-010.63512
2026-01-080.63439
2026-01-150.63380
2026-01-220.63355
2026-01-290.63290
2026-02-050.63299
2026-02-120.63018
2026-02-190.63033
2026-02-260.63036
2026-03-050.62955
2026-03-120.62881
2026-03-190.62773
2026-03-260.62817
2026-04-020.62740
2026-04-090.62553
2026-04-160.62274
2026-04-230.62179
2026-04-300.62228
2026-05-070.62133
2026-05-150.62136
2026-05-230.62251
2026-05-300.61998
2026-06-060.61870
2026-06-150.61911
2026-06-220.61765
2026-06-290.61482
2026-07-060.61360
2026-07-130.61294
2026-07-200.61274
2026-07-270.61125
2026-08-030.60991
2026-08-100.61351
2026-08-170.60549
2026-08-250.60811
2026-09-010.61180
2026-09-080.60829
2026-09-150.60591
2026-09-220.61261

High

0.65289

Low

0.60549

Average

0.62656

For developers

Get this rate via the API

One GET request returns the PGK/XCD 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=XCD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XCD");
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=XCD").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/XCD API questions

How do I get the PGK/XCD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=XCD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/XCD rate in rates.XCD.

How far back does PGK/XCD historical data go?

Daily PGK/XCD 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/XCD 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.