PGK to CNY exchange rate API
Kina to Yuan Renminbi · quoted 2026-09-24
1.5158
▼ +11.81% over 1Y
1 PGK = 1.5158 CNY · 1 CNY = 0.65972 PGK · Get this rate via the API
1 PGK buys 1.5158 CNY as of 2026-09-24, so 1 CNY buys 0.65972 PGK. Over the last year, PGK/CNY traded between 1.5016 and 1.7187, averaged 1.5970 and fell 11.81%. The API holds daily PGK/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/CNY over 1Y: show the values
| Point | PGK/CNY |
|---|---|
| 2025-09-24 | 1.7187 |
| 2025-10-01 | 1.7161 |
| 2025-10-08 | 1.7047 |
| 2025-10-15 | 1.6990 |
| 2025-10-22 | 1.7130 |
| 2025-10-29 | 1.6932 |
| 2025-11-05 | 1.6951 |
| 2025-11-12 | 1.6836 |
| 2025-11-19 | 1.6819 |
| 2025-11-26 | 1.6685 |
| 2025-12-03 | 1.6457 |
| 2025-12-10 | 1.6610 |
| 2025-12-17 | 1.6560 |
| 2025-12-24 | 1.6409 |
| 2025-12-31 | 1.6425 |
| 2026-01-07 | 1.6385 |
| 2026-01-14 | 1.6352 |
| 2026-01-21 | 1.6309 |
| 2026-01-28 | 1.6251 |
| 2026-02-04 | 1.6241 |
| 2026-02-11 | 1.6132 |
| 2026-02-18 | 1.6088 |
| 2026-02-25 | 1.5993 |
| 2026-03-04 | 1.6038 |
| 2026-03-11 | 1.5954 |
| 2026-03-18 | 1.5989 |
| 2026-03-25 | 1.6009 |
| 2026-04-01 | 1.5911 |
| 2026-04-08 | 1.5788 |
| 2026-04-15 | 1.5729 |
| 2026-04-22 | 1.5686 |
| 2026-04-29 | 1.5731 |
| 2026-05-06 | 1.5669 |
| 2026-05-13 | 1.5560 |
| 2026-05-20 | 1.5584 |
| 2026-05-27 | 1.5578 |
| 2026-06-03 | 1.5527 |
| 2026-06-10 | 1.5450 |
| 2026-06-17 | 1.5470 |
| 2026-06-24 | 1.5545 |
| 2026-07-01 | 1.5437 |
| 2026-07-08 | 1.5487 |
| 2026-07-15 | 1.5391 |
| 2026-07-22 | 1.5335 |
| 2026-07-29 | 1.5248 |
| 2026-08-05 | 1.5306 |
| 2026-08-12 | 1.5148 |
| 2026-08-19 | 1.5165 |
| 2026-08-26 | 1.5169 |
| 2026-09-02 | 1.5197 |
| 2026-09-09 | 1.5127 |
| 2026-09-16 | 1.5016 |
| 2026-09-23 | 1.5043 |
High
1.7187
Low
1.5016
Average
1.5970
Get this rate via the API
One GET request returns the PGK/CNY 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=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/CNY API questions
How do I get the PGK/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/CNY rate in rates.CNY.
How far back does PGK/CNY historical data go?
Daily PGK/CNY 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/CNY 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.