Convert USD to PGK
US Dollar → Papua New Guinean Kina
1 USD = 4.450844 PGK(1 PGK = 0.224676 USD)
Currency converter
1 USD =
4.4508 PGK
USD to PGK: last 30 days
Over the last 30 days, 1 USD traded between 4.3314 and 4.5081 PGK, averaging 4.4401 PGK. The USD/PGK rate is up 0.52% since 2026-08-28.
- 30-day high
- 4.5081
- 2026-09-05
- 30-day low
- 4.3314
- 2026-08-30
- 30-day average
- 4.4401
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
4.5081
4.33142026-08-28 → 2026-09-26
| Date | 1 USD in PGK | Daily change |
|---|---|---|
| 2026-09-26 | 4.4508 | 0.00% |
| 2026-09-25 | 4.4508 | -0.65% |
| 2026-09-24 | 4.48 | +0.54% |
| 2026-09-23 | 4.456 | +0.83% |
| 2026-09-22 | 4.4194 | -0.45% |
| 2026-09-21 | 4.4394 | +1.86% |
| 2026-09-20 | 4.3582 | -1.99% |
| 2026-09-19 | 4.4469 | +0.04% |
| 2026-09-18 | 4.445 | -0.40% |
| 2026-09-17 | 4.4628 | -0.02% |
| 2026-09-16 | 4.4638 | +0.40% |
| 2026-09-15 | 4.4459 | -0.46% |
| 2026-09-14 | 4.4665 | +2.84% |
| 2026-09-13 | 4.3433 | +0.03% |
| 2026-09-12 | 4.3422 | -2.48% |
| Date | 1 USD in PGK | Daily change |
|---|---|---|
| 2026-09-11 | 4.4528 | -1.15% |
| 2026-09-10 | 4.5047 | +1.59% |
| 2026-09-09 | 4.4343 | +0.04% |
| 2026-09-08 | 4.4323 | -1.05% |
| 2026-09-07 | 4.4793 | -0.64% |
| 2026-09-06 | 4.5081 | 0.00% |
| 2026-09-05 | 4.5081 | +0.23% |
| 2026-09-04 | 4.4976 | +0.91% |
| 2026-09-03 | 4.4571 | +0.77% |
| 2026-09-02 | 4.4229 | -0.05% |
| 2026-09-01 | 4.4251 | -1.59% |
| 2026-08-31 | 4.4966 | +3.82% |
| 2026-08-30 | 4.3314 | -0.48% |
| 2026-08-29 | 4.3524 | -1.70% |
| 2026-08-28 | 4.4279 | — |
USD to PGK conversion table
1 USD4.4508 PGK
5 USD22.2542 PGK
10 USD44.5084 PGK
25 USD111.2711 PGK
50 USD222.5422 PGK
100 USD445.0844 PGK
500 USD2,225.422 PGK
1,000 USD4,450.8441 PGK
5,000 USD22,254.22 PGK
10,000 USD44,508.441 PGK
Get the USD/PGK rate in your app
One GET request returns the latest USD → 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/USD/PGK"fetch('https://rate-api.com/api/v1/pair/USD/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "PGK"
},
"rate": 4.4508,
"timestamp": 1790429296,
"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 USDPapua New Guinean Kina → US Dollar0.22468Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.