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: show the values
| Point | PGK/KRW |
|---|---|
| 2025-12-31 | 338.8222 |
| 2026-01-07 | 339.2959 |
| 2026-01-14 | 345.9701 |
| 2026-01-21 | 343.0069 |
| 2026-01-28 | 334.2692 |
| 2026-02-04 | 340.5987 |
| 2026-02-11 | 340.6143 |
| 2026-02-18 | 336.6942 |
| 2026-02-25 | 332.4259 |
| 2026-03-04 | 340.6025 |
| 2026-03-11 | 343.2087 |
| 2026-03-18 | 349.0089 |
| 2026-03-25 | 347.4755 |
| 2026-04-01 | 348.3238 |
| 2026-04-08 | 340.7849 |
| 2026-04-15 | 340.6019 |
| 2026-04-22 | 339.7238 |
| 2026-04-29 | 340.3179 |
| 2026-05-06 | 333.1381 |
| 2026-05-13 | 341.0749 |
| 2026-05-20 | 344.8651 |
| 2026-05-27 | 344.4659 |
| 2026-06-03 | 351.1707 |
| 2026-06-10 | 347.3534 |
| 2026-06-17 | 347.2021 |
| 2026-06-24 | 352.9451 |
| 2026-07-01 | 354.0012 |
| 2026-07-08 | 343.6784 |
| 2026-07-15 | 339.0254 |
| 2026-07-22 | 335.1755 |
| 2026-07-29 | 327.2931 |
| 2026-08-05 | 322.8387 |
| 2026-08-12 | 318.3424 |
| 2026-08-19 | 313.1667 |
| 2026-08-26 | 312.2606 |
| 2026-09-02 | 308.0678 |
| 2026-09-09 | 301.3357 |
| 2026-09-16 | 306.2290 |
| 2026-09-23 | 306.2169 |
High
354.0012
Low
301.3357
Average
335.0045
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.