Convert BZD to JPY
Belize Dollar → Japanese Yen
1 BZD = 78.795054 JPY(1 JPY = 0.0126912 BZD)
Currency converter
1 BZD =
78.7951 JPY
BZD to JPY: last 30 days
Over the last 30 days, 1 BZD traded between 76.2022 and 79.616 JPY, averaging 77.8755 JPY. The BZD/JPY rate is down 0.75% since 2026-08-28.
- 30-day high
- 79.616
- 2026-09-01
- 30-day low
- 76.2022
- 2026-09-09
- 30-day average
- 77.8755
- Days with data: 30
- 30-day change
- -0.75%
- since 2026-08-28
79.616
76.20222026-08-28 → 2026-09-26
| Date | 1 BZD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 78.7951 | 0.00% |
| 2026-09-25 | 78.7951 | -0.80% |
| 2026-09-24 | 79.4273 | +0.59% |
| 2026-09-23 | 78.9589 | +1.15% |
| 2026-09-22 | 78.0632 | -0.09% |
| 2026-09-21 | 78.1301 | -0.22% |
| 2026-09-20 | 78.3018 | -0.10% |
| 2026-09-19 | 78.3816 | -0.17% |
| 2026-09-18 | 78.5142 | +2.06% |
| 2026-09-17 | 76.9261 | -0.09% |
| 2026-09-16 | 76.9952 | -0.02% |
| 2026-09-15 | 77.008 | +0.33% |
| 2026-09-14 | 76.755 | +0.46% |
| 2026-09-13 | 76.4022 | -0.07% |
| 2026-09-12 | 76.4581 | +0.33% |
| Date | 1 BZD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 76.2081 | -0.51% |
| 2026-09-10 | 76.5955 | +0.52% |
| 2026-09-09 | 76.2022 | -0.60% |
| 2026-09-08 | 76.665 | -0.24% |
| 2026-09-07 | 76.8504 | -0.79% |
| 2026-09-06 | 77.4599 | -0.13% |
| 2026-09-05 | 77.5579 | -0.18% |
| 2026-09-04 | 77.6947 | +0.26% |
| 2026-09-03 | 77.4963 | -2.19% |
| 2026-09-02 | 79.2314 | -0.48% |
| 2026-09-01 | 79.616 | +0.84% |
| 2026-08-31 | 78.9507 | -0.29% |
| 2026-08-30 | 79.1794 | -0.09% |
| 2026-08-29 | 79.2543 | -0.17% |
| 2026-08-28 | 79.3912 | — |
BZD to JPY conversion table
1 BZD78.7951 JPY
5 BZD393.9753 JPY
10 BZD787.9505 JPY
25 BZD1,969.8763 JPY
50 BZD3,939.7527 JPY
100 BZD7,879.5054 JPY
500 BZD39,397.527 JPY
1,000 BZD78,795.054 JPY
5,000 BZD393,975.27 JPY
10,000 BZD787,950.54 JPY
Get the BZD/JPY rate in your app
One GET request returns the latest BZD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/BZD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BZD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BZD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BZD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BZD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BZD",
"to": "JPY"
},
"rate": 78.7951,
"timestamp": 1790435079,
"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
JPY to BZDJapanese Yen → Belize Dollar0.012691Convert BZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.