Skip to content

BZD to CAD exchange rate API

Belize Dollar to Canadian Dollar · quoted 2026-09-25

0.70264

▲ +1.87% over 1Y

1 BZD = 0.70264 CAD · 1 CAD = 1.4232 BZD · Get this rate via the API

1 BZD buys 0.70264 CAD as of 2026-09-25, so 1 CAD buys 1.4232 BZD. Over the last year, BZD/CAD traded between 0.67019 and 0.70688, averaged 0.68949 and rose 1.87%. The API holds daily BZD/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/CAD over 1Y

BZD/CAD over 1Y: show the values
PointBZD/CAD
2025-09-250.68974
2025-10-020.69244
2025-10-090.69286
2025-10-160.69839
2025-10-230.69503
2025-10-300.69608
2025-11-060.69947
2025-11-130.69548
2025-11-200.69851
2025-11-270.69769
2025-12-040.69377
2025-12-120.68362
2025-12-190.68522
2025-12-260.67928
2026-01-020.68187
2026-01-090.68920
2026-01-160.68918
2026-01-230.68627
2026-01-300.67019
2026-02-060.67862
2026-02-130.67622
2026-02-200.67942
2026-02-270.67869
2026-03-060.67797
2026-03-130.67980
2026-03-200.68330
2026-03-270.68907
2026-04-030.69327
2026-04-100.68811
2026-04-170.67980
2026-04-240.68015
2026-05-010.67505
2026-05-080.67689
2026-05-160.68251
2026-05-240.68604
2026-05-310.68608
2026-06-090.69154
2026-06-160.69543
2026-06-230.70193
2026-06-300.70688
2026-07-070.70669
2026-07-140.69881
2026-07-210.69861
2026-07-280.70018
2026-08-040.69779
2026-08-110.69218
2026-08-180.68905
2026-08-260.68875
2026-09-020.69127
2026-09-090.68453
2026-09-160.69221
2026-09-230.69919

High

0.70688

Low

0.67019

Average

0.68949

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BZD/CAD API questions

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

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

How far back does BZD/CAD historical data go?

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