Skip to content

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

BDT/ZWL over 30D: show the values
PointBDT/ZWL
2026-08-27537.9286
2026-08-28538.8764
2026-08-29537.2309
2026-08-30537.5828
2026-08-31537.0579
2026-09-01543.2435
2026-09-02545.7198
2026-09-03543.8930
2026-09-04541.8715
2026-09-05540.1870
2026-09-06537.9090
2026-09-07540.1547
2026-09-08546.1746
2026-09-09543.3496
2026-09-10541.2240
2026-09-11540.1087
2026-09-12540.0237
2026-09-13541.6822
2026-09-14540.3684
2026-09-15543.8241
2026-09-16543.6632
2026-09-17541.0869
2026-09-182.6221
2026-09-19542.2934
2026-09-20540.2644
2026-09-21542.4812
2026-09-22541.6731
2026-09-23542.6537
2026-09-24540.8144
2026-09-25540.8168
2026-09-26541.2414

High

546.1746

Low

2.6221

Average

524.3519

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=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&currencies=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.