BDT to ZWL exchange rate API
Taka to Zimbabwe Dollar · quoted 2026-09-26
541.2414
▲ +0.62% over 30D
1 BDT = 541.2414 ZWL · 1 ZWL = 0.001848 BDT · Get this rate via the API
1 BDT buys 541.2414 ZWL as of 2026-09-26, so 1 ZWL buys 0.001848 BDT. Over the last 30 days, BDT/ZWL traded between 2.6221 and 546.1746, averaged 524.3519 and rose 0.62%. The API holds daily BDT/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BDT/ZWL over 30D: show the values
| Point | BDT/ZWL |
|---|---|
| 2026-08-27 | 537.9286 |
| 2026-08-28 | 538.8764 |
| 2026-08-29 | 537.2309 |
| 2026-08-30 | 537.5828 |
| 2026-08-31 | 537.0579 |
| 2026-09-01 | 543.2435 |
| 2026-09-02 | 545.7198 |
| 2026-09-03 | 543.8930 |
| 2026-09-04 | 541.8715 |
| 2026-09-05 | 540.1870 |
| 2026-09-06 | 537.9090 |
| 2026-09-07 | 540.1547 |
| 2026-09-08 | 546.1746 |
| 2026-09-09 | 543.3496 |
| 2026-09-10 | 541.2240 |
| 2026-09-11 | 540.1087 |
| 2026-09-12 | 540.0237 |
| 2026-09-13 | 541.6822 |
| 2026-09-14 | 540.3684 |
| 2026-09-15 | 543.8241 |
| 2026-09-16 | 543.6632 |
| 2026-09-17 | 541.0869 |
| 2026-09-18 | 2.6221 |
| 2026-09-19 | 542.2934 |
| 2026-09-20 | 540.2644 |
| 2026-09-21 | 542.4812 |
| 2026-09-22 | 541.6731 |
| 2026-09-23 | 542.6537 |
| 2026-09-24 | 540.8144 |
| 2026-09-25 | 540.8168 |
| 2026-09-26 | 541.2414 |
High
546.1746
Low
2.6221
Average
524.3519
Get this rate via the API
One GET request returns the BDT/ZWL 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=BDT¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/ZWL API questions
How do I get the BDT/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/ZWL rate in rates.ZWL.
How far back does BDT/ZWL historical data go?
Daily BDT/ZWL 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 BDT/ZWL 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.