Convert BAM to JPY
Bosnia-Herzegovina Convertible Mark → Japanese Yen
1 BAM = 91.879151 JPY(1 JPY = 0.0108839 BAM)
Currency converter
1 BAM =
91.8792 JPY
BAM to JPY: last 30 days
Over the last 30 days, 1 BAM traded between 91.1484 and 95.0813 JPY, averaging 92.544 JPY. The BAM/JPY rate is down 3.37% since 2026-08-28.
- 30-day high
- 95.0813
- 2026-08-28
- 30-day low
- 91.1484
- 2026-09-09
- 30-day average
- 92.544
- Days with data: 30
- 30-day change
- -3.37%
- since 2026-08-28
95.0813
91.14842026-08-28 → 2026-09-26
| Date | 1 BAM in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 91.8792 | 0.00% |
| 2026-09-25 | 91.8792 | -0.48% |
| 2026-09-24 | 92.324 | +0.21% |
| 2026-09-23 | 92.1348 | -0.09% |
| 2026-09-22 | 92.2158 | -0.08% |
| 2026-09-21 | 92.2911 | -0.47% |
| 2026-09-20 | 92.7253 | +0.00% |
| 2026-09-19 | 92.7212 | +0.05% |
| 2026-09-18 | 92.6767 | +1.56% |
| 2026-09-17 | 91.2501 | -0.28% |
| 2026-09-16 | 91.5044 | +0.09% |
| 2026-09-15 | 91.4205 | +0.01% |
| 2026-09-14 | 91.4084 | +0.06% |
| 2026-09-13 | 91.3501 | +0.00% |
| 2026-09-12 | 91.3476 | -0.03% |
| Date | 1 BAM in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 91.3723 | -0.40% |
| 2026-09-10 | 91.7437 | +0.65% |
| 2026-09-09 | 91.1484 | -0.61% |
| 2026-09-08 | 91.7107 | -0.17% |
| 2026-09-07 | 91.8639 | -1.02% |
| 2026-09-06 | 92.807 | +0.03% |
| 2026-09-05 | 92.782 | -0.08% |
| 2026-09-04 | 92.8596 | +0.38% |
| 2026-09-03 | 92.5103 | -2.09% |
| 2026-09-02 | 94.487 | -0.56% |
| 2026-09-01 | 95.0181 | +0.38% |
| 2026-08-31 | 94.6626 | +0.08% |
| 2026-08-30 | 94.5852 | +0.03% |
| 2026-08-29 | 94.5593 | -0.55% |
| 2026-08-28 | 95.0813 | — |
BAM to JPY conversion table
1 BAM91.8792 JPY
5 BAM459.3958 JPY
10 BAM918.7915 JPY
25 BAM2,296.9788 JPY
50 BAM4,593.9576 JPY
100 BAM9,187.9151 JPY
500 BAM45,939.576 JPY
1,000 BAM91,879.151 JPY
5,000 BAM459,395.76 JPY
10,000 BAM918,791.51 JPY
Get the BAM/JPY rate in your app
One GET request returns the latest BAM → 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/BAM/JPY"fetch('https://rate-api.com/api/v1/pair/BAM/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BAM = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BAM/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BAM = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BAM/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BAM = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BAM",
"to": "JPY"
},
"rate": 91.8792,
"timestamp": 1790432096,
"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 BAMJapanese Yen → Bosnia-Herzegovina Convertible Mark0.010884Convert BAM to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.