Skip to content

PAB to BWP exchange rate API

Balboa to Pula · quoted 2026-09-26

13.5905

▲ +0.09% over 1Y

1 PAB = 13.5905 BWP · 1 BWP = 0.07358 PAB · Get this rate via the API

1 PAB buys 13.5905 BWP as of 2026-09-26, so 1 BWP buys 0.07358 PAB. Over the last year, PAB/BWP traded between 13.0231 and 14.3058, averaged 13.5960 and rose 0.09%. The API holds daily PAB/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/BWP over 1Y

PAB/BWP over 1Y: show the values
PointPAB/BWP
2025-09-2613.5786
2025-10-0314.1130
2025-10-1014.0485
2025-10-1714.2084
2025-10-2414.0689
2025-10-3114.1417
2025-11-0713.8118
2025-11-1413.8567
2025-11-2113.5944
2025-11-2813.9515
2025-12-0513.6996
2025-12-1313.2282
2025-12-2014.0560
2025-12-2713.1495
2026-01-0313.9869
2026-01-1013.3399
2026-01-1713.3618
2026-01-2413.3216
2026-01-3113.0231
2026-02-0713.1990
2026-02-1413.1893
2026-02-2113.2424
2026-02-2813.1537
2026-03-0713.5161
2026-03-1413.5190
2026-03-2113.6320
2026-03-2813.7864
2026-04-0413.6871
2026-04-1113.4253
2026-04-1813.4167
2026-04-2513.5261
2026-05-0213.5903
2026-05-0913.4257
2026-05-1714.1503
2026-05-2513.4752
2026-06-0113.4364
2026-06-1013.5488
2026-06-1713.3974
2026-06-2413.6115
2026-07-0113.5427
2026-07-0813.5360
2026-07-1513.5740
2026-07-2214.3058
2026-07-2913.6916
2026-08-0513.5770
2026-08-1213.4923
2026-08-2013.4508
2026-08-2713.3665
2026-09-0313.4146
2026-09-1013.4210
2026-09-1713.5457
2026-09-2413.6091

High

14.3058

Low

13.0231

Average

13.5960

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=BWP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/BWP API questions

How do I get the PAB/BWP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/BWP rate in rates.BWP.

How far back does PAB/BWP historical data go?

Daily PAB/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 PAB/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.