BDT to KRW exchange rate API
Taka to Won · quoted 2026-09-27
10.9770
▼ +4.95% over 1Y
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 year, BDT/KRW traded between 10.9633 and 12.5556, averaged 11.8805 and fell 4.95%. 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 1Y: show the values
| Point | BDT/KRW |
|---|---|
| 2025-09-27 | 11.5486 |
| 2025-10-04 | 11.5621 |
| 2025-10-11 | 11.7133 |
| 2025-10-18 | 11.6586 |
| 2025-10-25 | 11.7570 |
| 2025-11-01 | 11.6710 |
| 2025-11-08 | 11.9068 |
| 2025-11-15 | 11.8620 |
| 2025-11-22 | 12.0139 |
| 2025-11-29 | 11.9899 |
| 2025-12-06 | 12.0462 |
| 2025-12-13 | 12.0657 |
| 2025-12-20 | 12.0661 |
| 2025-12-27 | 11.8286 |
| 2026-01-03 | 11.7827 |
| 2026-01-10 | 11.9216 |
| 2026-01-17 | 12.0390 |
| 2026-01-24 | 11.8275 |
| 2026-01-31 | 11.8319 |
| 2026-02-07 | 11.9701 |
| 2026-02-14 | 11.7816 |
| 2026-02-21 | 11.8145 |
| 2026-02-28 | 11.7674 |
| 2026-03-07 | 12.1418 |
| 2026-03-14 | 12.2258 |
| 2026-03-21 | 12.2651 |
| 2026-03-28 | 12.2889 |
| 2026-04-04 | 12.2929 |
| 2026-04-11 | 12.0882 |
| 2026-04-18 | 11.9333 |
| 2026-04-25 | 12.0372 |
| 2026-05-02 | 11.9887 |
| 2026-05-09 | 11.9156 |
| 2026-05-16 | 12.2015 |
| 2026-05-23 | 12.3717 |
| 2026-05-30 | 12.2703 |
| 2026-06-06 | 12.5556 |
| 2026-06-14 | 12.4146 |
| 2026-06-21 | 12.4845 |
| 2026-06-28 | 12.5147 |
| 2026-07-05 | 12.4560 |
| 2026-07-12 | 12.2091 |
| 2026-07-19 | 12.1152 |
| 2026-07-26 | 11.8580 |
| 2026-08-02 | 11.7249 |
| 2026-08-09 | 11.3991 |
| 2026-08-16 | 11.4846 |
| 2026-08-23 | 11.3512 |
| 2026-08-30 | 11.2203 |
| 2026-09-06 | 10.9633 |
| 2026-09-13 | 11.1003 |
| 2026-09-20 | 11.2929 |
| 2026-09-27 | 10.9770 |
High
12.5556
Low
10.9633
Average
11.8805
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.