Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-25

308.5866

▼ +8.93% over 1Y

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 year, PGK/KRW traded between 298.3091 and 351.7574, averaged 336.9140 and fell 8.93%. 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 1Y

PGK/KRW over 1Y: show the values
PointPGK/KRW
2025-09-25338.8478
2025-10-02335.1572
2025-10-09341.2315
2025-10-16338.1826
2025-10-23347.2588
2025-10-30342.2462
2025-11-06342.1139
2025-11-13346.5717
2025-11-20347.2362
2025-11-27343.6164
2025-12-04343.7700
2025-12-11345.9985
2025-12-18347.1086
2025-12-25334.9566
2026-01-01338.3756
2026-01-08340.4583
2026-01-15343.9063
2026-01-22343.6185
2026-01-29334.4824
2026-02-05342.5371
2026-02-12335.3813
2026-02-19337.5601
2026-02-26331.9318
2026-03-05343.1649
2026-03-12343.7267
2026-03-19348.2600
2026-03-26349.5798
2026-04-02351.6393
2026-04-09342.4386
2026-04-16340.2246
2026-04-23340.3657
2026-04-30340.0877
2026-05-07333.5106
2026-05-14344.6083
2026-05-21346.2105
2026-05-28345.2661
2026-06-04350.0693
2026-06-11348.9821
2026-06-18350.9140
2026-06-25351.1079
2026-07-02351.7574
2026-07-09344.1447
2026-07-16334.3975
2026-07-23330.7185
2026-07-30323.4413
2026-08-06322.5797
2026-08-13320.6694
2026-08-20311.0269
2026-08-27312.7393
2026-09-03304.5247
2026-09-10298.3091
2026-09-17309.4390
2026-09-24308.3201

High

351.7574

Low

298.3091

Average

336.9140

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.