Convert BWP to EUR
Botswanan Pula → Euro
1 BWP = 0.0643349 EUR(1 EUR = 15.54366 BWP)
Currency converter
1 BWP =
0.064335 EUR
BWP to EUR: last 30 days
Over the last 30 days, 1 BWP traded between 0.06151 and 0.064853 EUR, averaging 0.06409 EUR. The BWP/EUR rate is up 0.06% since 2026-08-28.
- 30-day high
- 0.064853
- 2026-09-23
- 30-day low
- 0.06151
- 2026-09-12
- 30-day average
- 0.06409
- Days with data: 30
- 30-day change
- +0.06%
- since 2026-08-28
0.064853
0.061512026-08-28 → 2026-09-26
| Date | 1 BWP in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.064335 | 0.00% |
| 2026-09-25 | 0.064335 | -0.48% |
| 2026-09-24 | 0.064644 | -0.32% |
| 2026-09-23 | 0.064853 | +0.77% |
| 2026-09-22 | 0.064358 | +0.18% |
| 2026-09-21 | 0.06424 | -0.18% |
| 2026-09-20 | 0.064353 | -0.01% |
| 2026-09-19 | 0.064357 | +0.00% |
| 2026-09-18 | 0.064355 | +0.08% |
| 2026-09-17 | 0.064301 | +0.39% |
| 2026-09-16 | 0.064053 | -0.34% |
| 2026-09-15 | 0.064273 | +0.01% |
| 2026-09-14 | 0.064264 | +4.48% |
| 2026-09-13 | 0.061511 | +0.00% |
| 2026-09-12 | 0.06151 | -4.10% |
| Date | 1 BWP in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.064137 | -0.01% |
| 2026-09-10 | 0.064144 | -0.12% |
| 2026-09-09 | 0.064223 | -0.14% |
| 2026-09-08 | 0.064311 | +0.10% |
| 2026-09-07 | 0.064249 | -0.03% |
| 2026-09-06 | 0.064269 | -0.01% |
| 2026-09-05 | 0.064277 | +0.09% |
| 2026-09-04 | 0.064218 | +0.06% |
| 2026-09-03 | 0.064181 | +0.12% |
| 2026-09-02 | 0.064101 | -0.08% |
| 2026-09-01 | 0.064154 | -0.09% |
| 2026-08-31 | 0.064212 | +0.20% |
| 2026-08-30 | 0.064086 | -0.01% |
| 2026-08-29 | 0.064093 | -0.32% |
| 2026-08-28 | 0.064297 | — |
BWP to EUR conversion table
1 BWP0.064335 EUR
5 BWP0.32167 EUR
10 BWP0.64335 EUR
25 BWP1.6084 EUR
50 BWP3.2167 EUR
100 BWP6.4335 EUR
500 BWP32.1675 EUR
1,000 BWP64.3349 EUR
5,000 BWP321.6746 EUR
10,000 BWP643.3491 EUR
Get the BWP/EUR rate in your app
One GET request returns the latest BWP → EUR 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/BWP/EUR"fetch('https://rate-api.com/api/v1/pair/BWP/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BWP = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "EUR"
},
"rate": 0.0643,
"timestamp": 1790435066,
"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
EUR to BWPEuro → Botswanan Pula15.5437Convert BWP to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.