BZD to INR exchange rate API
Belize Dollar to Indian Rupee · quoted 2026-09-24
47.6719
▲ +0.60% over 30D
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 30 days, BZD/INR traded between 46.8735 and 47.6771, averaged 47.3619 and rose 0.60%. 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 30D: show the values
| Point | BZD/INR |
|---|---|
| 2026-08-25 | 47.3886 |
| 2026-08-26 | 47.4100 |
| 2026-08-27 | 47.4272 |
| 2026-08-28 | 47.4251 |
| 2026-08-29 | 47.4010 |
| 2026-08-30 | 47.3999 |
| 2026-08-31 | 47.0411 |
| 2026-09-01 | 47.2005 |
| 2026-09-02 | 47.1491 |
| 2026-09-03 | 46.9369 |
| 2026-09-04 | 46.9849 |
| 2026-09-05 | 46.8735 |
| 2026-09-06 | 46.9058 |
| 2026-09-07 | 46.9267 |
| 2026-09-08 | 47.1152 |
| 2026-09-09 | 47.2866 |
| 2026-09-10 | 47.4145 |
| 2026-09-11 | 47.2739 |
| 2026-09-12 | 47.4523 |
| 2026-09-13 | 47.4952 |
| 2026-09-14 | 47.4559 |
| 2026-09-15 | 47.6755 |
| 2026-09-16 | 47.6542 |
| 2026-09-17 | 47.4032 |
| 2026-09-18 | 47.6771 |
| 2026-09-19 | 47.6576 |
| 2026-09-20 | 47.6457 |
| 2026-09-21 | 47.6025 |
| 2026-09-22 | 47.4771 |
| 2026-09-23 | 47.5132 |
| 2026-09-24 | 47.6398 |
High
47.6771
Low
46.8735
Average
47.3619
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.