Convert INR to BZD
Indian Rupee → Belize Dollar
1 INR = 0.0208731 BZD(1 BZD = 47.908664 INR)
Currency converter
1 INR =
0.020873 BZD
INR to BZD: last 30 days
Over the last 30 days, 1 INR traded between 0.020842 and 0.021348 BZD, averaging 0.021102 BZD. The INR/BZD rate is down 1.01% since 2026-08-28.
- 30-day high
- 0.021348
- 2026-09-06
- 30-day low
- 0.020842
- 2026-09-24
- 30-day average
- 0.021102
- Days with data: 30
- 30-day change
- -1.01%
- since 2026-08-28
0.021348
0.0208422026-08-28 → 2026-09-26
| Date | 1 INR in BZD | Daily change |
|---|---|---|
| 2026-09-26 | 0.020873 | 0.00% |
| 2026-09-25 | 0.020873 | +0.15% |
| 2026-09-24 | 0.020842 | -0.23% |
| 2026-09-23 | 0.02089 | -0.83% |
| 2026-09-22 | 0.021064 | +0.27% |
| 2026-09-21 | 0.021007 | -0.11% |
| 2026-09-20 | 0.021031 | +0.10% |
| 2026-09-19 | 0.021009 | +0.17% |
| 2026-09-18 | 0.020974 | -0.58% |
| 2026-09-17 | 0.021095 | +0.52% |
| 2026-09-16 | 0.020985 | +0.05% |
| 2026-09-15 | 0.020975 | -0.46% |
| 2026-09-14 | 0.021071 | -0.13% |
| 2026-09-13 | 0.021099 | +0.07% |
| 2026-09-12 | 0.021083 | -0.33% |
| Date | 1 INR in BZD | Daily change |
|---|---|---|
| 2026-09-11 | 0.021152 | +0.29% |
| 2026-09-10 | 0.021091 | -0.27% |
| 2026-09-09 | 0.021148 | -0.36% |
| 2026-09-08 | 0.021224 | -0.41% |
| 2026-09-07 | 0.021311 | -0.17% |
| 2026-09-06 | 0.021348 | +0.13% |
| 2026-09-05 | 0.021321 | +0.18% |
| 2026-09-04 | 0.021283 | -0.10% |
| 2026-09-03 | 0.021305 | +0.45% |
| 2026-09-02 | 0.02121 | +0.11% |
| 2026-09-01 | 0.021186 | -0.34% |
| 2026-08-31 | 0.021258 | +0.55% |
| 2026-08-30 | 0.021141 | +0.09% |
| 2026-08-29 | 0.021122 | +0.17% |
| 2026-08-28 | 0.021085 | — |
INR to BZD conversion table
1 INR0.020873 BZD
5 INR0.10437 BZD
10 INR0.20873 BZD
25 INR0.52183 BZD
50 INR1.0437 BZD
100 INR2.0873 BZD
500 INR10.4365 BZD
1,000 INR20.8731 BZD
5,000 INR104.3653 BZD
10,000 INR208.7305 BZD
Get the INR/BZD rate in your app
One GET request returns the latest INR → BZD 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/BZD"fetch('https://rate-api.com/api/v1/pair/INR/BZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BZD');
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']} BZD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BZD"
},
"rate": 0.0209,
"timestamp": 1790429436,
"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
BZD to INRBelize Dollar → Indian Rupee47.9087Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.