BDT to ZWL exchange rate API
Taka to Zimbabwe Dollar · quoted 2026-09-26
541.2414
▲ +1.99% over YTD
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 year to date, BDT/ZWL traded between 2.6184 and 548.1290, averaged 478.7969 and rose 1.99%. 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 YTD: show the values
| Point | BDT/ZWL |
|---|---|
| 2025-12-31 | 530.6795 |
| 2026-01-07 | 529.2212 |
| 2026-01-14 | 526.1115 |
| 2026-01-21 | 523.5086 |
| 2026-01-28 | 524.1400 |
| 2026-02-04 | 524.9766 |
| 2026-02-11 | 522.6225 |
| 2026-02-18 | 523.5919 |
| 2026-02-25 | 526.1171 |
| 2026-03-04 | 526.4397 |
| 2026-03-11 | 522.5154 |
| 2026-03-18 | 515.7178 |
| 2026-03-25 | 516.7234 |
| 2026-04-01 | 515.9778 |
| 2026-04-08 | 515.4629 |
| 2026-04-15 | 2.6184 |
| 2026-04-22 | 2.6226 |
| 2026-04-29 | 2.6212 |
| 2026-05-06 | 2.6251 |
| 2026-05-14 | 524.6531 |
| 2026-05-21 | 533.1097 |
| 2026-05-29 | 548.1290 |
| 2026-06-05 | 547.0374 |
| 2026-06-14 | 545.0554 |
| 2026-06-21 | 544.7537 |
| 2026-06-28 | 544.9109 |
| 2026-07-05 | 545.5366 |
| 2026-07-12 | 541.8322 |
| 2026-07-19 | 542.0717 |
| 2026-07-26 | 539.5810 |
| 2026-08-02 | 541.1979 |
| 2026-08-09 | 537.5363 |
| 2026-08-16 | 539.0784 |
| 2026-08-24 | 542.9994 |
| 2026-08-31 | 537.0579 |
| 2026-09-07 | 540.1547 |
| 2026-09-14 | 540.3684 |
| 2026-09-21 | 542.4812 |
High
548.1290
Low
2.6184
Average
478.7969
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.