Convert JPY to PLN
Japanese Yen → Polish Złoty
1 JPY = 0.0243283 PLN(1 PLN = 41.104351 JPY)
Currency converter
1 JPY =
0.024328 PLN
JPY to PLN: last 30 days
Over the last 30 days, 1 JPY traded between 0.023325 and 0.024381 PLN, averaging 0.023977 PLN. The JPY/PLN rate is up 4.30% since 2026-08-28.
- 30-day high
- 0.024381
- 2026-09-17
- 30-day low
- 0.023325
- 2026-08-28
- 30-day average
- 0.023977
- Days with data: 30
- 30-day change
- +4.30%
- since 2026-08-28
0.024381
0.0233252026-08-28 → 2026-09-26
| Date | 1 JPY in PLN | Daily change |
|---|---|---|
| 2026-09-26 | 0.024328 | 0.00% |
| 2026-09-25 | 0.024328 | +0.24% |
| 2026-09-24 | 0.024269 | -0.07% |
| 2026-09-23 | 0.024287 | +0.64% |
| 2026-09-22 | 0.024132 | +0.18% |
| 2026-09-21 | 0.024089 | -0.11% |
| 2026-09-20 | 0.024116 | 0.00% |
| 2026-09-19 | 0.024116 | 0.00% |
| 2026-09-18 | 0.024116 | -1.09% |
| 2026-09-17 | 0.024381 | +0.32% |
| 2026-09-16 | 0.024302 | +0.15% |
| 2026-09-15 | 0.024266 | -0.23% |
| 2026-09-14 | 0.024321 | +0.41% |
| 2026-09-13 | 0.024221 | 0.00% |
| 2026-09-12 | 0.024221 | 0.00% |
| Date | 1 JPY in PLN | Daily change |
|---|---|---|
| 2026-09-11 | 0.024221 | +0.37% |
| 2026-09-10 | 0.024132 | -0.13% |
| 2026-09-09 | 0.024163 | +0.28% |
| 2026-09-08 | 0.024095 | +0.54% |
| 2026-09-07 | 0.023966 | +0.86% |
| 2026-09-06 | 0.023761 | 0.00% |
| 2026-09-05 | 0.023761 | 0.00% |
| 2026-09-04 | 0.023761 | -0.48% |
| 2026-09-03 | 0.023876 | +1.98% |
| 2026-09-02 | 0.023414 | +0.34% |
| 2026-09-01 | 0.023334 | -0.14% |
| 2026-08-31 | 0.023366 | +0.18% |
| 2026-08-30 | 0.023325 | 0.00% |
| 2026-08-29 | 0.023325 | 0.00% |
| 2026-08-28 | 0.023325 | — |
JPY to PLN conversion table
1 JPY0.024328 PLN
5 JPY0.12164 PLN
10 JPY0.24328 PLN
25 JPY0.60821 PLN
50 JPY1.2164 PLN
100 JPY2.4328 PLN
500 JPY12.1642 PLN
1,000 JPY24.3283 PLN
5,000 JPY121.6416 PLN
10,000 JPY243.2833 PLN
Get the JPY/PLN rate in your app
One GET request returns the latest JPY → PLN 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/PLN"fetch('https://rate-api.com/api/v1/pair/JPY/PLN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} PLN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/PLN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} PLN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/PLN');
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']} PLN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "PLN"
},
"rate": 0.0243,
"timestamp": 1790429313,
"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
PLN to JPYPolish Złoty → Japanese Yen41.1044Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.