Convert JPY to BYN
Japanese Yen → Belarusian Ruble
1 JPY = 0.0193162 BYN(1 BYN = 51.769991 JPY)
Currency converter
1 JPY =
0.019316 BYN
JPY to BYN: last 30 days
Over the last 30 days, 1 JPY traded between 0.018859 and 0.020056 BYN, averaging 0.019452 BYN. The JPY/BYN rate is up 2.43% since 2026-08-28.
- 30-day high
- 0.020056
- 2026-09-09
- 30-day low
- 0.018859
- 2026-08-28
- 30-day average
- 0.019452
- Days with data: 30
- 30-day change
- +2.43%
- since 2026-08-28
0.020056
0.0188592026-08-28 → 2026-09-26
| Date | 1 JPY in BYN | Daily change |
|---|---|---|
| 2026-09-26 | 0.019316 | 0.00% |
| 2026-09-25 | 0.019316 | +0.94% |
| 2026-09-24 | 0.019137 | -0.48% |
| 2026-09-23 | 0.019228 | +0.14% |
| 2026-09-22 | 0.019201 | -0.10% |
| 2026-09-21 | 0.01922 | +0.45% |
| 2026-09-20 | 0.019134 | -0.17% |
| 2026-09-19 | 0.019166 | -0.44% |
| 2026-09-18 | 0.019251 | -1.94% |
| 2026-09-17 | 0.019633 | +0.25% |
| 2026-09-16 | 0.019583 | -0.21% |
| 2026-09-15 | 0.019623 | -0.20% |
| 2026-09-14 | 0.019663 | -0.17% |
| 2026-09-13 | 0.019697 | -0.10% |
| 2026-09-12 | 0.019717 | -0.14% |
| Date | 1 JPY in BYN | Daily change |
|---|---|---|
| 2026-09-11 | 0.019745 | -0.60% |
| 2026-09-10 | 0.019863 | -0.97% |
| 2026-09-09 | 0.020056 | +0.64% |
| 2026-09-08 | 0.019928 | +0.09% |
| 2026-09-07 | 0.01991 | +0.96% |
| 2026-09-06 | 0.019719 | -0.02% |
| 2026-09-05 | 0.019723 | +0.05% |
| 2026-09-04 | 0.019713 | -0.38% |
| 2026-09-03 | 0.019787 | +2.11% |
| 2026-09-02 | 0.019378 | +1.26% |
| 2026-09-01 | 0.019137 | +0.85% |
| 2026-08-31 | 0.018975 | -0.09% |
| 2026-08-30 | 0.018992 | +0.50% |
| 2026-08-29 | 0.018898 | +0.21% |
| 2026-08-28 | 0.018859 | — |
JPY to BYN conversion table
1 JPY0.019316 BYN
5 JPY0.096581 BYN
10 JPY0.19316 BYN
25 JPY0.48291 BYN
50 JPY0.96581 BYN
100 JPY1.9316 BYN
500 JPY9.6581 BYN
1,000 JPY19.3162 BYN
5,000 JPY96.581 BYN
10,000 JPY193.1621 BYN
Get the JPY/BYN rate in your app
One GET request returns the latest JPY → BYN 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/BYN"fetch('https://rate-api.com/api/v1/pair/JPY/BYN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BYN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BYN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BYN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BYN');
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']} BYN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BYN"
},
"rate": 0.0193,
"timestamp": 1790429308,
"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
BYN to JPYBelarusian Ruble → Japanese Yen51.77Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.