Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-25

308.5866

▼ +12.26% over 6M

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 6 months, PGK/KRW traded between 300.2100 and 358.7685, averaged 335.2254 and fell 12.26%. 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 6M

PGK/KRW over 6M: show the values
PointPGK/KRW
2026-03-29351.7103
2026-04-05351.5605
2026-04-12344.3960
2026-04-19338.1726
2026-04-26341.0916
2026-05-03339.7227
2026-05-10334.6111
2026-05-17344.8056
2026-05-24350.2858
2026-05-31347.1364
2026-06-07358.7685
2026-06-14350.9924
2026-06-21350.4919
2026-06-28350.8262
2026-07-05347.3590
2026-07-12342.1276
2026-07-19338.9825
2026-07-26331.7682
2026-08-02327.2698
2026-08-09319.2329
2026-08-16322.7574
2026-08-23317.2309
2026-08-30315.4055
2026-09-06300.2100
2026-09-13310.2383
2026-09-20315.3467

High

358.7685

Low

300.2100

Average

335.2254

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.