EUR to BOB exchange rate API
Euro to Boliviano · quoted 2026-09-26
13.9196
▲ +72.53% over 1Y
1 EUR = 13.9196 BOB · 1 BOB = 0.07184 EUR · Get this rate via the API
1 EUR buys 13.9196 BOB as of 2026-09-26, so 1 BOB buys 0.07184 EUR. Over the last year, EUR/BOB traded between 7.8571 and 14.5348, averaged 9.3274 and rose 72.53%. The API holds daily EUR/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/BOB over 1Y: show the values
| Point | EUR/BOB |
|---|---|
| 2025-09-26 | 8.0679 |
| 2025-10-03 | 8.1143 |
| 2025-10-10 | 8.0210 |
| 2025-10-17 | 8.0775 |
| 2025-10-24 | 8.0078 |
| 2025-10-31 | 7.9943 |
| 2025-11-07 | 7.9874 |
| 2025-11-14 | 8.0677 |
| 2025-11-21 | 7.9663 |
| 2025-11-28 | 7.9934 |
| 2025-12-05 | 8.0530 |
| 2025-12-13 | 8.1047 |
| 2025-12-20 | 8.0908 |
| 2025-12-27 | 8.1458 |
| 2026-01-03 | 8.1114 |
| 2026-01-10 | 8.0599 |
| 2026-01-17 | 8.0147 |
| 2026-01-24 | 8.1687 |
| 2026-01-31 | 8.1881 |
| 2026-02-07 | 8.1314 |
| 2026-02-14 | 8.1937 |
| 2026-02-21 | 8.1382 |
| 2026-02-28 | 8.1512 |
| 2026-03-07 | 8.0239 |
| 2026-03-14 | 7.9203 |
| 2026-03-21 | 8.0027 |
| 2026-03-28 | 8.0083 |
| 2026-04-04 | 7.9684 |
| 2026-04-11 | 8.1001 |
| 2026-04-18 | 8.1346 |
| 2026-04-25 | 8.0987 |
| 2026-05-02 | 8.1038 |
| 2026-05-09 | 8.1480 |
| 2026-05-17 | 8.0525 |
| 2026-05-25 | 8.0140 |
| 2026-06-01 | 8.0466 |
| 2026-06-10 | 7.9747 |
| 2026-06-17 | 8.0309 |
| 2026-06-24 | 7.8571 |
| 2026-07-01 | 7.8748 |
| 2026-07-08 | 11.2913 |
| 2026-07-15 | 11.8462 |
| 2026-07-22 | 12.3500 |
| 2026-07-29 | 12.9332 |
| 2026-08-05 | 14.0100 |
| 2026-08-12 | 13.8078 |
| 2026-08-20 | 13.4167 |
| 2026-08-27 | 13.4543 |
| 2026-09-03 | 14.1109 |
| 2026-09-10 | 14.5348 |
| 2026-09-17 | 13.3620 |
| 2026-09-24 | 13.1046 |
High
14.5348
Low
7.8571
Average
9.3274
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BOB").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/BOB API questions
How do I get the EUR/BOB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/BOB rate in rates.BOB.
How far back does EUR/BOB historical data go?
Daily EUR/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 EUR/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.