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: show the values
| Point | USD/BOB |
|---|---|
| 2025-09-27 | 6.8965 |
| 2025-10-04 | 6.9102 |
| 2025-10-11 | 6.9077 |
| 2025-10-18 | 6.9184 |
| 2025-10-25 | 6.9027 |
| 2025-11-01 | 6.9131 |
| 2025-11-08 | 6.9117 |
| 2025-11-15 | 6.9114 |
| 2025-11-22 | 6.9068 |
| 2025-11-29 | 6.9037 |
| 2025-12-06 | 6.9083 |
| 2025-12-14 | 6.9189 |
| 2025-12-21 | 6.9150 |
| 2025-12-28 | 6.9221 |
| 2026-01-04 | 6.9210 |
| 2026-01-11 | 6.9306 |
| 2026-01-18 | 6.9223 |
| 2026-01-25 | 6.9151 |
| 2026-02-01 | 6.9223 |
| 2026-02-08 | 6.9048 |
| 2026-02-15 | 6.9123 |
| 2026-02-22 | 6.8953 |
| 2026-03-01 | 6.9210 |
| 2026-03-08 | 6.9100 |
| 2026-03-15 | 6.9217 |
| 2026-03-22 | 6.9313 |
| 2026-03-29 | 6.9211 |
| 2026-04-05 | 6.9122 |
| 2026-04-12 | 6.9000 |
| 2026-04-19 | 6.9217 |
| 2026-04-26 | 6.8987 |
| 2026-05-03 | 6.9113 |
| 2026-05-10 | 6.8916 |
| 2026-05-18 | 6.9238 |
| 2026-05-26 | 6.9035 |
| 2026-06-02 | 6.9142 |
| 2026-06-11 | 6.9133 |
| 2026-06-18 | 6.9241 |
| 2026-06-25 | 6.9039 |
| 2026-07-02 | 6.9375 |
| 2026-07-09 | 9.9083 |
| 2026-07-16 | 10.3820 |
| 2026-07-23 | 10.8399 |
| 2026-07-30 | 11.3012 |
| 2026-08-06 | 12.1216 |
| 2026-08-13 | 11.7947 |
| 2026-08-21 | 11.5476 |
| 2026-08-28 | 11.5605 |
| 2026-09-04 | 12.1357 |
| 2026-09-11 | 12.6446 |
| 2026-09-18 | 10.1734 |
| 2026-09-25 | 12.2449 |
High
12.6446
Low
6.8916
Average
8.0255
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.