Convert AUD to PGK
Australian Dollar → Papua New Guinean Kina
1 AUD = 3.129037 PGK(1 PGK = 0.319587 AUD)
Currency converter
1 AUD =
3.129 PGK
AUD to PGK: last 30 days
Over the last 30 days, 1 AUD traded between 3.103 and 3.2474 PGK, averaging 3.174 PGK. The AUD/PGK rate is down 1.78% since 2026-08-28.
- 30-day high
- 3.2474
- 2026-09-05
- 30-day low
- 3.103
- 2026-09-20
- 30-day average
- 3.174
- Days with data: 30
- 30-day change
- -1.78%
- since 2026-08-28
3.2474
3.1032026-08-28 → 2026-09-26
| Date | 1 AUD in PGK | Daily change |
|---|---|---|
| 2026-09-26 | 3.129 | 0.00% |
| 2026-09-25 | 3.129 | -0.60% |
| 2026-09-24 | 3.1479 | -0.04% |
| 2026-09-23 | 3.1492 | +0.22% |
| 2026-09-22 | 3.1424 | -0.83% |
| 2026-09-21 | 3.1687 | +2.12% |
| 2026-09-20 | 3.103 | -1.99% |
| 2026-09-19 | 3.1662 | +0.04% |
| 2026-09-18 | 3.1648 | -0.32% |
| 2026-09-17 | 3.1748 | -0.28% |
| 2026-09-16 | 3.1837 | +0.50% |
| 2026-09-15 | 3.1679 | -0.52% |
| 2026-09-14 | 3.1844 | +2.22% |
| 2026-09-13 | 3.1153 | +0.03% |
| 2026-09-12 | 3.1145 | -2.48% |
| Date | 1 AUD in PGK | Daily change |
|---|---|---|
| 2026-09-11 | 3.1938 | -1.32% |
| 2026-09-10 | 3.2366 | +1.03% |
| 2026-09-09 | 3.2037 | +0.19% |
| 2026-09-08 | 3.1977 | -1.05% |
| 2026-09-07 | 3.2316 | -0.49% |
| 2026-09-06 | 3.2474 | 0.00% |
| 2026-09-05 | 3.2474 | +0.23% |
| 2026-09-04 | 3.2399 | +1.05% |
| 2026-09-03 | 3.2061 | +1.42% |
| 2026-09-02 | 3.1613 | +0.04% |
| 2026-09-01 | 3.1601 | -1.87% |
| 2026-08-31 | 3.2204 | +3.34% |
| 2026-08-30 | 3.1163 | -0.48% |
| 2026-08-29 | 3.1315 | -1.70% |
| 2026-08-28 | 3.1858 | — |
AUD to PGK conversion table
1 AUD3.129 PGK
5 AUD15.6452 PGK
10 AUD31.2904 PGK
25 AUD78.2259 PGK
50 AUD156.4518 PGK
100 AUD312.9037 PGK
500 AUD1,564.5183 PGK
1,000 AUD3,129.0367 PGK
5,000 AUD15,645.183 PGK
10,000 AUD31,290.367 PGK
Get the AUD/PGK rate in your app
One GET request returns the latest AUD → 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/AUD/PGK"fetch('https://rate-api.com/api/v1/pair/AUD/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "PGK"
},
"rate": 3.129,
"timestamp": 1790429291,
"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
PGK to AUDPapua New Guinean Kina → Australian Dollar0.31959Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.