Skip to content

PAB to BOB exchange rate API

Balboa to Boliviano · quoted 2026-09-25

12.2449

▲ +77.17% over 5Y

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 5 years, PAB/BOB traded between 6.8147 and 12.3736, averaged 7.6422 and rose 77.17%. 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 5Y

PAB/BOB over 5Y: show the values
PointPAB/BOB
2024-08-246.9115
2024-10-076.9243
2024-11-066.9223
2024-12-066.9109
2025-01-056.9349
2025-02-046.9178
2025-03-066.9004
2025-04-066.9246
2025-05-066.9262
2025-06-076.9046
2025-07-076.9080
2025-08-066.8147
2025-09-056.9076
2025-10-066.9190
2025-11-056.9168
2025-12-056.9154
2026-01-056.9218
2026-02-046.9170
2026-03-066.9046
2026-04-056.9122
2026-05-056.9346
2026-06-066.9124
2026-07-089.9012
2026-08-0712.1157
2026-09-0712.3736

High

12.3736

Low

6.8147

Average

7.6422

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.