Skip to content

BDT to ZWL exchange rate API

Taka to Zimbabwe Dollar · quoted 2026-09-26

541.2414

▲ +4.87% over 6M

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 6 months, BDT/ZWL traded between 2.6180 and 547.3440, averaged 439.4826 and rose 4.87%. 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 6M

BDT/ZWL over 6M: show the values
PointBDT/ZWL
2026-03-30516.1284
2026-04-06517.2677
2026-04-132.6210
2026-04-202.6180
2026-04-272.6231
2026-05-042.6236
2026-05-112.6259
2026-05-19527.2809
2026-05-27537.8245
2026-06-03547.3440
2026-06-12544.6868
2026-06-19544.4062
2026-06-26544.3383
2026-07-03544.9928
2026-07-10542.7023
2026-07-17539.2203
2026-07-24540.0774
2026-07-31540.7206
2026-08-07537.3754
2026-08-14541.4378
2026-08-22544.8968
2026-08-29537.2309
2026-09-05540.1870
2026-09-12540.0237
2026-09-19542.2934
2026-09-26541.2414

High

547.3440

Low

2.6180

Average

439.4826

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.