Skip to content

ZWL to BDT exchange rate API

Zimbabwe Dollar to Taka · quoted 2026-09-26

0.001847

▲ +0.76% over 1Y

1 ZWL = 0.001847 BDT · 1 BDT = 541.4185 ZWL · Get this rate via the API

1 ZWL buys 0.001847 BDT as of 2026-09-26, so 1 BDT buys 541.4185 ZWL. Over the last year, ZWL/BDT traded between 0.001825 and 0.38179, averaged 0.04481 and rose 0.76%. The API holds daily ZWL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/BDT over 1Y

ZWL/BDT over 1Y: show the values
PointZWL/BDT
2025-09-260.001833
2025-10-030.001825
2025-10-100.001826
2025-10-170.001828
2025-10-240.001845
2025-10-310.001851
2025-11-070.001858
2025-11-140.001857
2025-11-210.001858
2025-11-280.001867
2025-12-050.001871
2025-12-130.001873
2025-12-200.001876
2025-12-270.001879
2026-01-030.001886
2026-01-100.001898
2026-01-170.001907
2026-01-240.001911
2026-01-310.001917
2026-02-070.001911
2026-02-140.001914
2026-02-210.001916
2026-02-280.001899
2026-03-070.001900
2026-03-140.001930
2026-03-210.001941
2026-03-280.381095
2026-04-040.001940
2026-04-110.381404
2026-04-180.381791
2026-04-250.380973
2026-05-020.381134
2026-05-090.381022
2026-05-170.001906
2026-05-250.001863
2026-06-010.001825
2026-06-100.001835
2026-06-170.001839
2026-06-240.001835
2026-07-010.001836
2026-07-080.001842
2026-07-150.001838
2026-07-220.001843
2026-07-290.001847
2026-08-050.001857
2026-08-120.001854
2026-08-200.001829
2026-08-270.001858
2026-09-030.001838
2026-09-100.001847
2026-09-170.001848
2026-09-240.001849

High

0.38179

Low

0.001825

Average

0.04481

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/BDT API questions

How do I get the ZWL/BDT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/BDT rate in rates.BDT.

How far back does ZWL/BDT historical data go?

Daily ZWL/BDT 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 ZWL/BDT 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.