Skip to content

CHF to BOB exchange rate API

Swiss Franc to Boliviano · quoted 2026-09-24

13.9269

▲ +59.97% over 1Y

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

1 CHF buys 13.9269 BOB as of 2026-09-24, so 1 BOB buys 0.07180 CHF. Over the last year, CHF/BOB traded between 8.5406 and 15.2873, averaged 9.9520 and rose 59.97%. The API holds daily CHF/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/BOB over 1Y

CHF/BOB over 1Y: show the values
PointCHF/BOB
2025-09-248.7058
2025-10-018.6578
2025-10-088.6578
2025-10-158.6388
2025-10-228.6851
2025-10-298.6710
2025-11-058.5406
2025-11-128.6568
2025-11-198.6326
2025-11-268.5692
2025-12-038.6482
2025-12-118.6851
2025-12-188.6932
2025-12-258.7800
2026-01-018.7392
2026-01-088.6850
2026-01-158.6378
2026-01-228.7254
2026-01-299.0050
2026-02-058.9018
2026-02-128.9954
2026-02-198.9339
2026-02-268.8900
2026-03-058.8608
2026-03-128.8532
2026-03-198.7563
2026-03-268.7402
2026-04-028.6454
2026-04-098.7326
2026-04-168.7982
2026-04-238.8353
2026-04-308.8014
2026-05-078.8842
2026-05-158.7889
2026-05-238.8285
2026-05-308.8595
2026-06-068.6844
2026-06-158.7035
2026-06-228.5462
2026-06-298.5548
2026-07-068.5940
2026-07-1312.3091
2026-07-2013.2263
2026-07-2713.4275
2026-08-0314.5458
2026-08-1014.9717
2026-08-1714.3598
2026-08-2514.3262
2026-09-0114.6118
2026-09-0815.2873
2026-09-1514.6651
2026-09-2213.5945

High

15.2873

Low

8.5406

Average

9.9520

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BOB API questions

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

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

How far back does CHF/BOB historical data go?

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