Convert EUR to BWP
Euro → Botswanan Pula
1 EUR = 15.49719 BWP(1 BWP = 0.0645278 EUR)
Currency converter
1 EUR =
15.4972 BWP
EUR to BWP: last 30 days
Over the last 30 days, 1 EUR traded between 15.4196 and 16.2575 BWP, averaging 15.6017 BWP. The EUR/BWP rate is down 0.67% since 2026-08-29.
- 30-day high
- 16.2575
- 2026-09-12
- 30-day low
- 15.4196
- 2026-09-23
- 30-day average
- 15.6017
- Days with data: 30
- 30-day change
- -0.67%
- since 2026-08-29
16.2575
15.41962026-08-29 → 2026-09-27
| Date | 1 EUR in BWP | Daily change |
|---|---|---|
| 2026-09-27 | 15.4972 | 0.00% |
| 2026-09-26 | 15.4972 | -0.30% |
| 2026-09-25 | 15.5437 | +0.48% |
| 2026-09-24 | 15.4694 | +0.32% |
| 2026-09-23 | 15.4196 | -0.76% |
| 2026-09-22 | 15.5382 | -0.18% |
| 2026-09-21 | 15.5666 | +0.18% |
| 2026-09-20 | 15.5394 | +0.01% |
| 2026-09-19 | 15.5383 | -0.00% |
| 2026-09-18 | 15.5389 | -0.08% |
| 2026-09-17 | 15.5519 | -0.39% |
| 2026-09-16 | 15.612 | +0.34% |
| 2026-09-15 | 15.5587 | -0.01% |
| 2026-09-14 | 15.5608 | -4.28% |
| 2026-09-13 | 16.2574 | -0.00% |
| Date | 1 EUR in BWP | Daily change |
|---|---|---|
| 2026-09-12 | 16.2575 | +4.27% |
| 2026-09-11 | 15.5916 | +0.01% |
| 2026-09-10 | 15.5899 | +0.12% |
| 2026-09-09 | 15.5707 | +0.14% |
| 2026-09-08 | 15.5495 | -0.10% |
| 2026-09-07 | 15.5645 | +0.03% |
| 2026-09-06 | 15.5595 | +0.01% |
| 2026-09-05 | 15.5577 | -0.09% |
| 2026-09-04 | 15.572 | -0.06% |
| 2026-09-03 | 15.581 | -0.12% |
| 2026-09-02 | 15.6003 | +0.08% |
| 2026-09-01 | 15.5876 | +0.09% |
| 2026-08-31 | 15.5735 | -0.20% |
| 2026-08-30 | 15.6041 | +0.01% |
| 2026-08-29 | 15.6024 | — |
EUR to BWP conversion table
1 EUR15.4972 BWP
5 EUR77.486 BWP
10 EUR154.9719 BWP
25 EUR387.4298 BWP
50 EUR774.8595 BWP
100 EUR1,549.719 BWP
500 EUR7,748.5952 BWP
1,000 EUR15,497.19 BWP
5,000 EUR77,485.952 BWP
10,000 EUR154,971.9 BWP
Get the EUR/BWP rate in your app
One GET request returns the latest EUR → 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/EUR/BWP"fetch('https://rate-api.com/api/v1/pair/EUR/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/BWP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "BWP"
},
"rate": 15.4972,
"timestamp": 1790470781,
"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
BWP to EURBotswanan Pula → Euro0.064528Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.