Convert PGK to CAD
Papua New Guinean Kina → Canadian Dollar
1 PGK = 0.317755 CAD(1 CAD = 3.147081 PGK)
Currency converter
1 PGK =
0.31775 CAD
PGK to CAD: last 30 days
Over the last 30 days, 1 PGK traded between 0.30612 and 0.32147 CAD, averaging 0.31351 CAD. The PGK/CAD rate is up 1.56% since 2026-08-28.
- 30-day high
- 0.32147
- 2026-09-20
- 30-day low
- 0.30612
- 2026-09-05
- 30-day average
- 0.31351
- Days with data: 30
- 30-day change
- +1.56%
- since 2026-08-28
0.32147
0.306122026-08-28 → 2026-09-26
| Date | 1 PGK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.31775 | 0.00% |
| 2026-09-25 | 0.31775 | +0.84% |
| 2026-09-24 | 0.31512 | -0.34% |
| 2026-09-23 | 0.31618 | -0.50% |
| 2026-09-22 | 0.31778 | +0.74% |
| 2026-09-21 | 0.31545 | -1.87% |
| 2026-09-20 | 0.32147 | +2.04% |
| 2026-09-19 | 0.31505 | -0.04% |
| 2026-09-18 | 0.31519 | +0.51% |
| 2026-09-17 | 0.31359 | +0.42% |
| 2026-09-16 | 0.31227 | -0.27% |
| 2026-09-15 | 0.3131 | +0.70% |
| 2026-09-14 | 0.31092 | -2.55% |
| 2026-09-13 | 0.31907 | -0.03% |
| 2026-09-12 | 0.31915 | +2.55% |
| Date | 1 PGK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.31122 | +1.47% |
| 2026-09-10 | 0.3067 | -1.22% |
| 2026-09-09 | 0.31049 | -0.31% |
| 2026-09-08 | 0.31146 | +0.95% |
| 2026-09-07 | 0.30853 | +0.79% |
| 2026-09-06 | 0.30612 | 0.00% |
| 2026-09-05 | 0.30612 | -0.23% |
| 2026-09-04 | 0.30683 | -0.84% |
| 2026-09-03 | 0.30944 | -1.71% |
| 2026-09-02 | 0.31484 | +0.32% |
| 2026-09-01 | 0.31384 | +1.63% |
| 2026-08-31 | 0.30881 | -3.45% |
| 2026-08-30 | 0.31985 | +0.49% |
| 2026-08-29 | 0.31831 | +1.73% |
| 2026-08-28 | 0.31288 | — |
PGK to CAD conversion table
1 PGK0.31775 CAD
5 PGK1.5888 CAD
10 PGK3.1775 CAD
25 PGK7.9439 CAD
50 PGK15.8877 CAD
100 PGK31.7755 CAD
500 PGK158.8774 CAD
1,000 PGK317.7548 CAD
5,000 PGK1,588.7739 CAD
10,000 PGK3,177.5477 CAD
Get the PGK/CAD rate in your app
One GET request returns the latest PGK → CAD 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/PGK/CAD"fetch('https://rate-api.com/api/v1/pair/PGK/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PGK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PGK/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PGK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PGK/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PGK = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "PGK",
"to": "CAD"
},
"rate": 0.3178,
"timestamp": 1790435067,
"date": "2026-09-26"
}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
CAD to PGKCanadian Dollar → Papua New Guinean Kina3.1471Convert PGK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.