BDT to KRW exchange rate API
Taka to Won · quoted 2026-09-27
10.9770
▼ +20.75% over 5Y
1 BDT = 10.9770 KRW · 1 KRW = 0.09110 BDT · Get this rate via the API
1 BDT buys 10.9770 KRW as of 2026-09-27, so 1 KRW buys 0.09110 BDT. Over the last 5 years, BDT/KRW traded between 10.9223 and 14.6208, averaged 12.2708 and fell 20.75%. The API holds daily BDT/KRW rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
BDT/KRW over 5Y: show the values
| Point | BDT/KRW |
|---|---|
| 2021-09-28 | 13.8513 |
| 2021-11-09 | 13.7277 |
| 2021-12-21 | 13.8930 |
| 2022-02-02 | 13.9720 |
| 2022-03-16 | 14.3130 |
| 2022-05-02 | 14.6208 |
| 2022-06-16 | 13.9340 |
| 2022-07-28 | 13.7804 |
| 2022-09-08 | 14.5290 |
| 2022-10-20 | 14.0811 |
| 2022-12-01 | 12.7339 |
| 2023-01-13 | 11.8959 |
| 2023-02-24 | 12.2521 |
| 2023-04-12 | 12.4560 |
| 2023-05-30 | 12.2759 |
| 2023-07-11 | 11.8977 |
| 2023-08-22 | 12.2357 |
| 2023-10-03 | 12.3498 |
| 2023-11-14 | 11.9737 |
| 2023-12-28 | 11.7118 |
| 2024-02-09 | 12.1377 |
| 2024-03-22 | 12.2376 |
| 2024-05-10 | 11.6823 |
| 2024-06-25 | 11.8477 |
| 2024-08-06 | 11.7314 |
| 2024-09-16 | 11.0353 |
| 2024-10-23 | 11.5845 |
| 2024-11-22 | 11.7728 |
| 2024-12-22 | 11.8645 |
| 2025-01-21 | 11.8436 |
| 2025-02-20 | 11.8294 |
| 2025-03-22 | 12.0651 |
| 2025-04-21 | 11.4264 |
| 2025-05-21 | 11.3112 |
| 2025-06-20 | 11.1792 |
| 2025-07-20 | 11.2554 |
| 2025-08-19 | 11.4294 |
| 2025-09-18 | 11.3931 |
| 2025-10-18 | 11.6586 |
| 2025-11-17 | 11.9608 |
| 2025-12-17 | 12.1044 |
| 2026-01-16 | 12.0385 |
| 2026-02-15 | 11.8298 |
| 2026-03-17 | 12.1281 |
| 2026-04-16 | 12.0256 |
| 2026-05-16 | 12.2015 |
| 2026-06-16 | 12.2857 |
| 2026-07-16 | 12.0224 |
| 2026-08-15 | 11.5429 |
| 2026-09-14 | 10.9223 |
High
14.6208
Low
10.9223
Average
12.2708
Get this rate via the API
One GET request returns the BDT/KRW 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=BDT¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/KRW API questions
How do I get the BDT/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/KRW rate in rates.KRW.
How far back does BDT/KRW historical data go?
Daily BDT/KRW rates are available from 2017-06-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free BDT/KRW 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.