Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-25

308.5866

▼ +1.18% over 30D

1 PGK = 308.5866 KRW · 1 KRW = 0.003241 PGK · Get this rate via the API

1 PGK buys 308.5866 KRW as of 2026-09-25, so 1 KRW buys 0.003241 PGK. Over the last 30 days, PGK/KRW traded between 298.3091 and 316.2110, averaged 306.9439 and fell 1.18%. The API holds daily PGK/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/KRW over 30D

PGK/KRW over 30D: show the values
PointPGK/KRW
2026-08-26312.2606
2026-08-27312.7393
2026-08-28310.4302
2026-08-29316.2110
2026-08-30315.4055
2026-08-31303.6158
2026-09-01310.6359
2026-09-02308.0678
2026-09-03304.5247
2026-09-04300.2378
2026-09-05298.4641
2026-09-06300.2100
2026-09-07301.6474
2026-09-08301.4697
2026-09-09301.3357
2026-09-10298.3091
2026-09-11301.0944
2026-09-12308.8122
2026-09-13310.2383
2026-09-14301.4393
2026-09-15304.2010
2026-09-16306.2290
2026-09-17309.4390
2026-09-18310.4045
2026-09-19311.7737
2026-09-20315.3467
2026-09-21309.0937
2026-09-22306.8588
2026-09-23306.2169
2026-09-24308.3201
2026-09-25308.5866

High

316.2110

Low

298.3091

Average

306.9439

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/KRW API questions

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

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

How far back does PGK/KRW historical data go?

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