Convert EUR to BYN
Euro → Belarusian Ruble
1 EUR = 3.471123 BYN(1 BYN = 0.288091 EUR)
Currency converter
1 EUR =
3.4711 BYN
EUR to BYN: last 30 days
Over the last 30 days, 1 EUR traded between 3.4555 and 3.5855 BYN, averaging 3.5207 BYN. The EUR/BYN rate is down 1.00% since 2026-08-28.
- 30-day high
- 3.5855
- 2026-09-03
- 30-day low
- 3.4555
- 2026-09-24
- 30-day average
- 3.5207
- Days with data: 30
- 30-day change
- -1.00%
- since 2026-08-28
3.5855
3.45552026-08-28 → 2026-09-26
| Date | 1 EUR in BYN | Daily change |
|---|---|---|
| 2026-09-26 | 3.4711 | 0.00% |
| 2026-09-25 | 3.4711 | +0.45% |
| 2026-09-24 | 3.4555 | -0.27% |
| 2026-09-23 | 3.4649 | +0.15% |
| 2026-09-22 | 3.4596 | -0.39% |
| 2026-09-21 | 3.4731 | +0.31% |
| 2026-09-20 | 3.4622 | -0.17% |
| 2026-09-19 | 3.468 | -0.44% |
| 2026-09-18 | 3.4833 | -0.74% |
| 2026-09-17 | 3.5093 | +0.18% |
| 2026-09-16 | 3.503 | -0.19% |
| 2026-09-15 | 3.5097 | -0.02% |
| 2026-09-14 | 3.5103 | -0.19% |
| 2026-09-13 | 3.5171 | -0.10% |
| 2026-09-12 | 3.5208 | -0.14% |
| Date | 1 EUR in BYN | Daily change |
|---|---|---|
| 2026-09-11 | 3.5257 | -0.89% |
| 2026-09-10 | 3.5573 | -0.69% |
| 2026-09-09 | 3.5819 | +0.30% |
| 2026-09-08 | 3.5713 | -0.26% |
| 2026-09-07 | 3.5807 | -0.00% |
| 2026-09-06 | 3.5809 | -0.02% |
| 2026-09-05 | 3.5816 | +0.05% |
| 2026-09-04 | 3.5797 | -0.16% |
| 2026-09-03 | 3.5855 | +0.13% |
| 2026-09-02 | 3.5808 | +0.80% |
| 2026-09-01 | 3.5523 | +1.07% |
| 2026-08-31 | 3.5145 | -0.46% |
| 2026-08-30 | 3.5309 | +0.50% |
| 2026-08-29 | 3.5134 | +0.21% |
| 2026-08-28 | 3.5061 | — |
EUR to BYN conversion table
1 EUR3.4711 BYN
5 EUR17.3556 BYN
10 EUR34.7112 BYN
25 EUR86.7781 BYN
50 EUR173.5561 BYN
100 EUR347.1123 BYN
500 EUR1,735.5614 BYN
1,000 EUR3,471.1229 BYN
5,000 EUR17,355.614 BYN
10,000 EUR34,711.229 BYN
Get the EUR/BYN rate in your app
One GET request returns the latest EUR → 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/EUR/BYN"fetch('https://rate-api.com/api/v1/pair/EUR/BYN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} BYN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/BYN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} BYN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/BYN');
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']} BYN\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "BYN"
},
"rate": 3.4711,
"timestamp": 1790429386,
"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 EURBelarusian Ruble → Euro0.28809Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.