PGK to KRW exchange rate API
Kina to Won · quoted 2026-09-25
308.5866
▼ +10.50% over 5Y
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 5 years, PGK/KRW traded between 308.5866 and 373.2090, averaged 343.7075 and fell 10.50%. 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 5Y: show the values
| Point | PGK/KRW |
|---|---|
| 2024-08-24 | 344.7759 |
| 2024-10-01 | 337.0892 |
| 2024-10-31 | 356.1656 |
| 2024-11-30 | 347.8395 |
| 2024-12-30 | 373.2090 |
| 2025-01-29 | 372.1661 |
| 2025-02-28 | 369.9000 |
| 2025-03-30 | 367.2649 |
| 2025-04-29 | 362.0372 |
| 2025-05-29 | 344.2926 |
| 2025-06-28 | 335.9194 |
| 2025-07-28 | 341.7632 |
| 2025-08-27 | 342.3351 |
| 2025-09-26 | 335.3429 |
| 2025-10-26 | 342.3764 |
| 2025-11-25 | 345.9600 |
| 2025-12-25 | 334.9566 |
| 2026-01-24 | 339.1669 |
| 2026-02-23 | 335.6568 |
| 2026-03-25 | 347.4755 |
| 2026-04-24 | 341.6953 |
| 2026-05-24 | 350.2858 |
| 2026-06-23 | 351.1005 |
| 2026-07-23 | 330.7185 |
| 2026-08-22 | 312.9297 |
| 2026-09-21 | 309.0937 |
High
373.2090
Low
308.5866
Average
343.7075
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.