Convert INR to BYN
Indian Rupee → Belarusian Ruble
1 INR = 0.0317692 BYN(1 BYN = 31.47699 INR)
Currency converter
1 INR =
0.031769 BYN
INR to BYN: last 30 days
Over the last 30 days, 1 INR traded between 0.03151 and 0.03267 BYN, averaging 0.03196 BYN. The INR/BYN rate is up 0.63% since 2026-08-28.
- 30-day high
- 0.03267
- 2026-09-03
- 30-day low
- 0.03151
- 2026-09-20
- 30-day average
- 0.03196
- Days with data: 30
- 30-day change
- +0.63%
- since 2026-08-28
0.03267
0.031512026-08-28 → 2026-09-26
| Date | 1 INR in BYN | Daily change |
|---|---|---|
| 2026-09-26 | 0.031769 | 0.00% |
| 2026-09-25 | 0.031769 | +0.28% |
| 2026-09-24 | 0.031679 | -0.11% |
| 2026-09-23 | 0.031715 | +0.45% |
| 2026-09-22 | 0.031573 | +0.09% |
| 2026-09-21 | 0.031546 | +0.11% |
| 2026-09-20 | 0.03151 | -0.17% |
| 2026-09-19 | 0.031562 | -0.44% |
| 2026-09-18 | 0.031702 | -0.50% |
| 2026-09-17 | 0.031859 | +0.69% |
| 2026-09-16 | 0.031641 | -0.17% |
| 2026-09-15 | 0.031697 | -0.33% |
| 2026-09-14 | 0.031802 | +0.16% |
| 2026-09-13 | 0.03175 | -0.10% |
| 2026-09-12 | 0.031783 | -0.14% |
| Date | 1 INR in BYN | Daily change |
|---|---|---|
| 2026-09-11 | 0.031828 | -0.81% |
| 2026-09-10 | 0.032088 | -0.72% |
| 2026-09-09 | 0.032321 | -0.32% |
| 2026-09-08 | 0.032426 | -0.55% |
| 2026-09-07 | 0.032607 | -0.00% |
| 2026-09-06 | 0.032608 | -0.02% |
| 2026-09-05 | 0.032614 | +0.05% |
| 2026-09-04 | 0.032597 | -0.22% |
| 2026-09-03 | 0.03267 | +0.32% |
| 2026-09-02 | 0.032566 | +0.89% |
| 2026-09-01 | 0.03228 | +1.36% |
| 2026-08-31 | 0.031846 | +0.17% |
| 2026-08-30 | 0.031792 | +0.50% |
| 2026-08-29 | 0.031634 | +0.21% |
| 2026-08-28 | 0.031569 | — |
INR to BYN conversion table
1 INR0.031769 BYN
5 INR0.15885 BYN
10 INR0.31769 BYN
25 INR0.79423 BYN
50 INR1.5885 BYN
100 INR3.1769 BYN
500 INR15.8846 BYN
1,000 INR31.7692 BYN
5,000 INR158.8462 BYN
10,000 INR317.6924 BYN
Get the INR/BYN rate in your app
One GET request returns the latest INR → 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/INR/BYN"fetch('https://rate-api.com/api/v1/pair/INR/BYN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BYN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BYN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BYN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BYN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} BYN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BYN"
},
"rate": 0.0318,
"timestamp": 1790429427,
"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 INRBelarusian Ruble → Indian Rupee31.477Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.