Skip to content

CHF to BOB exchange rate API

Swiss Franc to Boliviano · quoted 2026-09-24

13.9269

▲ +59.18% over YTD

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 year to date, CHF/BOB traded between 8.5394 and 15.2904, averaged 10.4285 and rose 59.18%. 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 YTD

CHF/BOB over YTD: show the values
PointCHF/BOB
2025-12-318.7492
2026-01-078.6972
2026-01-148.6477
2026-01-218.7594
2026-01-288.9983
2026-02-048.9178
2026-02-118.9946
2026-02-188.9759
2026-02-258.9270
2026-03-048.8636
2026-03-118.8705
2026-03-188.7382
2026-03-258.7561
2026-04-018.7179
2026-04-088.7326
2026-04-158.8336
2026-04-228.8356
2026-04-298.7560
2026-05-068.8490
2026-05-148.8346
2026-05-218.7625
2026-05-298.8110
2026-06-058.7881
2026-06-148.6975
2026-06-218.5806
2026-06-288.5394
2026-07-058.6276
2026-07-1212.4514
2026-07-1913.2501
2026-07-2613.7577
2026-08-0214.9856
2026-08-0914.7026
2026-08-1614.2857
2026-08-2414.4091
2026-08-3114.5762
2026-09-0715.2904
2026-09-1415.2369
2026-09-2112.5763

High

15.2904

Low

8.5394

Average

10.4285

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.