Skip to content

BZD to INR exchange rate API

Belize Dollar to Indian Rupee · quoted 2026-09-24

47.6719

▲ +7.19% over YTD

1 BZD = 47.6719 INR · 1 INR = 0.02098 BZD · Get this rate via the API

1 BZD buys 47.6719 INR as of 2026-09-24, so 1 INR buys 0.02098 BZD. Over the year to date, BZD/INR traded between 44.4751 and 48.0220, averaged 46.6119 and rose 7.19%. The API holds daily BZD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/INR over YTD

BZD/INR over YTD: show the values
PointBZD/INR
2025-12-3144.4751
2026-01-0744.6255
2026-01-1444.7106
2026-01-2145.5112
2026-01-2845.7294
2026-02-0444.9958
2026-02-1145.1717
2026-02-1845.0670
2026-02-2545.1328
2026-03-0445.7469
2026-03-1145.7062
2026-03-1846.1565
2026-03-2546.6773
2026-04-0146.3986
2026-04-0846.1175
2026-04-1546.4343
2026-04-2246.5805
2026-04-2947.1702
2026-05-0647.1424
2026-05-1447.5755
2026-05-2147.7734
2026-05-2947.2301
2026-06-0547.1470
2026-06-1447.3693
2026-06-2147.0158
2026-06-2847.0751
2026-07-0547.4121
2026-07-1247.5055
2026-07-1947.9251
2026-07-2648.0220
2026-08-0247.3913
2026-08-0947.4029
2026-08-1647.4220
2026-08-2447.3487
2026-08-3147.0411
2026-09-0746.9267
2026-09-1447.4559
2026-09-2147.6025

High

48.0220

Low

44.4751

Average

46.6119

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BZD/INR API questions

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

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

How far back does BZD/INR historical data go?

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