Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-25

308.5866

▼ +10.50% over 5Y

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 5 years, PGK/KRW traded between 308.5866 and 373.2090, averaged 343.7075 and fell 10.50%. 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 5Y

PGK/KRW over 5Y: show the values
PointPGK/KRW
2024-08-24344.7759
2024-10-01337.0892
2024-10-31356.1656
2024-11-30347.8395
2024-12-30373.2090
2025-01-29372.1661
2025-02-28369.9000
2025-03-30367.2649
2025-04-29362.0372
2025-05-29344.2926
2025-06-28335.9194
2025-07-28341.7632
2025-08-27342.3351
2025-09-26335.3429
2025-10-26342.3764
2025-11-25345.9600
2025-12-25334.9566
2026-01-24339.1669
2026-02-23335.6568
2026-03-25347.4755
2026-04-24341.6953
2026-05-24350.2858
2026-06-23351.1005
2026-07-23330.7185
2026-08-22312.9297
2026-09-21309.0937

High

373.2090

Low

308.5866

Average

343.7075

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.