Skip to content

KWD to BDT exchange rate API

Kuwaiti Dinar to Taka · quoted 2026-09-27

399.9835

▲ +0.15% over 1Y

1 KWD = 399.9835 BDT · 1 BDT = 0.002500 KWD · Get this rate via the API

1 KWD buys 399.9835 BDT as of 2026-09-27, so 1 BDT buys 0.002500 KWD. Over the last year, KWD/BDT traded between 396.6274 and 400.6442, averaged 398.5284 and rose 0.15%. The API holds daily KWD/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/BDT over 1Y

KWD/BDT over 1Y: show the values
PointKWD/BDT
2025-09-27399.4020
2025-10-04398.1436
2025-10-11398.2623
2025-10-18398.9131
2025-10-25399.4016
2025-11-01398.9249
2025-11-08398.4914
2025-11-15398.2980
2025-11-22398.2283
2025-11-29398.8931
2025-12-06398.5022
2025-12-14398.0939
2025-12-21397.9683
2025-12-28398.1278
2026-01-04397.6288
2026-01-11397.7251
2026-01-18397.4774
2026-01-25399.1411
2026-02-01399.7197
2026-02-08398.1783
2026-02-15399.1435
2026-02-22399.0490
2026-03-01399.1809
2026-03-08398.4341
2026-03-15399.9544
2026-03-22400.6442
2026-03-29399.4500
2026-04-05399.8918
2026-04-12397.3933
2026-04-19399.3902
2026-04-26398.0348
2026-05-03399.3783
2026-05-10397.7669
2026-05-18398.4619
2026-05-26397.0906
2026-06-02397.4189
2026-06-11397.4557
2026-06-18398.8920
2026-06-25397.6200
2026-07-02398.6171
2026-07-09397.4028
2026-07-16397.7897
2026-07-23398.0249
2026-07-30396.8883
2026-08-06400.1926
2026-08-13397.8286
2026-08-21396.6274
2026-08-28398.8936
2026-09-04397.8559
2026-09-11400.1167
2026-09-18399.1051
2026-09-25398.5066

High

400.6442

Low

396.6274

Average

398.5284

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/BDT API questions

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

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

How far back does KWD/BDT historical data go?

Daily KWD/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 KWD/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.