Skip to content

PAB to BOB exchange rate API

Balboa to Boliviano · quoted 2026-09-25

12.2449

▲ +76.92% over 6M

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 6 months, PAB/BOB traded between 6.9035 and 12.6446, averaged 9.0996 and rose 76.92%. 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 6M

PAB/BOB over 6M: show the values
PointPAB/BOB
2026-03-296.9211
2026-04-056.9122
2026-04-126.9103
2026-04-196.9097
2026-04-266.9102
2026-05-036.9099
2026-05-106.9101
2026-05-186.9105
2026-05-266.9035
2026-06-026.9142
2026-06-116.9133
2026-06-186.9241
2026-06-256.9039
2026-07-026.9354
2026-07-099.9083
2026-07-1610.3820
2026-07-2310.8399
2026-07-3011.3012
2026-08-0612.1216
2026-08-1311.7947
2026-08-2111.5476
2026-08-2811.5605
2026-09-0412.1357
2026-09-1112.6446
2026-09-1810.1751
2026-09-2512.2449

High

12.6446

Low

6.9035

Average

9.0996

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.