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: show the values
| Point | KWD/BDT |
|---|---|
| 2025-09-27 | 399.4020 |
| 2025-10-04 | 398.1436 |
| 2025-10-11 | 398.2623 |
| 2025-10-18 | 398.9131 |
| 2025-10-25 | 399.4016 |
| 2025-11-01 | 398.9249 |
| 2025-11-08 | 398.4914 |
| 2025-11-15 | 398.2980 |
| 2025-11-22 | 398.2283 |
| 2025-11-29 | 398.8931 |
| 2025-12-06 | 398.5022 |
| 2025-12-14 | 398.0939 |
| 2025-12-21 | 397.9683 |
| 2025-12-28 | 398.1278 |
| 2026-01-04 | 397.6288 |
| 2026-01-11 | 397.7251 |
| 2026-01-18 | 397.4774 |
| 2026-01-25 | 399.1411 |
| 2026-02-01 | 399.7197 |
| 2026-02-08 | 398.1783 |
| 2026-02-15 | 399.1435 |
| 2026-02-22 | 399.0490 |
| 2026-03-01 | 399.1809 |
| 2026-03-08 | 398.4341 |
| 2026-03-15 | 399.9544 |
| 2026-03-22 | 400.6442 |
| 2026-03-29 | 399.4500 |
| 2026-04-05 | 399.8918 |
| 2026-04-12 | 397.3933 |
| 2026-04-19 | 399.3902 |
| 2026-04-26 | 398.0348 |
| 2026-05-03 | 399.3783 |
| 2026-05-10 | 397.7669 |
| 2026-05-18 | 398.4619 |
| 2026-05-26 | 397.0906 |
| 2026-06-02 | 397.4189 |
| 2026-06-11 | 397.4557 |
| 2026-06-18 | 398.8920 |
| 2026-06-25 | 397.6200 |
| 2026-07-02 | 398.6171 |
| 2026-07-09 | 397.4028 |
| 2026-07-16 | 397.7897 |
| 2026-07-23 | 398.0249 |
| 2026-07-30 | 396.8883 |
| 2026-08-06 | 400.1926 |
| 2026-08-13 | 397.8286 |
| 2026-08-21 | 396.6274 |
| 2026-08-28 | 398.8936 |
| 2026-09-04 | 397.8559 |
| 2026-09-11 | 400.1167 |
| 2026-09-18 | 399.1051 |
| 2026-09-25 | 398.5066 |
High
400.6442
Low
396.6274
Average
398.5284
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=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¤cies=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.