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: show the values
| Point | BZD/INR |
|---|---|
| 2025-12-31 | 44.4751 |
| 2026-01-07 | 44.6255 |
| 2026-01-14 | 44.7106 |
| 2026-01-21 | 45.5112 |
| 2026-01-28 | 45.7294 |
| 2026-02-04 | 44.9958 |
| 2026-02-11 | 45.1717 |
| 2026-02-18 | 45.0670 |
| 2026-02-25 | 45.1328 |
| 2026-03-04 | 45.7469 |
| 2026-03-11 | 45.7062 |
| 2026-03-18 | 46.1565 |
| 2026-03-25 | 46.6773 |
| 2026-04-01 | 46.3986 |
| 2026-04-08 | 46.1175 |
| 2026-04-15 | 46.4343 |
| 2026-04-22 | 46.5805 |
| 2026-04-29 | 47.1702 |
| 2026-05-06 | 47.1424 |
| 2026-05-14 | 47.5755 |
| 2026-05-21 | 47.7734 |
| 2026-05-29 | 47.2301 |
| 2026-06-05 | 47.1470 |
| 2026-06-14 | 47.3693 |
| 2026-06-21 | 47.0158 |
| 2026-06-28 | 47.0751 |
| 2026-07-05 | 47.4121 |
| 2026-07-12 | 47.5055 |
| 2026-07-19 | 47.9251 |
| 2026-07-26 | 48.0220 |
| 2026-08-02 | 47.3913 |
| 2026-08-09 | 47.4029 |
| 2026-08-16 | 47.4220 |
| 2026-08-24 | 47.3487 |
| 2026-08-31 | 47.0411 |
| 2026-09-07 | 46.9267 |
| 2026-09-14 | 47.4559 |
| 2026-09-21 | 47.6025 |
High
48.0220
Low
44.4751
Average
46.6119
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.