Convert BZD to INR
Belize Dollar → Indian Rupee
1 BZD = 47.908664 INR(1 INR = 0.0208731 BZD)
Currency converter
1 BZD =
47.9087 INR
BZD to INR: last 30 days
Over the last 30 days, 1 BZD traded between 46.8428 and 47.9799 INR, averaging 47.3911 INR. The BZD/INR rate is up 1.02% since 2026-08-28.
- 30-day high
- 47.9799
- 2026-09-24
- 30-day low
- 46.8428
- 2026-09-06
- 30-day average
- 47.3911
- Days with data: 30
- 30-day change
- +1.02%
- since 2026-08-28
47.9799
46.84282026-08-28 → 2026-09-26
| Date | 1 BZD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 47.9087 | 0.00% |
| 2026-09-25 | 47.9087 | -0.15% |
| 2026-09-24 | 47.9799 | +0.23% |
| 2026-09-23 | 47.8705 | +0.83% |
| 2026-09-22 | 47.4746 | -0.27% |
| 2026-09-21 | 47.6024 | +0.11% |
| 2026-09-20 | 47.5494 | -0.10% |
| 2026-09-19 | 47.5979 | -0.17% |
| 2026-09-18 | 47.6784 | +0.58% |
| 2026-09-17 | 47.4037 | -0.52% |
| 2026-09-16 | 47.6521 | -0.05% |
| 2026-09-15 | 47.6754 | +0.46% |
| 2026-09-14 | 47.4585 | +0.13% |
| 2026-09-13 | 47.3967 | -0.07% |
| 2026-09-12 | 47.4314 | +0.33% |
| Date | 1 BZD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 47.2763 | -0.29% |
| 2026-09-10 | 47.4139 | +0.27% |
| 2026-09-09 | 47.2865 | +0.36% |
| 2026-09-08 | 47.1169 | +0.41% |
| 2026-09-07 | 46.9247 | +0.17% |
| 2026-09-06 | 46.8428 | -0.13% |
| 2026-09-05 | 46.902 | -0.18% |
| 2026-09-04 | 46.9848 | +0.10% |
| 2026-09-03 | 46.9369 | -0.44% |
| 2026-09-02 | 47.1466 | -0.11% |
| 2026-09-01 | 47.1999 | +0.34% |
| 2026-08-31 | 47.0403 | -0.55% |
| 2026-08-30 | 47.3004 | -0.09% |
| 2026-08-29 | 47.3451 | -0.17% |
| 2026-08-28 | 47.4269 | — |
BZD to INR conversion table
1 BZD47.9087 INR
5 BZD239.5433 INR
10 BZD479.0866 INR
25 BZD1,197.7166 INR
50 BZD2,395.4332 INR
100 BZD4,790.8664 INR
500 BZD23,954.332 INR
1,000 BZD47,908.664 INR
5,000 BZD239,543.32 INR
10,000 BZD479,086.64 INR
Get the BZD/INR rate in your app
One GET request returns the latest BZD → 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/BZD/INR"fetch('https://rate-api.com/api/v1/pair/BZD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BZD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BZD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BZD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BZD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BZD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "BZD",
"to": "INR"
},
"rate": 47.9087,
"timestamp": 1790432183,
"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 BZDIndian Rupee → Belize Dollar0.020873Convert BZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.