Convert CAD to PGK
Canadian Dollar → Papua New Guinean Kina
1 CAD = 3.091942 PGK(1 PGK = 0.323421 CAD)
Currency converter
1 CAD =
3.0919 PGK
CAD to PGK: last 30 days
Over the last 30 days, 1 CAD traded between 3.0919 and 3.2667 PGK, averaging 3.185 PGK. The CAD/PGK rate is down 1.58% since 2026-08-29.
- 30-day high
- 3.2667
- 2026-09-05
- 30-day low
- 3.0919
- 2026-09-26
- 30-day average
- 3.185
- Days with data: 30
- 30-day change
- -1.58%
- since 2026-08-29
3.2667
3.09192026-08-29 → 2026-09-27
| Date | 1 CAD in PGK | Daily change |
|---|---|---|
| 2026-09-27 | 3.0919 | 0.00% |
| 2026-09-26 | 3.0919 | -1.75% |
| 2026-09-25 | 3.1471 | -0.83% |
| 2026-09-24 | 3.1734 | +0.34% |
| 2026-09-23 | 3.1628 | +0.51% |
| 2026-09-22 | 3.1469 | -0.73% |
| 2026-09-21 | 3.1701 | +1.91% |
| 2026-09-20 | 3.1107 | -1.99% |
| 2026-09-19 | 3.1741 | +0.04% |
| 2026-09-18 | 3.1727 | -0.51% |
| 2026-09-17 | 3.1889 | -0.42% |
| 2026-09-16 | 3.2024 | +0.27% |
| 2026-09-15 | 3.1939 | -0.70% |
| 2026-09-14 | 3.2163 | +2.62% |
| 2026-09-13 | 3.1341 | +0.03% |
| Date | 1 CAD in PGK | Daily change |
|---|---|---|
| 2026-09-12 | 3.1333 | -2.48% |
| 2026-09-11 | 3.2132 | -1.45% |
| 2026-09-10 | 3.2605 | +1.24% |
| 2026-09-09 | 3.2207 | +0.31% |
| 2026-09-08 | 3.2107 | -0.94% |
| 2026-09-07 | 3.2412 | -0.78% |
| 2026-09-06 | 3.2667 | 0.00% |
| 2026-09-05 | 3.2667 | +0.23% |
| 2026-09-04 | 3.2591 | +0.85% |
| 2026-09-03 | 3.2316 | +1.74% |
| 2026-09-02 | 3.1762 | -0.32% |
| 2026-09-01 | 3.1863 | -1.60% |
| 2026-08-31 | 3.2383 | +3.58% |
| 2026-08-30 | 3.1264 | -0.48% |
| 2026-08-29 | 3.1416 | — |
CAD to PGK conversion table
1 CAD3.0919 PGK
5 CAD15.4597 PGK
10 CAD30.9194 PGK
25 CAD77.2985 PGK
50 CAD154.5971 PGK
100 CAD309.1942 PGK
500 CAD1,545.9707 PGK
1,000 CAD3,091.9415 PGK
5,000 CAD15,459.707 PGK
10,000 CAD30,919.415 PGK
Get the CAD/PGK rate in your app
One GET request returns the latest CAD → 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/CAD/PGK"fetch('https://rate-api.com/api/v1/pair/CAD/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "PGK"
},
"rate": 3.0919,
"timestamp": 1790470785,
"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 CADPapua New Guinean Kina → Canadian Dollar0.32342Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.