Convert JPY to BAM
Japanese Yen → Bosnia-Herzegovina Convertible Mark
1 JPY = 0.0108839 BAM(1 BAM = 91.879151 JPY)
Currency converter
1 JPY =
0.010884 BAM
JPY to BAM: last 30 days
Over the last 30 days, 1 JPY traded between 0.010517 and 0.010971 BAM, averaging 0.010807 BAM. The JPY/BAM rate is up 3.49% since 2026-08-28.
- 30-day high
- 0.010971
- 2026-09-09
- 30-day low
- 0.010517
- 2026-08-28
- 30-day average
- 0.010807
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
0.010971
0.0105172026-08-28 → 2026-09-26
| Date | 1 JPY in BAM | Daily change |
|---|---|---|
| 2026-09-26 | 0.010884 | 0.00% |
| 2026-09-25 | 0.010884 | +0.48% |
| 2026-09-24 | 0.010831 | -0.20% |
| 2026-09-23 | 0.010854 | +0.09% |
| 2026-09-22 | 0.010844 | +0.08% |
| 2026-09-21 | 0.010835 | +0.47% |
| 2026-09-20 | 0.010785 | -0.00% |
| 2026-09-19 | 0.010785 | -0.05% |
| 2026-09-18 | 0.01079 | -1.54% |
| 2026-09-17 | 0.010959 | +0.28% |
| 2026-09-16 | 0.010928 | -0.09% |
| 2026-09-15 | 0.010938 | -0.01% |
| 2026-09-14 | 0.01094 | -0.06% |
| 2026-09-13 | 0.010947 | -0.00% |
| 2026-09-12 | 0.010947 | +0.03% |
| Date | 1 JPY in BAM | Daily change |
|---|---|---|
| 2026-09-11 | 0.010944 | +0.41% |
| 2026-09-10 | 0.0109 | -0.65% |
| 2026-09-09 | 0.010971 | +0.62% |
| 2026-09-08 | 0.010904 | +0.17% |
| 2026-09-07 | 0.010886 | +1.03% |
| 2026-09-06 | 0.010775 | -0.03% |
| 2026-09-05 | 0.010778 | +0.08% |
| 2026-09-04 | 0.010769 | -0.38% |
| 2026-09-03 | 0.01081 | +2.14% |
| 2026-09-02 | 0.010583 | +0.56% |
| 2026-09-01 | 0.010524 | -0.37% |
| 2026-08-31 | 0.010564 | -0.08% |
| 2026-08-30 | 0.010572 | -0.03% |
| 2026-08-29 | 0.010575 | +0.55% |
| 2026-08-28 | 0.010517 | — |
JPY to BAM conversion table
1 JPY0.010884 BAM
5 JPY0.054419 BAM
10 JPY0.10884 BAM
25 JPY0.2721 BAM
50 JPY0.54419 BAM
100 JPY1.0884 BAM
500 JPY5.4419 BAM
1,000 JPY10.8839 BAM
5,000 JPY54.4193 BAM
10,000 JPY108.8386 BAM
Get the JPY/BAM rate in your app
One GET request returns the latest JPY → BAM 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/BAM"fetch('https://rate-api.com/api/v1/pair/JPY/BAM', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BAM`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BAM",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BAM")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BAM');
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']} BAM\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BAM"
},
"rate": 0.0109,
"timestamp": 1790429308,
"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
BAM to JPYBosnia-Herzegovina Convertible Mark → Japanese Yen91.8792Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.