Skip to content

USD to BOB exchange rate API

US Dollar to Boliviano · quoted 2026-09-27

12.1639

▲ +76.38% over 1Y

1 USD = 12.1639 BOB · 1 BOB = 0.08221 USD · Get this rate via the API

1 USD buys 12.1639 BOB as of 2026-09-27, so 1 BOB buys 0.08221 USD. Over the last year, USD/BOB traded between 6.8916 and 12.6446, averaged 8.0255 and rose 76.38%. The API holds daily USD/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/BOB over 1Y

USD/BOB over 1Y: show the values
PointUSD/BOB
2025-09-276.8965
2025-10-046.9102
2025-10-116.9077
2025-10-186.9184
2025-10-256.9027
2025-11-016.9131
2025-11-086.9117
2025-11-156.9114
2025-11-226.9068
2025-11-296.9037
2025-12-066.9083
2025-12-146.9189
2025-12-216.9150
2025-12-286.9221
2026-01-046.9210
2026-01-116.9306
2026-01-186.9223
2026-01-256.9151
2026-02-016.9223
2026-02-086.9048
2026-02-156.9123
2026-02-226.8953
2026-03-016.9210
2026-03-086.9100
2026-03-156.9217
2026-03-226.9313
2026-03-296.9211
2026-04-056.9122
2026-04-126.9000
2026-04-196.9217
2026-04-266.8987
2026-05-036.9113
2026-05-106.8916
2026-05-186.9238
2026-05-266.9035
2026-06-026.9142
2026-06-116.9133
2026-06-186.9241
2026-06-256.9039
2026-07-026.9375
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.1734
2026-09-2512.2449

High

12.6446

Low

6.8916

Average

8.0255

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=BOB").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/BOB API questions

How do I get the USD/BOB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/BOB rate in rates.BOB.

How far back does USD/BOB historical data go?

Daily USD/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 USD/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.