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: show the values
| Point | PAB/BWP |
|---|---|
| 2025-09-26 | 13.5786 |
| 2025-10-03 | 14.1130 |
| 2025-10-10 | 14.0485 |
| 2025-10-17 | 14.2084 |
| 2025-10-24 | 14.0689 |
| 2025-10-31 | 14.1417 |
| 2025-11-07 | 13.8118 |
| 2025-11-14 | 13.8567 |
| 2025-11-21 | 13.5944 |
| 2025-11-28 | 13.9515 |
| 2025-12-05 | 13.6996 |
| 2025-12-13 | 13.2282 |
| 2025-12-20 | 14.0560 |
| 2025-12-27 | 13.1495 |
| 2026-01-03 | 13.9869 |
| 2026-01-10 | 13.3399 |
| 2026-01-17 | 13.3618 |
| 2026-01-24 | 13.3216 |
| 2026-01-31 | 13.0231 |
| 2026-02-07 | 13.1990 |
| 2026-02-14 | 13.1893 |
| 2026-02-21 | 13.2424 |
| 2026-02-28 | 13.1537 |
| 2026-03-07 | 13.5161 |
| 2026-03-14 | 13.5190 |
| 2026-03-21 | 13.6320 |
| 2026-03-28 | 13.7864 |
| 2026-04-04 | 13.6871 |
| 2026-04-11 | 13.4253 |
| 2026-04-18 | 13.4167 |
| 2026-04-25 | 13.5261 |
| 2026-05-02 | 13.5903 |
| 2026-05-09 | 13.4257 |
| 2026-05-17 | 14.1503 |
| 2026-05-25 | 13.4752 |
| 2026-06-01 | 13.4364 |
| 2026-06-10 | 13.5488 |
| 2026-06-17 | 13.3974 |
| 2026-06-24 | 13.6115 |
| 2026-07-01 | 13.5427 |
| 2026-07-08 | 13.5360 |
| 2026-07-15 | 13.5740 |
| 2026-07-22 | 14.3058 |
| 2026-07-29 | 13.6916 |
| 2026-08-05 | 13.5770 |
| 2026-08-12 | 13.4923 |
| 2026-08-20 | 13.4508 |
| 2026-08-27 | 13.3665 |
| 2026-09-03 | 13.4146 |
| 2026-09-10 | 13.4210 |
| 2026-09-17 | 13.5457 |
| 2026-09-24 | 13.6091 |
High
14.3058
Low
13.0231
Average
13.5960
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.