Skip to content

BAM to BWP exchange rate API

Convertible Mark to Pula · quoted 2026-09-26

7.9154

▼ +4.30% over YTD

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 year to date, BAM/BWP traded between 7.8964 and 8.3201, averaged 8.0327 and fell 4.30%. 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 YTD

BAM/BWP over YTD: show the values
PointBAM/BWP
2025-12-318.2709
2026-01-078.3201
2026-01-148.0887
2026-01-218.2064
2026-01-288.1202
2026-02-048.1833
2026-02-117.9600
2026-02-187.9722
2026-02-257.9382
2026-03-047.9253
2026-03-117.9960
2026-03-187.9948
2026-03-258.0603
2026-04-018.1535
2026-04-088.0978
2026-04-158.0821
2026-04-228.0621
2026-04-298.0861
2026-05-068.1225
2026-05-148.0679
2026-05-218.0594
2026-05-298.0004
2026-06-057.9993
2026-06-147.9974
2026-06-218.1139
2026-06-287.9257
2026-07-057.8976
2026-07-127.8964
2026-07-197.9609
2026-07-268.0067
2026-08-028.0160
2026-08-097.9777
2026-08-167.9591
2026-08-248.0120
2026-08-317.9593
2026-09-077.9501
2026-09-147.9676
2026-09-217.9504

High

8.3201

Low

7.8964

Average

8.0327

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.