EUR to BWP exchange rate API
Euro to Pula · quoted 2026-09-27
15.4719
▼ +1.30% over 1Y
1 EUR = 15.4719 BWP · 1 BWP = 0.06463 EUR · Get this rate via the API
1 EUR buys 15.4719 BWP as of 2026-09-27, so 1 BWP buys 0.06463 EUR. Over the last year, EUR/BWP traded between 15.3594 and 16.5995, averaged 15.7748 and fell 1.30%. The API holds daily EUR/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/BWP over 1Y: show the values
| Point | EUR/BWP |
|---|---|
| 2025-09-27 | 15.6759 |
| 2025-10-04 | 16.5857 |
| 2025-10-11 | 16.4184 |
| 2025-10-18 | 16.5595 |
| 2025-10-25 | 16.5963 |
| 2025-11-01 | 16.5000 |
| 2025-11-08 | 16.5995 |
| 2025-11-15 | 16.5164 |
| 2025-11-22 | 15.5564 |
| 2025-11-29 | 16.5679 |
| 2025-12-06 | 15.4923 |
| 2025-12-14 | 15.5590 |
| 2025-12-21 | 16.4677 |
| 2025-12-28 | 15.3609 |
| 2026-01-04 | 15.7995 |
| 2026-01-11 | 15.3594 |
| 2026-01-18 | 15.4912 |
| 2026-01-25 | 15.6255 |
| 2026-02-01 | 15.3949 |
| 2026-02-08 | 15.5945 |
| 2026-02-15 | 15.5631 |
| 2026-02-22 | 15.4458 |
| 2026-03-01 | 15.3863 |
| 2026-03-08 | 15.4331 |
| 2026-03-15 | 15.3615 |
| 2026-03-22 | 15.5331 |
| 2026-03-29 | 15.6116 |
| 2026-04-05 | 15.5275 |
| 2026-04-12 | 15.6883 |
| 2026-04-19 | 15.8020 |
| 2026-04-26 | 15.8418 |
| 2026-05-03 | 15.9502 |
| 2026-05-10 | 15.7707 |
| 2026-05-18 | 16.5085 |
| 2026-05-26 | 15.6311 |
| 2026-06-02 | 15.6607 |
| 2026-06-11 | 15.6627 |
| 2026-06-18 | 15.3873 |
| 2026-06-25 | 15.4825 |
| 2026-07-02 | 16.2783 |
| 2026-07-09 | 15.4947 |
| 2026-07-16 | 15.4936 |
| 2026-07-23 | 16.0138 |
| 2026-07-30 | 15.6599 |
| 2026-08-06 | 15.6278 |
| 2026-08-13 | 15.5328 |
| 2026-08-21 | 15.7246 |
| 2026-08-28 | 15.5530 |
| 2026-09-04 | 15.5720 |
| 2026-09-11 | 15.5916 |
| 2026-09-18 | 15.5389 |
| 2026-09-25 | 15.5437 |
High
16.5995
Low
15.3594
Average
15.7748
Get this rate via the API
One GET request returns the EUR/BWP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/BWP API questions
How do I get the EUR/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/BWP rate in rates.BWP.
How far back does EUR/BWP historical data go?
Daily EUR/BWP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/BWP exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.