BOB to RUB exchange rate API
Boliviano to Russian Ruble · quoted 2026-09-26
6.9056
▼ +43.15% over 1Y
1 BOB = 6.9056 RUB · 1 RUB = 0.14481 BOB · Get this rate via the API
1 BOB buys 6.9056 RUB as of 2026-09-26, so 1 RUB buys 0.14481 BOB. Over the last year, BOB/RUB traded between 6.6450 and 12.1469, averaged 10.2610 and fell 43.15%. The API holds daily BOB/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/RUB over 1Y: show the values
| Point | BOB/RUB |
|---|---|
| 2025-09-26 | 12.1469 |
| 2025-10-03 | 11.8680 |
| 2025-10-10 | 11.7082 |
| 2025-10-17 | 11.6196 |
| 2025-10-24 | 11.7848 |
| 2025-10-31 | 11.5505 |
| 2025-11-07 | 11.7596 |
| 2025-11-14 | 11.6509 |
| 2025-11-21 | 11.5768 |
| 2025-11-28 | 11.2787 |
| 2025-12-05 | 11.1467 |
| 2025-12-13 | 11.5430 |
| 2025-12-20 | 11.6830 |
| 2025-12-27 | 11.3789 |
| 2026-01-03 | 11.6313 |
| 2026-01-10 | 11.4487 |
| 2026-01-17 | 11.2552 |
| 2026-01-24 | 10.9644 |
| 2026-01-31 | 11.0521 |
| 2026-02-07 | 11.1528 |
| 2026-02-14 | 11.0438 |
| 2026-02-21 | 11.1021 |
| 2026-02-28 | 11.1676 |
| 2026-03-07 | 11.4758 |
| 2026-03-14 | 11.5694 |
| 2026-03-21 | 11.9964 |
| 2026-03-28 | 11.7386 |
| 2026-04-04 | 11.6089 |
| 2026-04-11 | 11.1632 |
| 2026-04-18 | 11.0327 |
| 2026-04-25 | 10.8831 |
| 2026-05-02 | 10.8478 |
| 2026-05-09 | 10.7442 |
| 2026-05-17 | 10.5186 |
| 2026-05-25 | 10.3607 |
| 2026-06-01 | 10.3112 |
| 2026-06-10 | 10.4174 |
| 2026-06-17 | 10.4635 |
| 2026-06-24 | 10.7543 |
| 2026-07-01 | 11.3760 |
| 2026-07-08 | 7.7231 |
| 2026-07-15 | 7.4585 |
| 2026-07-22 | 7.2318 |
| 2026-07-29 | 6.9276 |
| 2026-08-05 | 6.6450 |
| 2026-08-12 | 6.8949 |
| 2026-08-20 | 7.3125 |
| 2026-08-27 | 7.3845 |
| 2026-09-03 | 7.1856 |
| 2026-09-10 | 6.7927 |
| 2026-09-17 | 7.2372 |
| 2026-09-24 | 7.3591 |
High
12.1469
Low
6.6450
Average
10.2610
Get this rate via the API
One GET request returns the BOB/RUB 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=BOB¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/RUB API questions
How do I get the BOB/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/RUB rate in rates.RUB.
How far back does BOB/RUB historical data go?
Daily BOB/RUB 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 BOB/RUB 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.