PGK to KRW exchange rate API
Kina to Won · quoted 2026-09-25
308.5866
▼ +12.26% over 6M
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 6 months, PGK/KRW traded between 300.2100 and 358.7685, averaged 335.2254 and fell 12.26%. 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 6M: show the values
| Point | PGK/KRW |
|---|---|
| 2026-03-29 | 351.7103 |
| 2026-04-05 | 351.5605 |
| 2026-04-12 | 344.3960 |
| 2026-04-19 | 338.1726 |
| 2026-04-26 | 341.0916 |
| 2026-05-03 | 339.7227 |
| 2026-05-10 | 334.6111 |
| 2026-05-17 | 344.8056 |
| 2026-05-24 | 350.2858 |
| 2026-05-31 | 347.1364 |
| 2026-06-07 | 358.7685 |
| 2026-06-14 | 350.9924 |
| 2026-06-21 | 350.4919 |
| 2026-06-28 | 350.8262 |
| 2026-07-05 | 347.3590 |
| 2026-07-12 | 342.1276 |
| 2026-07-19 | 338.9825 |
| 2026-07-26 | 331.7682 |
| 2026-08-02 | 327.2698 |
| 2026-08-09 | 319.2329 |
| 2026-08-16 | 322.7574 |
| 2026-08-23 | 317.2309 |
| 2026-08-30 | 315.4055 |
| 2026-09-06 | 300.2100 |
| 2026-09-13 | 310.2383 |
| 2026-09-20 | 315.3467 |
High
358.7685
Low
300.2100
Average
335.2254
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.