Skip to content

BDT to ZWL exchange rate API

Taka to Zimbabwe Dollar · quoted 2026-09-26

541.2414

▼ +0.76% over 1Y

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 year, BDT/ZWL traded between 2.6192 and 547.8893, averaged 475.2764 and fell 0.76%. 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 1Y

BDT/ZWL over 1Y: show the values
PointBDT/ZWL
2025-09-26545.4106
2025-10-03547.8678
2025-10-10547.4202
2025-10-17546.9990
2025-10-24541.9038
2025-10-31540.0701
2025-11-07538.1112
2025-11-14538.4172
2025-11-21538.1344
2025-11-28535.3547
2025-12-05534.3914
2025-12-13533.6660
2025-12-20532.9098
2025-12-27532.1604
2026-01-03529.9932
2026-01-10526.7939
2026-01-17524.3729
2026-01-24523.1322
2026-01-31521.4314
2026-02-07523.1127
2026-02-14522.3311
2026-02-21521.7056
2026-02-28526.4489
2026-03-07526.2278
2026-03-14518.0536
2026-03-21515.0147
2026-03-282.6240
2026-04-04515.3380
2026-04-112.6219
2026-04-182.6192
2026-04-252.6249
2026-05-022.6237
2026-05-092.6245
2026-05-17524.5180
2026-05-25536.5070
2026-06-01547.8893
2026-06-10544.6791
2026-06-17543.5357
2026-06-24544.6642
2026-07-01544.3859
2026-07-08542.8280
2026-07-15543.8830
2026-07-22542.5047
2026-07-29541.3747
2026-08-05538.4040
2026-08-12539.1834
2026-08-20546.5948
2026-08-27537.9286
2026-09-03543.8930
2026-09-10541.2240
2026-09-17541.0869
2026-09-24540.8144

High

547.8893

Low

2.6192

Average

475.2764

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.