Convert BOB to JPY
Bolivian Boliviano → Japanese Yen
1 BOB = 12.869896 JPY(1 JPY = 0.0777007 BOB)
Currency converter
1 BOB =
12.8699 JPY
BOB to JPY: last 30 days
Over the last 30 days, 1 BOB traded between 12.1822 and 15.7663 JPY, averaging 13.3393 JPY. The BOB/JPY rate is down 6.82% since 2026-08-28.
- 30-day high
- 15.7663
- 2026-09-19
- 30-day low
- 12.1822
- 2026-09-11
- 30-day average
- 13.3393
- Days with data: 30
- 30-day change
- -6.82%
- since 2026-08-28
15.7663
12.18222026-08-28 → 2026-09-26
| Date | 1 BOB in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 12.8699 | 0.00% |
| 2026-09-25 | 12.8699 | -6.60% |
| 2026-09-24 | 13.7791 | +4.24% |
| 2026-09-23 | 13.2181 | -6.32% |
| 2026-09-22 | 14.1101 | -7.32% |
| 2026-09-21 | 15.2242 | +0.03% |
| 2026-09-20 | 15.2201 | -3.46% |
| 2026-09-19 | 15.7663 | +1.59% |
| 2026-09-18 | 15.5199 | +16.02% |
| 2026-09-17 | 13.3773 | +2.64% |
| 2026-09-16 | 13.0335 | +0.89% |
| 2026-09-15 | 12.9181 | +3.98% |
| 2026-09-14 | 12.4232 | -4.31% |
| 2026-09-13 | 12.9832 | +1.56% |
| 2026-09-12 | 12.7837 | +4.94% |
| Date | 1 BOB in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 12.1822 | -1.13% |
| 2026-09-10 | 12.3219 | -0.03% |
| 2026-09-09 | 12.3251 | -0.90% |
| 2026-09-08 | 12.4376 | -0.55% |
| 2026-09-07 | 12.5064 | -0.24% |
| 2026-09-06 | 12.537 | -0.73% |
| 2026-09-05 | 12.629 | -1.91% |
| 2026-09-04 | 12.8752 | +0.26% |
| 2026-09-03 | 12.8415 | -3.99% |
| 2026-09-02 | 13.3753 | -1.09% |
| 2026-09-01 | 13.5233 | -0.22% |
| 2026-08-31 | 13.5529 | +0.07% |
| 2026-08-30 | 13.5436 | -0.55% |
| 2026-08-29 | 13.6185 | -1.41% |
| 2026-08-28 | 13.8125 | — |
BOB to JPY conversion table
1 BOB12.8699 JPY
5 BOB64.3495 JPY
10 BOB128.699 JPY
25 BOB321.7474 JPY
50 BOB643.4948 JPY
100 BOB1,286.9896 JPY
500 BOB6,434.9479 JPY
1,000 BOB12,869.896 JPY
5,000 BOB64,349.479 JPY
10,000 BOB128,698.96 JPY
Get the BOB/JPY rate in your app
One GET request returns the latest BOB → 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/BOB/JPY"fetch('https://rate-api.com/api/v1/pair/BOB/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BOB = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "JPY"
},
"rate": 12.8699,
"timestamp": 1790435063,
"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 BOBJapanese Yen → Bolivian Boliviano0.077701Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.