Skip to content

BZD to CHF exchange rate API

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

0.41021

▲ +4.57% over YTD

1 BZD = 0.41021 CHF · 1 CHF = 2.4378 BZD · Get this rate via the API

1 BZD buys 0.41021 CHF as of 2026-09-25, so 1 CHF buys 2.4378 BZD. Over the year to date, BZD/CHF traded between 0.38157 and 0.41021, averaged 0.39465 and rose 4.57%. The API holds daily BZD/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/CHF over YTD

BZD/CHF over YTD: show the values
PointBZD/CHF
2025-12-310.39229
2026-01-070.39549
2026-01-140.39661
2026-01-210.39209
2026-01-280.38164
2026-02-040.38600
2026-02-110.38157
2026-02-180.38277
2026-02-250.38450
2026-03-040.38732
2026-03-110.38711
2026-03-180.39200
2026-03-250.39232
2026-04-010.39332
2026-04-080.39400
2026-04-150.38896
2026-04-220.38831
2026-04-290.39238
2026-05-060.38824
2026-05-140.38844
2026-05-210.39152
2026-05-290.38900
2026-06-050.39139
2026-06-140.39494
2026-06-210.40142
2026-06-280.40265
2026-07-050.39905
2026-07-120.40206
2026-07-190.40134
2026-07-260.40575
2026-08-020.40019
2026-08-090.40123
2026-08-160.40321
2026-08-240.39689
2026-08-310.39965
2026-09-070.40188
2026-09-140.40548
2026-09-210.40807

High

0.41021

Low

0.38157

Average

0.39465

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BZD/CHF API questions

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

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

How far back does BZD/CHF historical data go?

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