PAB to BOB exchange rate API
Balboa to Boliviano · quoted 2026-09-25
12.2449
▲ +77.05% over 1Y
1 PAB = 12.2449 BOB · 1 BOB = 0.08167 PAB · Get this rate via the API
1 PAB buys 12.2449 BOB as of 2026-09-25, so 1 BOB buys 0.08167 PAB. Over the last year, PAB/BOB traded between 6.8937 and 12.4356, averaged 7.9930 and rose 77.05%. The API holds daily PAB/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/BOB over 1Y: show the values
| Point | PAB/BOB |
|---|---|
| 2025-09-25 | 6.9160 |
| 2025-10-02 | 6.9091 |
| 2025-10-09 | 6.9134 |
| 2025-10-16 | 6.9117 |
| 2025-10-23 | 6.9025 |
| 2025-10-30 | 6.9155 |
| 2025-11-06 | 6.9155 |
| 2025-11-13 | 6.9173 |
| 2025-11-20 | 6.9131 |
| 2025-11-27 | 6.9134 |
| 2025-12-04 | 6.9139 |
| 2025-12-12 | 6.9063 |
| 2025-12-19 | 6.9100 |
| 2025-12-26 | 6.9200 |
| 2026-01-02 | 6.9286 |
| 2026-01-09 | 6.9381 |
| 2026-01-16 | 6.9236 |
| 2026-01-23 | 6.9184 |
| 2026-01-30 | 6.9155 |
| 2026-02-06 | 6.9133 |
| 2026-02-13 | 6.9189 |
| 2026-02-20 | 6.9220 |
| 2026-02-27 | 6.9180 |
| 2026-03-06 | 6.9046 |
| 2026-03-13 | 6.9258 |
| 2026-03-20 | 6.9124 |
| 2026-03-27 | 6.9195 |
| 2026-04-03 | 6.8937 |
| 2026-04-10 | 6.9103 |
| 2026-04-17 | 6.9100 |
| 2026-04-24 | 6.9106 |
| 2026-05-01 | 6.9099 |
| 2026-05-08 | 6.9099 |
| 2026-05-16 | 6.9102 |
| 2026-05-24 | 6.9231 |
| 2026-05-31 | 6.9131 |
| 2026-06-09 | 6.9252 |
| 2026-06-16 | 6.9206 |
| 2026-06-23 | 6.9097 |
| 2026-06-30 | 6.9142 |
| 2026-07-07 | 6.9214 |
| 2026-07-14 | 10.3353 |
| 2026-07-21 | 10.7464 |
| 2026-07-28 | 11.2740 |
| 2026-08-04 | 12.1862 |
| 2026-08-11 | 11.9963 |
| 2026-08-18 | 11.6105 |
| 2026-08-26 | 11.5038 |
| 2026-09-02 | 11.9325 |
| 2026-09-09 | 12.4356 |
| 2026-09-16 | 11.8963 |
| 2026-09-23 | 11.9471 |
High
12.4356
Low
6.8937
Average
7.9930
Get this rate via the API
One GET request returns the PAB/BOB 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=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BOB").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/BOB API questions
How do I get the PAB/BOB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/BOB rate in rates.BOB.
How far back does PAB/BOB historical data go?
Daily PAB/BOB 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/BOB 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.