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: show the values
| Point | CHF/BOB |
|---|---|
| 2025-09-24 | 8.7058 |
| 2025-10-01 | 8.6578 |
| 2025-10-08 | 8.6578 |
| 2025-10-15 | 8.6388 |
| 2025-10-22 | 8.6851 |
| 2025-10-29 | 8.6710 |
| 2025-11-05 | 8.5406 |
| 2025-11-12 | 8.6568 |
| 2025-11-19 | 8.6326 |
| 2025-11-26 | 8.5692 |
| 2025-12-03 | 8.6482 |
| 2025-12-11 | 8.6851 |
| 2025-12-18 | 8.6932 |
| 2025-12-25 | 8.7800 |
| 2026-01-01 | 8.7392 |
| 2026-01-08 | 8.6850 |
| 2026-01-15 | 8.6378 |
| 2026-01-22 | 8.7254 |
| 2026-01-29 | 9.0050 |
| 2026-02-05 | 8.9018 |
| 2026-02-12 | 8.9954 |
| 2026-02-19 | 8.9339 |
| 2026-02-26 | 8.8900 |
| 2026-03-05 | 8.8608 |
| 2026-03-12 | 8.8532 |
| 2026-03-19 | 8.7563 |
| 2026-03-26 | 8.7402 |
| 2026-04-02 | 8.6454 |
| 2026-04-09 | 8.7326 |
| 2026-04-16 | 8.7982 |
| 2026-04-23 | 8.8353 |
| 2026-04-30 | 8.8014 |
| 2026-05-07 | 8.8842 |
| 2026-05-15 | 8.7889 |
| 2026-05-23 | 8.8285 |
| 2026-05-30 | 8.8595 |
| 2026-06-06 | 8.6844 |
| 2026-06-15 | 8.7035 |
| 2026-06-22 | 8.5462 |
| 2026-06-29 | 8.5548 |
| 2026-07-06 | 8.5940 |
| 2026-07-13 | 12.3091 |
| 2026-07-20 | 13.2263 |
| 2026-07-27 | 13.4275 |
| 2026-08-03 | 14.5458 |
| 2026-08-10 | 14.9717 |
| 2026-08-17 | 14.3598 |
| 2026-08-25 | 14.3262 |
| 2026-09-01 | 14.6118 |
| 2026-09-08 | 15.2873 |
| 2026-09-15 | 14.6651 |
| 2026-09-22 | 13.5945 |
High
15.2873
Low
8.5406
Average
9.9520
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.