Skip to content

BND to CHF exchange rate API

Brunei Dollar to Swiss Franc · quoted 2026-09-25

0.64760

▼ +0.65% over 5Y

1 BND = 0.64760 CHF · 1 CHF = 1.5442 BND · Get this rate via the API

1 BND buys 0.64760 CHF as of 2026-09-25, so 1 CHF buys 1.5442 BND. Over the last 5 years, BND/CHF traded between 0.61010 and 0.68448, averaged 0.64152 and fell 0.65%. The API holds daily BND/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BND/CHF over 5Y

BND/CHF over 5Y: show the values
PointBND/CHF
2024-08-240.65182
2024-10-010.67135
2024-10-310.68235
2024-11-300.65757
2024-12-300.68073
2025-01-290.68448
2025-02-280.68144
2025-03-300.66405
2025-04-290.64392
2025-05-290.65996
2025-06-280.62601
2025-07-280.64582
2025-08-270.63951
2025-09-260.62921
2025-10-260.61296
2025-11-250.62029
2025-12-260.61429
2026-01-250.61010
2026-02-240.61121
2026-03-260.61838
2026-04-250.61722
2026-05-270.61600
2026-06-280.62574
2026-07-280.63471
2026-08-280.63282

High

0.68448

Low

0.61010

Average

0.64152

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BND/CHF API questions

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

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

How far back does BND/CHF historical data go?

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