Skip to content

BOB to CHF exchange rate API

Boliviano to Swiss Franc · quoted 2026-09-25

0.07180

▼ +37.61% over 1Y

1 BOB = 0.07180 CHF · 1 CHF = 13.9270 BOB · Get this rate via the API

1 BOB buys 0.07180 CHF as of 2026-09-25, so 1 CHF buys 13.9270 BOB. Over the last year, BOB/CHF traded between 0.06490 and 0.11719, averaged 0.10452 and fell 37.61%. The API holds daily BOB/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BOB/CHF over 1Y

BOB/CHF over 1Y: show the values
PointBOB/CHF
2025-09-250.11509
2025-10-020.11513
2025-10-090.11597
2025-10-160.11553
2025-10-230.11558
2025-10-300.11620
2025-11-060.11681
2025-11-130.11501
2025-11-200.11676
2025-11-270.11657
2025-12-040.11580
2025-12-120.11520
2025-12-190.11514
2025-12-260.11399
2026-01-020.11447
2026-01-090.11531
2026-01-160.11579
2026-01-230.11420
2026-01-300.11109
2026-02-060.11253
2026-02-130.11113
2026-02-200.11212
2026-02-270.11148
2026-03-060.11331
2026-03-130.11366
2026-03-200.11388
2026-03-270.11517
2026-04-030.11605
2026-04-100.11434
2026-04-170.11324
2026-04-240.11365
2026-05-010.11303
2026-05-080.11230
2026-05-160.11390
2026-05-240.11320
2026-05-310.11303
2026-06-090.11487
2026-06-160.11496
2026-06-230.11719
2026-06-300.11708
2026-07-070.11649
2026-07-140.07853
2026-07-210.07546
2026-07-280.07272
2026-08-040.06641
2026-08-110.06755
2026-08-180.06998
2026-08-260.06988
2026-09-020.06821
2026-09-090.06490
2026-09-160.06885
2026-09-230.06888

High

0.11719

Low

0.06490

Average

0.10452

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BOB/CHF API questions

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

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

How far back does BOB/CHF historical data go?

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