Skip to content

BZD to INR exchange rate API

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

47.6719

▲ +1.08% over 6M

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 last 6 months, BZD/INR traded between 46.0355 and 47.9287, averaged 47.2260 and rose 1.08%. 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 6M

BZD/INR over 6M: show the values
PointBZD/INR
2026-03-2847.1646
2026-04-0446.0355
2026-04-1146.3160
2026-04-1846.0455
2026-04-2546.9390
2026-05-0247.1716
2026-05-0946.9553
2026-05-1747.7689
2026-05-2547.3662
2026-06-0147.1964
2026-06-1047.3014
2026-06-1746.9499
2026-06-2446.9919
2026-07-0147.3286
2026-07-0847.4214
2026-07-1547.9287
2026-07-2247.9243
2026-07-2947.5334
2026-08-0547.2601
2026-08-1247.3601
2026-08-2047.6484
2026-08-2747.4272
2026-09-0346.9369
2026-09-1047.4145
2026-09-1747.4032
2026-09-2447.6398

High

47.9287

Low

46.0355

Average

47.2260

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.