Skip to content

BZD to USD exchange rate API

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

0.49665

▲ +0.04% over 1Y

1 BZD = 0.49665 USD · 1 USD = 2.0135 BZD · Get this rate via the API

1 BZD buys 0.49665 USD as of 2026-09-25, so 1 USD buys 2.0135 BZD. Over the last year, BZD/USD traded between 0.49476 and 0.49862, averaged 0.49663 and rose 0.04%. The API holds daily BZD/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/USD over 1Y

BZD/USD over 1Y: show the values
PointBZD/USD
2025-09-250.49644
2025-10-020.49667
2025-10-090.49665
2025-10-160.49698
2025-10-230.49673
2025-10-300.49692
2025-11-060.49637
2025-11-130.49661
2025-11-200.49664
2025-11-270.49674
2025-12-040.49656
2025-12-120.49690
2025-12-190.49677
2025-12-260.49685
2026-01-020.49650
2026-01-090.49643
2026-01-160.49620
2026-01-230.49862
2026-01-300.49554
2026-02-060.49657
2026-02-130.49634
2026-02-200.49619
2026-02-270.49643
2026-03-060.49664
2026-03-130.49608
2026-03-200.49817
2026-03-270.49681
2026-04-030.49719
2026-04-100.49783
2026-04-170.49721
2026-04-240.49715
2026-05-010.49711
2026-05-080.49560
2026-05-160.49639
2026-05-240.49648
2026-05-310.49721
2026-06-090.49675
2026-06-160.49623
2026-06-230.49476
2026-06-300.49656
2026-07-070.49705
2026-07-140.49518
2026-07-210.49641
2026-07-280.49631
2026-08-040.49627
2026-08-110.49663
2026-08-180.49666
2026-08-260.49685
2026-09-020.49644
2026-09-090.49718
2026-09-160.49658
2026-09-230.49627

High

0.49862

Low

0.49476

Average

0.49663

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BZD/USD API questions

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

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

How far back does BZD/USD historical data go?

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