Convert EUR to PGK
Euro → Papua New Guinean Kina
1 EUR = 4.986374 PGK(1 PGK = 0.200547 EUR)
Currency converter
1 EUR =
4.9864 PGK
EUR to PGK: last 30 days
Over the last 30 days, 1 EUR traded between 4.9864 and 5.2393 PGK, averaging 5.1193 PGK. The EUR/PGK rate is down 1.60% since 2026-08-29.
- 30-day high
- 5.2393
- 2026-09-05
- 30-day low
- 4.9864
- 2026-09-26
- 30-day average
- 5.1193
- Days with data: 30
- 30-day change
- -1.60%
- since 2026-08-29
5.2393
4.98642026-08-29 → 2026-09-27
| Date | 1 EUR in PGK | Daily change |
|---|---|---|
| 2026-09-27 | 4.9864 | 0.00% |
| 2026-09-26 | 4.9864 | -1.75% |
| 2026-09-25 | 5.0753 | -0.34% |
| 2026-09-24 | 5.0924 | +0.15% |
| 2026-09-23 | 5.0848 | +0.37% |
| 2026-09-22 | 5.066 | -0.68% |
| 2026-09-21 | 5.1008 | +2.13% |
| 2026-09-20 | 4.9944 | -1.99% |
| 2026-09-19 | 5.0961 | +0.04% |
| 2026-09-18 | 5.0939 | -0.58% |
| 2026-09-17 | 5.1238 | -0.51% |
| 2026-09-16 | 5.1499 | +0.39% |
| 2026-09-15 | 5.1301 | -0.56% |
| 2026-09-14 | 5.1592 | +2.47% |
| 2026-09-13 | 5.0348 | +0.03% |
| Date | 1 EUR in PGK | Daily change |
|---|---|---|
| 2026-09-12 | 5.0335 | -2.48% |
| 2026-09-11 | 5.1617 | -1.36% |
| 2026-09-10 | 5.2327 | +1.28% |
| 2026-09-09 | 5.1668 | +0.37% |
| 2026-09-08 | 5.1477 | -1.12% |
| 2026-09-07 | 5.2058 | -0.64% |
| 2026-09-06 | 5.2393 | 0.00% |
| 2026-09-05 | 5.2393 | +0.23% |
| 2026-09-04 | 5.2271 | +0.97% |
| 2026-09-03 | 5.1769 | +1.09% |
| 2026-09-02 | 5.1208 | -0.15% |
| 2026-09-01 | 5.1288 | -1.64% |
| 2026-08-31 | 5.2143 | +3.40% |
| 2026-08-30 | 5.043 | -0.48% |
| 2026-08-29 | 5.0675 | — |
EUR to PGK conversion table
1 EUR4.9864 PGK
5 EUR24.9319 PGK
10 EUR49.8637 PGK
25 EUR124.6594 PGK
50 EUR249.3187 PGK
100 EUR498.6374 PGK
500 EUR2,493.187 PGK
1,000 EUR4,986.374 PGK
5,000 EUR24,931.87 PGK
10,000 EUR49,863.74 PGK
Get the EUR/PGK rate in your app
One GET request returns the latest EUR → 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/EUR/PGK"fetch('https://rate-api.com/api/v1/pair/EUR/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "PGK"
},
"rate": 4.9864,
"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 EURPapua New Guinean Kina → Euro0.20055Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.