Skip to content

PAB to BOB exchange rate API

Balboa to Boliviano · quoted 2026-09-25

12.2449

▲ +76.56% over YTD

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 year to date, PAB/BOB traded between 6.8803 and 12.4404, averaged 8.3336 and rose 76.56%. 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 YTD

PAB/BOB over YTD: show the values
PointPAB/BOB
2025-12-316.9353
2026-01-076.9256
2026-01-146.9272
2026-01-216.9156
2026-01-286.9047
2026-02-046.9170
2026-02-116.9127
2026-02-186.9140
2026-02-256.9165
2026-03-046.9104
2026-03-116.9173
2026-03-186.8940
2026-03-256.9138
2026-04-016.9045
2026-04-086.8803
2026-04-156.9102
2026-04-226.9101
2026-04-296.9101
2026-05-066.9093
2026-05-146.9080
2026-05-216.9086
2026-05-296.8943
2026-06-056.9270
2026-06-146.9156
2026-06-216.9285
2026-06-286.9165
2026-07-056.9315
2026-07-1210.0737
2026-07-1910.7078
2026-07-2611.2406
2026-08-0212.0970
2026-08-0911.8741
2026-08-1611.6170
2026-08-2411.5653
2026-08-3111.7857
2026-09-0712.3736
2026-09-1412.4404
2026-09-2110.3303

High

12.4404

Low

6.8803

Average

8.3336

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.