Skip to content

PGK to KRW exchange rate API

Kina to Won · quoted 2026-09-24

310.1354

▲ +0.23% over 7D

1 PGK = 310.1354 KRW · 1 KRW = 0.003224 PGK · Get this rate via the API

1 PGK buys 310.1354 KRW as of 2026-09-24, so 1 KRW buys 0.003224 PGK. Over the last 7 days, PGK/KRW traded between 306.2169 and 315.3467, averaged 309.7321 and rose 0.23%. 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 7D

PGK/KRW over 7D: show the values
PointPGK/KRW
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

High

315.3467

Low

306.2169

Average

309.7321

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.