Convert JPY to PGK
Japanese Yen → Papua New Guinean Kina
1 JPY = 0.0282432 PGK(1 PGK = 35.406792 JPY)
Currency converter
1 JPY =
0.028243 PGK
JPY to PGK: last 30 days
Over the last 30 days, 1 JPY traded between 0.027125 and 0.029217 PGK, averaging 0.028333 PGK. The JPY/PGK rate is up 1.85% since 2026-08-28.
- 30-day high
- 0.029217
- 2026-09-10
- 30-day low
- 0.027125
- 2026-08-30
- 30-day average
- 0.028333
- Days with data: 30
- 30-day change
- +1.85%
- since 2026-08-28
0.029217
0.0271252026-08-28 → 2026-09-26
| Date | 1 JPY in PGK | Daily change |
|---|---|---|
| 2026-09-26 | 0.028243 | 0.00% |
| 2026-09-25 | 0.028243 | +0.15% |
| 2026-09-24 | 0.028202 | -0.06% |
| 2026-09-23 | 0.028217 | +0.36% |
| 2026-09-22 | 0.028117 | -0.39% |
| 2026-09-21 | 0.028228 | +2.26% |
| 2026-09-20 | 0.027602 | -1.99% |
| 2026-09-19 | 0.028164 | +0.04% |
| 2026-09-18 | 0.028152 | -1.79% |
| 2026-09-17 | 0.028665 | -0.43% |
| 2026-09-16 | 0.02879 | +0.37% |
| 2026-09-15 | 0.028683 | -0.75% |
| 2026-09-14 | 0.0289 | +2.50% |
| 2026-09-13 | 0.028196 | +0.03% |
| 2026-09-12 | 0.028189 | -2.48% |
| Date | 1 JPY in PGK | Daily change |
|---|---|---|
| 2026-09-11 | 0.028907 | -1.06% |
| 2026-09-10 | 0.029217 | +0.99% |
| 2026-09-09 | 0.028931 | +0.72% |
| 2026-09-08 | 0.028725 | -0.76% |
| 2026-09-07 | 0.028945 | +0.32% |
| 2026-09-06 | 0.028852 | 0.00% |
| 2026-09-05 | 0.028852 | +0.23% |
| 2026-09-04 | 0.028785 | +0.75% |
| 2026-09-03 | 0.028569 | +3.09% |
| 2026-09-02 | 0.027713 | +0.30% |
| 2026-09-01 | 0.027629 | -1.85% |
| 2026-08-31 | 0.028152 | +3.78% |
| 2026-08-30 | 0.027125 | -0.48% |
| 2026-08-29 | 0.027257 | -1.70% |
| 2026-08-28 | 0.02773 | — |
JPY to PGK conversion table
1 JPY0.028243 PGK
5 JPY0.14122 PGK
10 JPY0.28243 PGK
25 JPY0.70608 PGK
50 JPY1.4122 PGK
100 JPY2.8243 PGK
500 JPY14.1216 PGK
1,000 JPY28.2432 PGK
5,000 JPY141.2159 PGK
10,000 JPY282.4317 PGK
Get the JPY/PGK rate in your app
One GET request returns the latest JPY → 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/JPY/PGK"fetch('https://rate-api.com/api/v1/pair/JPY/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "PGK"
},
"rate": 0.0282,
"timestamp": 1790447427,
"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 JPYPapua New Guinean Kina → Japanese Yen35.4068Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.