Skip to content

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

BDT/KRW over 5Y: show the values
PointBDT/KRW
2021-09-2813.8513
2021-11-0913.7277
2021-12-2113.8930
2022-02-0213.9720
2022-03-1614.3130
2022-05-0214.6208
2022-06-1613.9340
2022-07-2813.7804
2022-09-0814.5290
2022-10-2014.0811
2022-12-0112.7339
2023-01-1311.8959
2023-02-2412.2521
2023-04-1212.4560
2023-05-3012.2759
2023-07-1111.8977
2023-08-2212.2357
2023-10-0312.3498
2023-11-1411.9737
2023-12-2811.7118
2024-02-0912.1377
2024-03-2212.2376
2024-05-1011.6823
2024-06-2511.8477
2024-08-0611.7314
2024-09-1611.0353
2024-10-2311.5845
2024-11-2211.7728
2024-12-2211.8645
2025-01-2111.8436
2025-02-2011.8294
2025-03-2212.0651
2025-04-2111.4264
2025-05-2111.3112
2025-06-2011.1792
2025-07-2011.2554
2025-08-1911.4294
2025-09-1811.3931
2025-10-1811.6586
2025-11-1711.9608
2025-12-1712.1044
2026-01-1612.0385
2026-02-1511.8298
2026-03-1712.1281
2026-04-1612.0256
2026-05-1612.2015
2026-06-1612.2857
2026-07-1612.0224
2026-08-1511.5429
2026-09-1410.9223

High

14.6208

Low

10.9223

Average

12.2708

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=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&currencies=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.