Skip to content

BZD to INR exchange rate API

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

47.6719

▲ +0.57% over 7D

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 7 days, BZD/INR traded between 47.4032 and 47.6771, averaged 47.5876 and rose 0.57%. 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 7D

BZD/INR over 7D: show the values
PointBZD/INR
2026-09-1747.4032
2026-09-1847.6771
2026-09-1947.6576
2026-09-2047.6457
2026-09-2147.6025
2026-09-2247.4771
2026-09-2347.5132
2026-09-2447.6398

High

47.6771

Low

47.4032

Average

47.5876

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.