PGK to KRW exchange rate API
Kina to Won · quoted 2026-09-25
308.5866
▼ +8.93% over 1Y
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 year, PGK/KRW traded between 298.3091 and 351.7574, averaged 336.9140 and fell 8.93%. 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 1Y: show the values
| Point | PGK/KRW |
|---|---|
| 2025-09-25 | 338.8478 |
| 2025-10-02 | 335.1572 |
| 2025-10-09 | 341.2315 |
| 2025-10-16 | 338.1826 |
| 2025-10-23 | 347.2588 |
| 2025-10-30 | 342.2462 |
| 2025-11-06 | 342.1139 |
| 2025-11-13 | 346.5717 |
| 2025-11-20 | 347.2362 |
| 2025-11-27 | 343.6164 |
| 2025-12-04 | 343.7700 |
| 2025-12-11 | 345.9985 |
| 2025-12-18 | 347.1086 |
| 2025-12-25 | 334.9566 |
| 2026-01-01 | 338.3756 |
| 2026-01-08 | 340.4583 |
| 2026-01-15 | 343.9063 |
| 2026-01-22 | 343.6185 |
| 2026-01-29 | 334.4824 |
| 2026-02-05 | 342.5371 |
| 2026-02-12 | 335.3813 |
| 2026-02-19 | 337.5601 |
| 2026-02-26 | 331.9318 |
| 2026-03-05 | 343.1649 |
| 2026-03-12 | 343.7267 |
| 2026-03-19 | 348.2600 |
| 2026-03-26 | 349.5798 |
| 2026-04-02 | 351.6393 |
| 2026-04-09 | 342.4386 |
| 2026-04-16 | 340.2246 |
| 2026-04-23 | 340.3657 |
| 2026-04-30 | 340.0877 |
| 2026-05-07 | 333.5106 |
| 2026-05-14 | 344.6083 |
| 2026-05-21 | 346.2105 |
| 2026-05-28 | 345.2661 |
| 2026-06-04 | 350.0693 |
| 2026-06-11 | 348.9821 |
| 2026-06-18 | 350.9140 |
| 2026-06-25 | 351.1079 |
| 2026-07-02 | 351.7574 |
| 2026-07-09 | 344.1447 |
| 2026-07-16 | 334.3975 |
| 2026-07-23 | 330.7185 |
| 2026-07-30 | 323.4413 |
| 2026-08-06 | 322.5797 |
| 2026-08-13 | 320.6694 |
| 2026-08-20 | 311.0269 |
| 2026-08-27 | 312.7393 |
| 2026-09-03 | 304.5247 |
| 2026-09-10 | 298.3091 |
| 2026-09-17 | 309.4390 |
| 2026-09-24 | 308.3201 |
High
351.7574
Low
298.3091
Average
336.9140
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.