Convert JPY to BWP
Japanese Yen → Botswanan Pula
1 JPY = 0.0864978 BWP(1 BWP = 11.560984 JPY)
Currency converter
1 JPY =
0.086498 BWP
JPY to BWP: last 30 days
Over the last 30 days, 1 JPY traded between 0.083656 and 0.091046 BWP, averaging 0.086224 BWP. The JPY/BWP rate is up 3.40% since 2026-08-28.
- 30-day high
- 0.091046
- 2026-09-12
- 30-day low
- 0.083656
- 2026-08-28
- 30-day average
- 0.086224
- Days with data: 30
- 30-day change
- +3.40%
- since 2026-08-28
0.091046
0.0836562026-08-28 → 2026-09-26
| Date | 1 JPY in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 0.086498 | 0.00% |
| 2026-09-25 | 0.086498 | +0.97% |
| 2026-09-24 | 0.08567 | +0.12% |
| 2026-09-23 | 0.085569 | -0.78% |
| 2026-09-22 | 0.086239 | +0.11% |
| 2026-09-21 | 0.086144 | +0.31% |
| 2026-09-20 | 0.08588 | +0.01% |
| 2026-09-19 | 0.085874 | -0.00% |
| 2026-09-18 | 0.085878 | -1.29% |
| 2026-09-17 | 0.087004 | -0.31% |
| 2026-09-16 | 0.087276 | +0.33% |
| 2026-09-15 | 0.086991 | -0.20% |
| 2026-09-14 | 0.087165 | -4.26% |
| 2026-09-13 | 0.091045 | -0.00% |
| 2026-09-12 | 0.091046 | +4.27% |
| Date | 1 JPY in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 0.087317 | +0.31% |
| 2026-09-10 | 0.087048 | -0.16% |
| 2026-09-09 | 0.087186 | +0.48% |
| 2026-09-08 | 0.08677 | +0.26% |
| 2026-09-07 | 0.086542 | +1.00% |
| 2026-09-06 | 0.085683 | +0.01% |
| 2026-09-05 | 0.085674 | -0.09% |
| 2026-09-04 | 0.085752 | -0.27% |
| 2026-09-03 | 0.085986 | +1.85% |
| 2026-09-02 | 0.084424 | +0.54% |
| 2026-09-01 | 0.083973 | -0.13% |
| 2026-08-31 | 0.08408 | +0.18% |
| 2026-08-30 | 0.083931 | +0.01% |
| 2026-08-29 | 0.083923 | +0.32% |
| 2026-08-28 | 0.083656 | — |
JPY to BWP conversion table
1 JPY0.086498 BWP
5 JPY0.43249 BWP
10 JPY0.86498 BWP
25 JPY2.1624 BWP
50 JPY4.3249 BWP
100 JPY8.6498 BWP
500 JPY43.2489 BWP
1,000 JPY86.4978 BWP
5,000 JPY432.4892 BWP
10,000 JPY864.9783 BWP
Get the JPY/BWP rate in your app
One GET request returns the latest JPY → BWP 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/BWP"fetch('https://rate-api.com/api/v1/pair/JPY/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BWP');
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']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BWP"
},
"rate": 0.0865,
"timestamp": 1790429275,
"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
BWP to JPYBotswanan Pula → Japanese Yen11.561Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.