Convert PLN to JPY
Polish Złoty → Japanese Yen
1 PLN = 41.104351 JPY(1 JPY = 0.0243283 PLN)
Currency converter
1 PLN =
41.1044 JPY
PLN to JPY: last 30 days
Over the last 30 days, 1 PLN traded between 41.0164 and 42.8717 JPY, averaging 41.7155 JPY. The PLN/JPY rate is down 4.12% since 2026-08-28.
- 30-day high
- 42.8717
- 2026-08-28
- 30-day low
- 41.0164
- 2026-09-17
- 30-day average
- 41.7155
- Days with data: 30
- 30-day change
- -4.12%
- since 2026-08-28
42.8717
41.01642026-08-28 → 2026-09-26
| Date | 1 PLN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 41.1044 | 0.00% |
| 2026-09-25 | 41.1044 | -0.24% |
| 2026-09-24 | 41.2044 | +0.07% |
| 2026-09-23 | 41.1745 | -0.64% |
| 2026-09-22 | 41.4384 | -0.18% |
| 2026-09-21 | 41.5125 | +0.11% |
| 2026-09-20 | 41.4671 | 0.00% |
| 2026-09-19 | 41.4671 | 0.00% |
| 2026-09-18 | 41.4671 | +1.10% |
| 2026-09-17 | 41.0164 | -0.32% |
| 2026-09-16 | 41.1481 | -0.15% |
| 2026-09-15 | 41.2103 | +0.23% |
| 2026-09-14 | 41.1168 | -0.41% |
| 2026-09-13 | 41.2865 | 0.00% |
| 2026-09-12 | 41.2865 | 0.00% |
| Date | 1 PLN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 41.2865 | -0.37% |
| 2026-09-10 | 41.4384 | +0.13% |
| 2026-09-09 | 41.3852 | -0.28% |
| 2026-09-08 | 41.503 | -0.53% |
| 2026-09-07 | 41.7262 | -0.86% |
| 2026-09-06 | 42.0864 | 0.00% |
| 2026-09-05 | 42.0864 | 0.00% |
| 2026-09-04 | 42.0864 | +0.49% |
| 2026-09-03 | 41.883 | -1.94% |
| 2026-09-02 | 42.7103 | -0.34% |
| 2026-09-01 | 42.8568 | +0.14% |
| 2026-08-31 | 42.7967 | -0.18% |
| 2026-08-30 | 42.8717 | 0.00% |
| 2026-08-29 | 42.8717 | 0.00% |
| 2026-08-28 | 42.8717 | — |
PLN to JPY conversion table
1 PLN41.1044 JPY
5 PLN205.5218 JPY
10 PLN411.0435 JPY
25 PLN1,027.6088 JPY
50 PLN2,055.2175 JPY
100 PLN4,110.4351 JPY
500 PLN20,552.175 JPY
1,000 PLN41,104.351 JPY
5,000 PLN205,521.75 JPY
10,000 PLN411,043.51 JPY
Get the PLN/JPY rate in your app
One GET request returns the latest PLN → JPY 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/PLN/JPY"fetch('https://rate-api.com/api/v1/pair/PLN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PLN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PLN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PLN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PLN/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PLN = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "PLN",
"to": "JPY"
},
"rate": 41.1044,
"timestamp": 1790432083,
"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
JPY to PLNJapanese Yen → Polish Złoty0.024328Convert PLN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.