Convert JPY to BOB
Japanese Yen → Bolivian Boliviano
1 JPY = 0.0775402 BOB(1 BOB = 12.896534 JPY)
Currency converter
1 JPY =
0.07754 BOB
JPY to BOB: last 30 days
Over the last 30 days, 1 JPY traded between 0.063427 and 0.082087 BOB, averaging 0.075492 BOB. The JPY/BOB rate is up 5.60% since 2026-08-29.
- 30-day high
- 0.082087
- 2026-09-11
- 30-day low
- 0.063427
- 2026-09-19
- 30-day average
- 0.075492
- Days with data: 30
- 30-day change
- +5.60%
- since 2026-08-29
0.082087
0.0634272026-08-29 → 2026-09-27
| Date | 1 JPY in BOB | Daily change |
|---|---|---|
| 2026-09-27 | 0.07754 | 0.00% |
| 2026-09-26 | 0.07754 | -0.21% |
| 2026-09-25 | 0.077701 | +7.06% |
| 2026-09-24 | 0.072574 | -4.07% |
| 2026-09-23 | 0.075654 | +6.75% |
| 2026-09-22 | 0.070871 | +7.90% |
| 2026-09-21 | 0.065685 | -0.03% |
| 2026-09-20 | 0.065703 | +3.59% |
| 2026-09-19 | 0.063427 | -1.56% |
| 2026-09-18 | 0.064433 | -13.81% |
| 2026-09-17 | 0.074754 | -2.57% |
| 2026-09-16 | 0.076726 | -0.89% |
| 2026-09-15 | 0.077411 | -3.83% |
| 2026-09-14 | 0.080495 | +4.51% |
| 2026-09-13 | 0.077023 | -1.54% |
| Date | 1 JPY in BOB | Daily change |
|---|---|---|
| 2026-09-12 | 0.078225 | -4.71% |
| 2026-09-11 | 0.082087 | +1.15% |
| 2026-09-10 | 0.081156 | +0.03% |
| 2026-09-09 | 0.081135 | +0.91% |
| 2026-09-08 | 0.080401 | +0.55% |
| 2026-09-07 | 0.079959 | +0.24% |
| 2026-09-06 | 0.079764 | +0.73% |
| 2026-09-05 | 0.079183 | +1.95% |
| 2026-09-04 | 0.077669 | -0.26% |
| 2026-09-03 | 0.077872 | +4.16% |
| 2026-09-02 | 0.074765 | +1.11% |
| 2026-09-01 | 0.073947 | +0.22% |
| 2026-08-31 | 0.073785 | -0.07% |
| 2026-08-30 | 0.073836 | +0.55% |
| 2026-08-29 | 0.07343 | — |
JPY to BOB conversion table
1 JPY0.07754 BOB
5 JPY0.3877 BOB
10 JPY0.7754 BOB
25 JPY1.9385 BOB
50 JPY3.877 BOB
100 JPY7.754 BOB
500 JPY38.7701 BOB
1,000 JPY77.5402 BOB
5,000 JPY387.7011 BOB
10,000 JPY775.4021 BOB
Get the JPY/BOB rate in your app
One GET request returns the latest JPY → BOB 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/BOB"fetch('https://rate-api.com/api/v1/pair/JPY/BOB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BOB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BOB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BOB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BOB');
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']} BOB\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BOB"
},
"rate": 0.0775,
"timestamp": 1790470775,
"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
BOB to JPYBolivian Boliviano → Japanese Yen12.8965Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.