Skip to content

BOB to EUR exchange rate API

Boliviano to Euro · quoted 2026-09-25

0.07166

▼ +41.82% over 1Y

1 BOB = 0.07166 EUR · 1 EUR = 13.9552 BOB · Get this rate via the API

1 BOB buys 0.07166 EUR as of 2026-09-25, so 1 EUR buys 13.9552 BOB. Over the last year, BOB/EUR traded between 0.06901 and 0.12704, averaged 0.11296 and fell 41.82%. The API holds daily BOB/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BOB/EUR over 1Y

BOB/EUR over 1Y: show the values
PointBOB/EUR
2025-09-250.12317
2025-10-020.12314
2025-10-090.12458
2025-10-160.12420
2025-10-230.12497
2025-10-300.12520
2025-11-060.12538
2025-11-130.12442
2025-11-200.12563
2025-11-270.12484
2025-12-040.12398
2025-12-120.12343
2025-12-190.12356
2025-12-260.12268
2026-01-020.12314
2026-01-090.12380
2026-01-160.12433
2026-01-230.12310
2026-01-300.12132
2026-02-060.12265
2026-02-130.12184
2026-02-200.12277
2026-02-270.12245
2026-03-060.12527
2026-03-130.12582
2026-03-200.12520
2026-03-270.12548
2026-04-030.12590
2026-04-100.12373
2026-04-170.12268
2026-04-240.12354
2026-05-010.12328
2026-05-080.12265
2026-05-160.12449
2026-05-240.12424
2026-05-310.12409
2026-06-090.12477
2026-06-160.12463
2026-06-230.12704
2026-06-300.12693
2026-07-070.12637
2026-07-140.08483
2026-07-210.08150
2026-07-280.07803
2026-08-040.07126
2026-08-110.07223
2026-08-180.07440
2026-08-260.07449
2026-09-020.07238
2026-09-090.06901
2026-09-160.07286
2026-09-230.07335

High

0.12704

Low

0.06901

Average

0.11296

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BOB/EUR API questions

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

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

How far back does BOB/EUR historical data go?

Daily BOB/EUR 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/EUR 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.