BAM to BWP exchange rate API
Convertible Mark to Pula · quoted 2026-09-26
7.9154
▼ +2.29% over 1Y
1 BAM = 7.9154 BWP · 1 BWP = 0.12634 BAM · Get this rate via the API
1 BAM buys 7.9154 BWP as of 2026-09-26, so 1 BWP buys 0.12634 BAM. Over the last year, BAM/BWP traded between 7.8963 and 8.5013, averaged 8.0744 and fell 2.29%. The API holds daily BAM/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/BWP over 1Y: show the values
| Point | BAM/BWP |
|---|---|
| 2025-09-26 | 8.1008 |
| 2025-10-03 | 8.4593 |
| 2025-10-10 | 8.3089 |
| 2025-10-17 | 8.5013 |
| 2025-10-24 | 8.3522 |
| 2025-10-31 | 8.3665 |
| 2025-11-07 | 8.1481 |
| 2025-11-14 | 8.2433 |
| 2025-11-21 | 8.0183 |
| 2025-11-28 | 8.2634 |
| 2025-12-05 | 8.1629 |
| 2025-12-13 | 7.9382 |
| 2025-12-20 | 8.4183 |
| 2025-12-27 | 7.9166 |
| 2026-01-03 | 8.3880 |
| 2026-01-10 | 7.9396 |
| 2026-01-17 | 7.9210 |
| 2026-01-24 | 8.0530 |
| 2026-01-31 | 7.8963 |
| 2026-02-07 | 7.9696 |
| 2026-02-14 | 8.0003 |
| 2026-02-21 | 7.9783 |
| 2026-02-28 | 7.9398 |
| 2026-03-07 | 8.0282 |
| 2026-03-14 | 7.9156 |
| 2026-03-21 | 8.0792 |
| 2026-03-28 | 8.1119 |
| 2026-04-04 | 8.0581 |
| 2026-04-11 | 8.0392 |
| 2026-04-18 | 8.0915 |
| 2026-04-25 | 8.0935 |
| 2026-05-02 | 8.1410 |
| 2026-05-09 | 8.0755 |
| 2026-05-17 | 8.4106 |
| 2026-05-25 | 8.0175 |
| 2026-06-01 | 8.0016 |
| 2026-06-10 | 8.0000 |
| 2026-06-17 | 7.9542 |
| 2026-06-24 | 7.9090 |
| 2026-07-01 | 7.8967 |
| 2026-07-08 | 7.9011 |
| 2026-07-15 | 7.9405 |
| 2026-07-22 | 8.3433 |
| 2026-07-29 | 7.9779 |
| 2026-08-05 | 8.0090 |
| 2026-08-12 | 7.9583 |
| 2026-08-20 | 8.0336 |
| 2026-08-27 | 7.9614 |
| 2026-09-03 | 7.9546 |
| 2026-09-10 | 7.9861 |
| 2026-09-17 | 7.9392 |
| 2026-09-24 | 7.9162 |
High
8.5013
Low
7.8963
Average
8.0744
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/BWP API questions
How do I get the BAM/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/BWP rate in rates.BWP.
How far back does BAM/BWP historical data go?
Daily BAM/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 BAM/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.