Skip to content

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

BDT/ZWL over YTD: show the values
PointBDT/ZWL
2025-12-31530.6795
2026-01-07529.2212
2026-01-14526.1115
2026-01-21523.5086
2026-01-28524.1400
2026-02-04524.9766
2026-02-11522.6225
2026-02-18523.5919
2026-02-25526.1171
2026-03-04526.4397
2026-03-11522.5154
2026-03-18515.7178
2026-03-25516.7234
2026-04-01515.9778
2026-04-08515.4629
2026-04-152.6184
2026-04-222.6226
2026-04-292.6212
2026-05-062.6251
2026-05-14524.6531
2026-05-21533.1097
2026-05-29548.1290
2026-06-05547.0374
2026-06-14545.0554
2026-06-21544.7537
2026-06-28544.9109
2026-07-05545.5366
2026-07-12541.8322
2026-07-19542.0717
2026-07-26539.5810
2026-08-02541.1979
2026-08-09537.5363
2026-08-16539.0784
2026-08-24542.9994
2026-08-31537.0579
2026-09-07540.1547
2026-09-14540.3684
2026-09-21542.4812

High

548.1290

Low

2.6184

Average

478.7969

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.