PGK to KRW exchange rate API
Kina to Won · quoted 2026-09-25
308.5866
▼ +1.18% over 30D
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 30 days, PGK/KRW traded between 298.3091 and 316.2110, averaged 306.9439 and fell 1.18%. 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 30D: show the values
| Point | PGK/KRW |
|---|---|
| 2026-08-26 | 312.2606 |
| 2026-08-27 | 312.7393 |
| 2026-08-28 | 310.4302 |
| 2026-08-29 | 316.2110 |
| 2026-08-30 | 315.4055 |
| 2026-08-31 | 303.6158 |
| 2026-09-01 | 310.6359 |
| 2026-09-02 | 308.0678 |
| 2026-09-03 | 304.5247 |
| 2026-09-04 | 300.2378 |
| 2026-09-05 | 298.4641 |
| 2026-09-06 | 300.2100 |
| 2026-09-07 | 301.6474 |
| 2026-09-08 | 301.4697 |
| 2026-09-09 | 301.3357 |
| 2026-09-10 | 298.3091 |
| 2026-09-11 | 301.0944 |
| 2026-09-12 | 308.8122 |
| 2026-09-13 | 310.2383 |
| 2026-09-14 | 301.4393 |
| 2026-09-15 | 304.2010 |
| 2026-09-16 | 306.2290 |
| 2026-09-17 | 309.4390 |
| 2026-09-18 | 310.4045 |
| 2026-09-19 | 311.7737 |
| 2026-09-20 | 315.3467 |
| 2026-09-21 | 309.0937 |
| 2026-09-22 | 306.8588 |
| 2026-09-23 | 306.2169 |
| 2026-09-24 | 308.3201 |
| 2026-09-25 | 308.5866 |
High
316.2110
Low
298.3091
Average
306.9439
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.