Convert BND to INR
Brunei Dollar → Indian Rupee
1 BND = 75.026094 INR(1 INR = 0.0133287 BND)
Currency converter
1 BND =
75.0261 INR
BND to INR: last 30 days
Over the last 30 days, 1 BND traded between 74.4157 and 75.503 INR, averaging 74.9979 INR. The BND/INR rate is down 0.04% since 2026-08-28.
- 30-day high
- 75.503
- 2026-09-10
- 30-day low
- 74.4157
- 2026-09-03
- 30-day average
- 74.9979
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
75.503
74.41572026-08-28 → 2026-09-26
| Date | 1 BND in INR | Daily change |
|---|---|---|
| 2026-09-26 | 75.0261 | 0.00% |
| 2026-09-25 | 75.0261 | +0.07% |
| 2026-09-24 | 74.9725 | +0.10% |
| 2026-09-23 | 74.8955 | -0.06% |
| 2026-09-22 | 74.9436 | -0.24% |
| 2026-09-21 | 75.122 | -0.02% |
| 2026-09-20 | 75.14 | -0.01% |
| 2026-09-19 | 75.144 | -0.01% |
| 2026-09-18 | 75.1538 | -0.02% |
| 2026-09-17 | 75.1668 | -0.28% |
| 2026-09-16 | 75.376 | -0.09% |
| 2026-09-15 | 75.4404 | +0.18% |
| 2026-09-14 | 75.303 | -0.17% |
| 2026-09-13 | 75.4284 | -0.01% |
| 2026-09-12 | 75.4334 | +0.13% |
| Date | 1 BND in INR | Daily change |
|---|---|---|
| 2026-09-11 | 75.3387 | -0.22% |
| 2026-09-10 | 75.503 | +0.39% |
| 2026-09-09 | 75.2118 | +0.31% |
| 2026-09-08 | 74.9765 | +0.58% |
| 2026-09-07 | 74.5434 | -0.03% |
| 2026-09-06 | 74.5658 | +0.11% |
| 2026-09-05 | 74.4815 | -0.10% |
| 2026-09-04 | 74.5566 | +0.19% |
| 2026-09-03 | 74.4157 | -0.21% |
| 2026-09-02 | 74.5719 | -0.11% |
| 2026-09-01 | 74.6508 | -0.16% |
| 2026-08-31 | 74.7668 | -0.18% |
| 2026-08-30 | 74.902 | +0.10% |
| 2026-08-29 | 74.8258 | -0.31% |
| 2026-08-28 | 75.0558 | — |
BND to INR conversion table
1 BND75.0261 INR
5 BND375.1305 INR
10 BND750.2609 INR
25 BND1,875.6523 INR
50 BND3,751.3047 INR
100 BND7,502.6094 INR
500 BND37,513.047 INR
1,000 BND75,026.094 INR
5,000 BND375,130.47 INR
10,000 BND750,260.94 INR
Get the BND/INR rate in your app
One GET request returns the latest BND → INR 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/BND/INR"fetch('https://rate-api.com/api/v1/pair/BND/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BND = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BND/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BND = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BND/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BND = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "BND",
"to": "INR"
},
"rate": 75.0261,
"timestamp": 1790432145,
"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
INR to BNDIndian Rupee → Brunei Dollar0.013329Convert BND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.