Convert PGK to AUD
Papua New Guinean Kina → Australian Dollar
1 PGK = 0.319587 AUD(1 AUD = 3.129037 PGK)
Currency converter
1 PGK =
0.31959 AUD
PGK to AUD: last 30 days
Over the last 30 days, 1 PGK traded between 0.30793 and 0.32227 AUD, averaging 0.31511 AUD. The PGK/AUD rate is up 1.81% since 2026-08-28.
- 30-day high
- 0.32227
- 2026-09-20
- 30-day low
- 0.30793
- 2026-09-05
- 30-day average
- 0.31511
- Days with data: 30
- 30-day change
- +1.81%
- since 2026-08-28
0.32227
0.307932026-08-28 → 2026-09-26
| Date | 1 PGK in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.31959 | 0.00% |
| 2026-09-25 | 0.31959 | +0.60% |
| 2026-09-24 | 0.31767 | +0.04% |
| 2026-09-23 | 0.31754 | -0.22% |
| 2026-09-22 | 0.31823 | +0.84% |
| 2026-09-21 | 0.31559 | -2.07% |
| 2026-09-20 | 0.32227 | +2.04% |
| 2026-09-19 | 0.31584 | -0.04% |
| 2026-09-18 | 0.31598 | +0.32% |
| 2026-09-17 | 0.31498 | +0.28% |
| 2026-09-16 | 0.3141 | -0.49% |
| 2026-09-15 | 0.31566 | +0.52% |
| 2026-09-14 | 0.31403 | -2.17% |
| 2026-09-13 | 0.321 | -0.03% |
| 2026-09-12 | 0.32108 | +2.55% |
| Date | 1 PGK in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.3131 | +1.34% |
| 2026-09-10 | 0.30896 | -1.02% |
| 2026-09-09 | 0.31214 | -0.19% |
| 2026-09-08 | 0.31272 | +1.06% |
| 2026-09-07 | 0.30945 | +0.49% |
| 2026-09-06 | 0.30793 | 0.00% |
| 2026-09-05 | 0.30793 | -0.23% |
| 2026-09-04 | 0.30865 | -1.04% |
| 2026-09-03 | 0.31191 | -1.40% |
| 2026-09-02 | 0.31633 | -0.04% |
| 2026-09-01 | 0.31644 | +1.91% |
| 2026-08-31 | 0.31052 | -3.23% |
| 2026-08-30 | 0.32089 | +0.49% |
| 2026-08-29 | 0.31934 | +1.73% |
| 2026-08-28 | 0.3139 | — |
PGK to AUD conversion table
1 PGK0.31959 AUD
5 PGK1.5979 AUD
10 PGK3.1959 AUD
25 PGK7.9897 AUD
50 PGK15.9794 AUD
100 PGK31.9587 AUD
500 PGK159.7936 AUD
1,000 PGK319.5872 AUD
5,000 PGK1,597.9359 AUD
10,000 PGK3,195.8718 AUD
Get the PGK/AUD rate in your app
One GET request returns the latest PGK → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/PGK/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PGK = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PGK/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PGK = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PGK/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "PGK",
"to": "AUD"
},
"rate": 0.3196,
"timestamp": 1790432044,
"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
AUD to PGKAustralian Dollar → Papua New Guinean Kina3.129Convert PGK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.