Convert JPY to BZD
Japanese Yen → Belize Dollar
1 JPY = 0.0126912 BZD(1 BZD = 78.795054 JPY)
Currency converter
1 JPY =
0.012691 BZD
JPY to BZD: last 30 days
Over the last 30 days, 1 JPY traded between 0.01256 and 0.013123 BZD, averaging 0.012844 BZD. The JPY/BZD rate is up 0.76% since 2026-08-28.
- 30-day high
- 0.013123
- 2026-09-09
- 30-day low
- 0.01256
- 2026-09-01
- 30-day average
- 0.012844
- Days with data: 30
- 30-day change
- +0.76%
- since 2026-08-28
0.013123
0.012562026-08-28 → 2026-09-26
| Date | 1 JPY in BZD | Daily change |
|---|---|---|
| 2026-09-26 | 0.012691 | 0.00% |
| 2026-09-25 | 0.012691 | +0.80% |
| 2026-09-24 | 0.01259 | -0.59% |
| 2026-09-23 | 0.012665 | -1.13% |
| 2026-09-22 | 0.01281 | +0.09% |
| 2026-09-21 | 0.012799 | +0.22% |
| 2026-09-20 | 0.012771 | +0.10% |
| 2026-09-19 | 0.012758 | +0.17% |
| 2026-09-18 | 0.012737 | -2.02% |
| 2026-09-17 | 0.012999 | +0.09% |
| 2026-09-16 | 0.012988 | +0.02% |
| 2026-09-15 | 0.012986 | -0.33% |
| 2026-09-14 | 0.013028 | -0.46% |
| 2026-09-13 | 0.013089 | +0.07% |
| 2026-09-12 | 0.013079 | -0.33% |
| Date | 1 JPY in BZD | Daily change |
|---|---|---|
| 2026-09-11 | 0.013122 | +0.51% |
| 2026-09-10 | 0.013056 | -0.51% |
| 2026-09-09 | 0.013123 | +0.61% |
| 2026-09-08 | 0.013044 | +0.24% |
| 2026-09-07 | 0.013012 | +0.79% |
| 2026-09-06 | 0.01291 | +0.13% |
| 2026-09-05 | 0.012894 | +0.18% |
| 2026-09-04 | 0.012871 | -0.26% |
| 2026-09-03 | 0.012904 | +2.24% |
| 2026-09-02 | 0.012621 | +0.49% |
| 2026-09-01 | 0.01256 | -0.84% |
| 2026-08-31 | 0.012666 | +0.29% |
| 2026-08-30 | 0.01263 | +0.09% |
| 2026-08-29 | 0.012618 | +0.17% |
| 2026-08-28 | 0.012596 | — |
JPY to BZD conversion table
1 JPY0.012691 BZD
5 JPY0.063456 BZD
10 JPY0.12691 BZD
25 JPY0.31728 BZD
50 JPY0.63456 BZD
100 JPY1.2691 BZD
500 JPY6.3456 BZD
1,000 JPY12.6912 BZD
5,000 JPY63.4558 BZD
10,000 JPY126.9115 BZD
Get the JPY/BZD rate in your app
One GET request returns the latest JPY → 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/JPY/BZD"fetch('https://rate-api.com/api/v1/pair/JPY/BZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BZD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} BZD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BZD"
},
"rate": 0.0127,
"timestamp": 1790429344,
"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 JPYBelize Dollar → Japanese Yen78.7951Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.