Skip to content

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

BAM/BWP over 1Y: show the values
PointBAM/BWP
2025-09-268.1008
2025-10-038.4593
2025-10-108.3089
2025-10-178.5013
2025-10-248.3522
2025-10-318.3665
2025-11-078.1481
2025-11-148.2433
2025-11-218.0183
2025-11-288.2634
2025-12-058.1629
2025-12-137.9382
2025-12-208.4183
2025-12-277.9166
2026-01-038.3880
2026-01-107.9396
2026-01-177.9210
2026-01-248.0530
2026-01-317.8963
2026-02-077.9696
2026-02-148.0003
2026-02-217.9783
2026-02-287.9398
2026-03-078.0282
2026-03-147.9156
2026-03-218.0792
2026-03-288.1119
2026-04-048.0581
2026-04-118.0392
2026-04-188.0915
2026-04-258.0935
2026-05-028.1410
2026-05-098.0755
2026-05-178.4106
2026-05-258.0175
2026-06-018.0016
2026-06-108.0000
2026-06-177.9542
2026-06-247.9090
2026-07-017.8967
2026-07-087.9011
2026-07-157.9405
2026-07-228.3433
2026-07-297.9779
2026-08-058.0090
2026-08-127.9583
2026-08-208.0336
2026-08-277.9614
2026-09-037.9546
2026-09-107.9861
2026-09-177.9392
2026-09-247.9162

High

8.5013

Low

7.8963

Average

8.0744

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=BWP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.