Skip to content

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

EUR/BOB over 1Y: show the values
PointEUR/BOB
2025-09-268.0679
2025-10-038.1143
2025-10-108.0210
2025-10-178.0775
2025-10-248.0078
2025-10-317.9943
2025-11-077.9874
2025-11-148.0677
2025-11-217.9663
2025-11-287.9934
2025-12-058.0530
2025-12-138.1047
2025-12-208.0908
2025-12-278.1458
2026-01-038.1114
2026-01-108.0599
2026-01-178.0147
2026-01-248.1687
2026-01-318.1881
2026-02-078.1314
2026-02-148.1937
2026-02-218.1382
2026-02-288.1512
2026-03-078.0239
2026-03-147.9203
2026-03-218.0027
2026-03-288.0083
2026-04-047.9684
2026-04-118.1001
2026-04-188.1346
2026-04-258.0987
2026-05-028.1038
2026-05-098.1480
2026-05-178.0525
2026-05-258.0140
2026-06-018.0466
2026-06-107.9747
2026-06-178.0309
2026-06-247.8571
2026-07-017.8748
2026-07-0811.2913
2026-07-1511.8462
2026-07-2212.3500
2026-07-2912.9332
2026-08-0514.0100
2026-08-1213.8078
2026-08-2013.4167
2026-08-2713.4543
2026-09-0314.1109
2026-09-1014.5348
2026-09-1713.3620
2026-09-2413.1046

High

14.5348

Low

7.8571

Average

9.3274

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&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=EUR&currencies=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&currencies=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.