Skip to content

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

PAB/BOB over 1Y: show the values
PointPAB/BOB
2025-09-256.9160
2025-10-026.9091
2025-10-096.9134
2025-10-166.9117
2025-10-236.9025
2025-10-306.9155
2025-11-066.9155
2025-11-136.9173
2025-11-206.9131
2025-11-276.9134
2025-12-046.9139
2025-12-126.9063
2025-12-196.9100
2025-12-266.9200
2026-01-026.9286
2026-01-096.9381
2026-01-166.9236
2026-01-236.9184
2026-01-306.9155
2026-02-066.9133
2026-02-136.9189
2026-02-206.9220
2026-02-276.9180
2026-03-066.9046
2026-03-136.9258
2026-03-206.9124
2026-03-276.9195
2026-04-036.8937
2026-04-106.9103
2026-04-176.9100
2026-04-246.9106
2026-05-016.9099
2026-05-086.9099
2026-05-166.9102
2026-05-246.9231
2026-05-316.9131
2026-06-096.9252
2026-06-166.9206
2026-06-236.9097
2026-06-306.9142
2026-07-076.9214
2026-07-1410.3353
2026-07-2110.7464
2026-07-2811.2740
2026-08-0412.1862
2026-08-1111.9963
2026-08-1811.6105
2026-08-2611.5038
2026-09-0211.9325
2026-09-0912.4356
2026-09-1611.8963
2026-09-2311.9471

High

12.4356

Low

6.8937

Average

7.9930

For developers

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