Convert INR to BOB
Indian Rupee → Bolivian Boliviano
1 INR = 0.127794 BOB(1 BOB = 7.825104 INR)
Currency converter
1 INR =
0.12779 BOB
INR to BOB: last 30 days
Over the last 30 days, 1 INR traded between 0.10445 and 0.13232 BOB, averaging 0.12374 BOB. The INR/BOB rate is up 5.45% since 2026-08-28.
- 30-day high
- 0.13232
- 2026-09-11
- 30-day low
- 0.10445
- 2026-09-19
- 30-day average
- 0.12374
- Days with data: 30
- 30-day change
- +5.45%
- since 2026-08-28
0.13232
0.104452026-08-28 → 2026-09-26
| Date | 1 INR in BOB | Daily change |
|---|---|---|
| 2026-09-26 | 0.12779 | 0.00% |
| 2026-09-25 | 0.12779 | +6.37% |
| 2026-09-24 | 0.12014 | -3.72% |
| 2026-09-23 | 0.12479 | +7.08% |
| 2026-09-22 | 0.11653 | +8.09% |
| 2026-09-21 | 0.10781 | -0.36% |
| 2026-09-20 | 0.1082 | +3.59% |
| 2026-09-19 | 0.10445 | -1.56% |
| 2026-09-18 | 0.10611 | -12.53% |
| 2026-09-17 | 0.12131 | -2.15% |
| 2026-09-16 | 0.12397 | -0.85% |
| 2026-09-15 | 0.12504 | -3.95% |
| 2026-09-14 | 0.13018 | +4.85% |
| 2026-09-13 | 0.12416 | -1.54% |
| 2026-09-12 | 0.1261 | -4.71% |
| Date | 1 INR in BOB | Daily change |
|---|---|---|
| 2026-09-11 | 0.13232 | +0.93% |
| 2026-09-10 | 0.13111 | +0.27% |
| 2026-09-09 | 0.13075 | -0.06% |
| 2026-09-08 | 0.13082 | -0.10% |
| 2026-09-07 | 0.13095 | -0.72% |
| 2026-09-06 | 0.1319 | +0.73% |
| 2026-09-05 | 0.13094 | +1.95% |
| 2026-09-04 | 0.12843 | -0.11% |
| 2026-09-03 | 0.12857 | +2.33% |
| 2026-09-02 | 0.12564 | +0.73% |
| 2026-09-01 | 0.12473 | +0.72% |
| 2026-08-31 | 0.12384 | +0.19% |
| 2026-08-30 | 0.1236 | +0.55% |
| 2026-08-29 | 0.12292 | +1.43% |
| 2026-08-28 | 0.12119 | — |
INR to BOB conversion table
1 INR0.12779 BOB
5 INR0.63897 BOB
10 INR1.2779 BOB
25 INR3.1948 BOB
50 INR6.3897 BOB
100 INR12.7794 BOB
500 INR63.8969 BOB
1,000 INR127.7938 BOB
5,000 INR638.9691 BOB
10,000 INR1,277.9382 BOB
Get the INR/BOB rate in your app
One GET request returns the latest INR → BOB 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/BOB"fetch('https://rate-api.com/api/v1/pair/INR/BOB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BOB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BOB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BOB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BOB');
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']} BOB\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BOB"
},
"rate": 0.1278,
"timestamp": 1790429418,
"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
BOB to INRBolivian Boliviano → Indian Rupee7.8251Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.