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: show the values
| Point | BZD/INR |
|---|---|
| 2026-03-28 | 47.1646 |
| 2026-04-04 | 46.0355 |
| 2026-04-11 | 46.3160 |
| 2026-04-18 | 46.0455 |
| 2026-04-25 | 46.9390 |
| 2026-05-02 | 47.1716 |
| 2026-05-09 | 46.9553 |
| 2026-05-17 | 47.7689 |
| 2026-05-25 | 47.3662 |
| 2026-06-01 | 47.1964 |
| 2026-06-10 | 47.3014 |
| 2026-06-17 | 46.9499 |
| 2026-06-24 | 46.9919 |
| 2026-07-01 | 47.3286 |
| 2026-07-08 | 47.4214 |
| 2026-07-15 | 47.9287 |
| 2026-07-22 | 47.9243 |
| 2026-07-29 | 47.5334 |
| 2026-08-05 | 47.2601 |
| 2026-08-12 | 47.3601 |
| 2026-08-20 | 47.6484 |
| 2026-08-27 | 47.4272 |
| 2026-09-03 | 46.9369 |
| 2026-09-10 | 47.4145 |
| 2026-09-17 | 47.4032 |
| 2026-09-24 | 47.6398 |
High
47.9287
Low
46.0355
Average
47.2260
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=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¤cies=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.