Skip to content

PGK to CNY exchange rate API

Kina to Yuan Renminbi · quoted 2026-09-24

1.5158

▼ +7.71% over YTD

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 year to date, PGK/CNY traded between 1.5016 and 1.6425, averaged 1.5665 and fell 7.71%. 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 YTD

PGK/CNY over YTD: show the values
PointPGK/CNY
2025-12-311.6425
2026-01-071.6385
2026-01-141.6352
2026-01-211.6309
2026-01-281.6251
2026-02-041.6241
2026-02-111.6132
2026-02-181.6088
2026-02-251.5993
2026-03-041.6038
2026-03-111.5954
2026-03-181.5989
2026-03-251.6009
2026-04-011.5911
2026-04-081.5788
2026-04-151.5729
2026-04-221.5686
2026-04-291.5731
2026-05-061.5669
2026-05-131.5560
2026-05-201.5584
2026-05-271.5578
2026-06-031.5527
2026-06-101.5450
2026-06-171.5470
2026-06-241.5545
2026-07-011.5437
2026-07-081.5487
2026-07-151.5391
2026-07-221.5335
2026-07-291.5248
2026-08-051.5306
2026-08-121.5148
2026-08-191.5165
2026-08-261.5169
2026-09-021.5197
2026-09-091.5127
2026-09-161.5016
2026-09-231.5043

High

1.6425

Low

1.5016

Average

1.5665

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CNY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.