Convert RUB to BZD
Russian Ruble → Belize Dollar
1 RUB = 0.0237014 BZD(1 BZD = 42.19154 RUB)
Currency converter
1 RUB =
0.023701 BZD
RUB to BZD: last 30 days
Over the last 30 days, 1 RUB traded between 0.023061 and 0.024075 BZD, averaging 0.023632 BZD. The RUB/BZD rate is up 1.38% since 2026-08-29.
- 30-day high
- 0.024075
- 2026-09-11
- 30-day low
- 0.023061
- 2026-09-03
- 30-day average
- 0.023632
- Days with data: 30
- 30-day change
- +1.38%
- since 2026-08-29
0.024075
0.0230612026-08-29 → 2026-09-27
| Date | 1 RUB in BZD | Daily change |
|---|---|---|
| 2026-09-27 | 0.023701 | 0.00% |
| 2026-09-26 | 0.023701 | +0.75% |
| 2026-09-25 | 0.023526 | -0.20% |
| 2026-09-24 | 0.023574 | -0.64% |
| 2026-09-23 | 0.023725 | -1.31% |
| 2026-09-22 | 0.024039 | +0.51% |
| 2026-09-21 | 0.023916 | -0.27% |
| 2026-09-20 | 0.023981 | +0.47% |
| 2026-09-19 | 0.023868 | +0.29% |
| 2026-09-18 | 0.023799 | -0.96% |
| 2026-09-17 | 0.024028 | +0.47% |
| 2026-09-16 | 0.023917 | +0.42% |
| 2026-09-15 | 0.023817 | -0.01% |
| 2026-09-14 | 0.023819 | -0.42% |
| 2026-09-13 | 0.023921 | -0.04% |
| Date | 1 RUB in BZD | Daily change |
|---|---|---|
| 2026-09-12 | 0.02393 | -0.60% |
| 2026-09-11 | 0.024075 | +1.66% |
| 2026-09-10 | 0.023683 | +1.08% |
| 2026-09-09 | 0.023429 | +0.39% |
| 2026-09-08 | 0.023339 | +0.38% |
| 2026-09-07 | 0.023249 | -0.24% |
| 2026-09-06 | 0.023304 | -0.72% |
| 2026-09-05 | 0.023474 | +1.15% |
| 2026-09-04 | 0.023207 | +0.63% |
| 2026-09-03 | 0.023061 | -0.60% |
| 2026-09-02 | 0.0232 | -0.45% |
| 2026-09-01 | 0.023305 | -0.97% |
| 2026-08-31 | 0.023533 | +0.38% |
| 2026-08-30 | 0.023445 | +0.28% |
| 2026-08-29 | 0.023379 | — |
RUB to BZD conversion table
1 RUB0.023701 BZD
5 RUB0.11851 BZD
10 RUB0.23701 BZD
25 RUB0.59254 BZD
50 RUB1.1851 BZD
100 RUB2.3701 BZD
500 RUB11.8507 BZD
1,000 RUB23.7014 BZD
5,000 RUB118.5072 BZD
10,000 RUB237.0143 BZD
Get the RUB/BZD rate in your app
One GET request returns the latest RUB → 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/RUB/BZD"fetch('https://rate-api.com/api/v1/pair/RUB/BZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} BZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/BZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} BZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/BZD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} BZD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "BZD"
},
"rate": 0.0237,
"timestamp": 1790499659,
"date": "2026-09-27"
}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 RUBBelize Dollar → Russian Ruble42.1915Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.