Convert GBP to BAM
British Pound → Bosnia-Herzegovina Convertible Mark
1 GBP = 2.273032 BAM(1 BAM = 0.439941 GBP)
Currency converter
1 GBP =
2.273 BAM
GBP to BAM: last 30 days
Over the last 30 days, 1 GBP traded between 2.2722 and 2.2936 BAM, averaging 2.2789 BAM. The GBP/BAM rate is down 0.35% since 2026-08-28.
- 30-day high
- 2.2936
- 2026-08-29
- 30-day low
- 2.2722
- 2026-09-10
- 30-day average
- 2.2789
- Days with data: 30
- 30-day change
- -0.35%
- since 2026-08-28
2.2936
2.27222026-08-28 → 2026-09-26
| Date | 1 GBP in BAM | Daily change |
|---|---|---|
| 2026-09-26 | 2.273 | 0.00% |
| 2026-09-25 | 2.273 | -0.07% |
| 2026-09-24 | 2.2746 | -0.04% |
| 2026-09-23 | 2.2755 | -0.10% |
| 2026-09-22 | 2.2777 | -0.21% |
| 2026-09-21 | 2.2826 | +0.46% |
| 2026-09-20 | 2.2722 | -0.00% |
| 2026-09-19 | 2.2723 | -0.05% |
| 2026-09-18 | 2.2734 | -0.39% |
| 2026-09-17 | 2.2823 | +0.10% |
| 2026-09-16 | 2.28 | -0.26% |
| 2026-09-15 | 2.286 | +0.19% |
| 2026-09-14 | 2.2816 | +0.17% |
| 2026-09-13 | 2.2778 | -0.00% |
| 2026-09-12 | 2.2779 | +0.03% |
| Date | 1 GBP in BAM | Daily change |
|---|---|---|
| 2026-09-11 | 2.2773 | +0.22% |
| 2026-09-10 | 2.2722 | -0.39% |
| 2026-09-09 | 2.281 | +0.09% |
| 2026-09-08 | 2.279 | -0.01% |
| 2026-09-07 | 2.2793 | +0.06% |
| 2026-09-06 | 2.2779 | -0.03% |
| 2026-09-05 | 2.2785 | +0.08% |
| 2026-09-04 | 2.2766 | +0.02% |
| 2026-09-03 | 2.2762 | -0.06% |
| 2026-09-02 | 2.2775 | -0.14% |
| 2026-09-01 | 2.2808 | -0.17% |
| 2026-08-31 | 2.2845 | -0.37% |
| 2026-08-30 | 2.293 | -0.03% |
| 2026-08-29 | 2.2936 | +0.55% |
| 2026-08-28 | 2.2811 | — |
GBP to BAM conversion table
1 GBP2.273 BAM
5 GBP11.3652 BAM
10 GBP22.7303 BAM
25 GBP56.8258 BAM
50 GBP113.6516 BAM
100 GBP227.3032 BAM
500 GBP1,136.5158 BAM
1,000 GBP2,273.0316 BAM
5,000 GBP11,365.158 BAM
10,000 GBP22,730.316 BAM
Get the GBP/BAM rate in your app
One GET request returns the latest GBP → 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/GBP/BAM"fetch('https://rate-api.com/api/v1/pair/GBP/BAM', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} BAM`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/BAM",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} BAM")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/BAM');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} BAM\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "BAM"
},
"rate": 2.273,
"timestamp": 1790429399,
"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 GBPBosnia-Herzegovina Convertible Mark → British Pound0.43994Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.