Convert BYN to JPY
Belarusian Ruble → Japanese Yen
1 BYN = 51.769991 JPY(1 JPY = 0.0193162 BYN)
Currency converter
1 BYN =
51.77 JPY
BYN to JPY: last 30 days
Over the last 30 days, 1 BYN traded between 49.8594 and 53.0258 JPY, averaging 51.4232 JPY. The BYN/JPY rate is down 2.37% since 2026-08-28.
- 30-day high
- 53.0258
- 2026-08-28
- 30-day low
- 49.8594
- 2026-09-09
- 30-day average
- 51.4232
- Days with data: 30
- 30-day change
- -2.37%
- since 2026-08-28
53.0258
49.85942026-08-28 → 2026-09-26
| Date | 1 BYN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 51.77 | 0.00% |
| 2026-09-25 | 51.77 | -0.93% |
| 2026-09-24 | 52.2559 | +0.48% |
| 2026-09-23 | 52.0075 | -0.14% |
| 2026-09-22 | 52.0804 | +0.10% |
| 2026-09-21 | 52.0295 | -0.44% |
| 2026-09-20 | 52.2617 | +0.17% |
| 2026-09-19 | 52.1751 | +0.44% |
| 2026-09-18 | 51.9453 | +1.98% |
| 2026-09-17 | 50.9358 | -0.25% |
| 2026-09-16 | 51.0653 | +0.21% |
| 2026-09-15 | 50.9596 | +0.20% |
| 2026-09-14 | 50.8557 | +0.17% |
| 2026-09-13 | 50.7701 | +0.10% |
| 2026-09-12 | 50.7176 | +0.14% |
| Date | 1 BYN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 50.647 | +0.60% |
| 2026-09-10 | 50.3454 | +0.97% |
| 2026-09-09 | 49.8594 | -0.64% |
| 2026-09-08 | 50.1796 | -0.09% |
| 2026-09-07 | 50.227 | -0.96% |
| 2026-09-06 | 50.7115 | +0.02% |
| 2026-09-05 | 50.7022 | -0.05% |
| 2026-09-04 | 50.7287 | +0.38% |
| 2026-09-03 | 50.5376 | -2.07% |
| 2026-09-02 | 51.6039 | -1.25% |
| 2026-09-01 | 52.2552 | -0.85% |
| 2026-08-31 | 52.702 | +0.09% |
| 2026-08-30 | 52.6538 | -0.50% |
| 2026-08-29 | 52.9163 | -0.21% |
| 2026-08-28 | 53.0258 | — |
BYN to JPY conversion table
1 BYN51.77 JPY
5 BYN258.85 JPY
10 BYN517.6999 JPY
25 BYN1,294.2498 JPY
50 BYN2,588.4995 JPY
100 BYN5,176.9991 JPY
500 BYN25,884.995 JPY
1,000 BYN51,769.991 JPY
5,000 BYN258,849.95 JPY
10,000 BYN517,699.91 JPY
Get the BYN/JPY rate in your app
One GET request returns the latest BYN → 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/BYN/JPY"fetch('https://rate-api.com/api/v1/pair/BYN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "JPY"
},
"rate": 51.77,
"timestamp": 1790432059,
"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 BYNJapanese Yen → Belarusian Ruble0.019316Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.