Skip to content

BOB to CHF exchange rate API

Boliviano to Swiss Franc · quoted 2026-09-25

0.07180

▼ +37.74% over 6M

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 6 months, BOB/CHF traded between 0.06448 and 0.11778, averaged 0.09500 and fell 37.74%. 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 6M

BOB/CHF over 6M: show the values
PointBOB/CHF
2026-03-290.11532
2026-04-050.11576
2026-04-120.11465
2026-04-190.11297
2026-04-260.11399
2026-05-030.11297
2026-05-100.11280
2026-05-180.11338
2026-05-260.11375
2026-06-020.11359
2026-06-110.11561
2026-06-180.11616
2026-06-250.11778
2026-07-020.11634
2026-07-090.08144
2026-07-160.07770
2026-07-230.07527
2026-07-300.07189
2026-08-060.06680
2026-08-130.06890
2026-08-210.06923
2026-08-280.06957
2026-09-040.06668
2026-09-110.06448
2026-09-180.08116

High

0.11778

Low

0.06448

Average

0.09500

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.