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: show the values
| Point | CHF/BOB |
|---|---|
| 2025-12-31 | 8.7492 |
| 2026-01-07 | 8.6972 |
| 2026-01-14 | 8.6477 |
| 2026-01-21 | 8.7594 |
| 2026-01-28 | 8.9983 |
| 2026-02-04 | 8.9178 |
| 2026-02-11 | 8.9946 |
| 2026-02-18 | 8.9759 |
| 2026-02-25 | 8.9270 |
| 2026-03-04 | 8.8636 |
| 2026-03-11 | 8.8705 |
| 2026-03-18 | 8.7382 |
| 2026-03-25 | 8.7561 |
| 2026-04-01 | 8.7179 |
| 2026-04-08 | 8.7326 |
| 2026-04-15 | 8.8336 |
| 2026-04-22 | 8.8356 |
| 2026-04-29 | 8.7560 |
| 2026-05-06 | 8.8490 |
| 2026-05-14 | 8.8346 |
| 2026-05-21 | 8.7625 |
| 2026-05-29 | 8.8110 |
| 2026-06-05 | 8.7881 |
| 2026-06-14 | 8.6975 |
| 2026-06-21 | 8.5806 |
| 2026-06-28 | 8.5394 |
| 2026-07-05 | 8.6276 |
| 2026-07-12 | 12.4514 |
| 2026-07-19 | 13.2501 |
| 2026-07-26 | 13.7577 |
| 2026-08-02 | 14.9856 |
| 2026-08-09 | 14.7026 |
| 2026-08-16 | 14.2857 |
| 2026-08-24 | 14.4091 |
| 2026-08-31 | 14.5762 |
| 2026-09-07 | 15.2904 |
| 2026-09-14 | 15.2369 |
| 2026-09-21 | 12.5763 |
High
15.2904
Low
8.5394
Average
10.4285
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.