Convert CHF to PGK
Swiss Franc → Papua New Guinean Kina
1 CHF = 5.27938 PGK(1 PGK = 0.189416 CHF)
Currency converter
1 CHF =
5.2794 PGK
CHF to PGK: last 30 days
Over the last 30 days, 1 CHF traded between 5.2784 and 5.5708 PGK, averaging 5.433 PGK. The CHF/PGK rate is down 2.45% since 2026-08-29.
- 30-day high
- 5.5708
- 2026-09-05
- 30-day low
- 5.2784
- 2026-09-20
- 30-day average
- 5.433
- Days with data: 30
- 30-day change
- -2.45%
- since 2026-08-29
5.5708
5.27842026-08-29 → 2026-09-27
| Date | 1 CHF in PGK | Daily change |
|---|---|---|
| 2026-09-27 | 5.2794 | 0.00% |
| 2026-09-26 | 5.2794 | -1.75% |
| 2026-09-25 | 5.3735 | -0.72% |
| 2026-09-24 | 5.4123 | -0.05% |
| 2026-09-23 | 5.4151 | +0.40% |
| 2026-09-22 | 5.3934 | -0.21% |
| 2026-09-21 | 5.4046 | +2.39% |
| 2026-09-20 | 5.2784 | -1.99% |
| 2026-09-19 | 5.3859 | +0.04% |
| 2026-09-18 | 5.3836 | -0.54% |
| 2026-09-17 | 5.4129 | -0.69% |
| 2026-09-16 | 5.4502 | +0.30% |
| 2026-09-15 | 5.4339 | -0.67% |
| 2026-09-14 | 5.4705 | +2.69% |
| 2026-09-13 | 5.3272 | +0.03% |
| Date | 1 CHF in PGK | Daily change |
|---|---|---|
| 2026-09-12 | 5.3259 | -2.48% |
| 2026-09-11 | 5.4616 | -1.55% |
| 2026-09-10 | 5.5478 | +0.97% |
| 2026-09-09 | 5.4943 | +0.59% |
| 2026-09-08 | 5.4618 | -1.33% |
| 2026-09-07 | 5.5352 | -0.64% |
| 2026-09-06 | 5.5708 | 0.00% |
| 2026-09-05 | 5.5708 | +0.23% |
| 2026-09-04 | 5.5578 | +0.81% |
| 2026-09-03 | 5.5132 | +1.46% |
| 2026-09-02 | 5.4338 | -0.47% |
| 2026-09-01 | 5.4596 | -1.83% |
| 2026-08-31 | 5.5614 | +3.26% |
| 2026-08-30 | 5.3855 | -0.48% |
| 2026-08-29 | 5.4117 | — |
CHF to PGK conversion table
1 CHF5.2794 PGK
5 CHF26.3969 PGK
10 CHF52.7938 PGK
25 CHF131.9845 PGK
50 CHF263.969 PGK
100 CHF527.938 PGK
500 CHF2,639.6898 PGK
1,000 CHF5,279.3796 PGK
5,000 CHF26,396.898 PGK
10,000 CHF52,793.796 PGK
Get the CHF/PGK rate in your app
One GET request returns the latest CHF → PGK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/PGK"fetch('https://rate-api.com/api/v1/pair/CHF/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "PGK"
},
"rate": 5.2794,
"timestamp": 1790510942,
"date": "2026-09-27"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
PGK to CHFPapua New Guinean Kina → Swiss Franc0.18942Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.