Convert INR to BWP
Indian Rupee → Botswanan Pula
1 INR = 0.142262 BWP(1 BWP = 7.029265 INR)
Currency converter
1 INR =
0.14226 BWP
INR to BWP: last 30 days
Over the last 30 days, 1 INR traded between 0.14004 and 0.14676 BWP, averaging 0.14166 BWP. The INR/BWP rate is up 1.59% since 2026-08-28.
- 30-day high
- 0.14676
- 2026-09-12
- 30-day low
- 0.14004
- 2026-08-28
- 30-day average
- 0.14166
- Days with data: 30
- 30-day change
- +1.59%
- since 2026-08-28
0.14676
0.140042026-08-28 → 2026-09-26
| Date | 1 INR in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 0.14226 | 0.00% |
| 2026-09-25 | 0.14226 | +0.31% |
| 2026-09-24 | 0.14182 | +0.48% |
| 2026-09-23 | 0.14114 | -0.47% |
| 2026-09-22 | 0.1418 | +0.29% |
| 2026-09-21 | 0.14139 | -0.02% |
| 2026-09-20 | 0.14142 | +0.01% |
| 2026-09-19 | 0.14141 | -0.00% |
| 2026-09-18 | 0.14142 | +0.16% |
| 2026-09-17 | 0.14119 | +0.12% |
| 2026-09-16 | 0.14102 | +0.36% |
| 2026-09-15 | 0.14051 | -0.33% |
| 2026-09-14 | 0.14097 | -3.94% |
| 2026-09-13 | 0.14676 | -0.00% |
| 2026-09-12 | 0.14676 | +4.27% |
| Date | 1 INR in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 0.14075 | +0.09% |
| 2026-09-10 | 0.14062 | +0.09% |
| 2026-09-09 | 0.1405 | -0.48% |
| 2026-09-08 | 0.14118 | -0.39% |
| 2026-09-07 | 0.14173 | +0.03% |
| 2026-09-06 | 0.14169 | +0.01% |
| 2026-09-05 | 0.14167 | -0.09% |
| 2026-09-04 | 0.1418 | -0.12% |
| 2026-09-03 | 0.14197 | +0.06% |
| 2026-09-02 | 0.14188 | +0.16% |
| 2026-09-01 | 0.14164 | +0.37% |
| 2026-08-31 | 0.14112 | +0.44% |
| 2026-08-30 | 0.1405 | +0.01% |
| 2026-08-29 | 0.14048 | +0.32% |
| 2026-08-28 | 0.14004 | — |
INR to BWP conversion table
1 INR0.14226 BWP
5 INR0.71131 BWP
10 INR1.4226 BWP
25 INR3.5566 BWP
50 INR7.1131 BWP
100 INR14.2262 BWP
500 INR71.1312 BWP
1,000 INR142.2624 BWP
5,000 INR711.312 BWP
10,000 INR1,422.6239 BWP
Get the INR/BWP rate in your app
One GET request returns the latest INR → BWP 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/BWP"fetch('https://rate-api.com/api/v1/pair/INR/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BWP');
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']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BWP"
},
"rate": 0.1423,
"timestamp": 1790429366,
"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
BWP to INRBotswanan Pula → Indian Rupee7.0293Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.