Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-25

308.5866

▼ +8.92% over YTD

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 year to date, PGK/KRW traded between 301.3357 and 354.0012, averaged 335.0045 and fell 8.92%. 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 YTD

PGK/KRW over YTD: show the values
PointPGK/KRW
2025-12-31338.8222
2026-01-07339.2959
2026-01-14345.9701
2026-01-21343.0069
2026-01-28334.2692
2026-02-04340.5987
2026-02-11340.6143
2026-02-18336.6942
2026-02-25332.4259
2026-03-04340.6025
2026-03-11343.2087
2026-03-18349.0089
2026-03-25347.4755
2026-04-01348.3238
2026-04-08340.7849
2026-04-15340.6019
2026-04-22339.7238
2026-04-29340.3179
2026-05-06333.1381
2026-05-13341.0749
2026-05-20344.8651
2026-05-27344.4659
2026-06-03351.1707
2026-06-10347.3534
2026-06-17347.2021
2026-06-24352.9451
2026-07-01354.0012
2026-07-08343.6784
2026-07-15339.0254
2026-07-22335.1755
2026-07-29327.2931
2026-08-05322.8387
2026-08-12318.3424
2026-08-19313.1667
2026-08-26312.2606
2026-09-02308.0678
2026-09-09301.3357
2026-09-16306.2290
2026-09-23306.2169

High

354.0012

Low

301.3357

Average

335.0045

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.