Skip to content

CHF to BDT exchange rate API

Swiss Franc to Taka · quoted 2026-09-24

148.8192

▲ +61.38% over 5Y

1 CHF = 148.8192 BDT · 1 BDT = 0.006720 CHF · Get this rate via the API

1 CHF buys 148.8192 BDT as of 2026-09-24, so 1 BDT buys 0.006720 CHF. Over the last 5 years, CHF/BDT traded between 89.3545 and 159.1131, averaged 129.9208 and rose 61.38%. The API holds daily CHF/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

CHF/BDT over 5Y

CHF/BDT over 5Y: show the values
PointCHF/BDT
2021-09-2792.2168
2021-11-0893.7029
2021-12-2092.9029
2022-02-0193.3386
2022-03-1591.5719
2022-04-2989.3545
2022-06-1592.9392
2022-07-2798.4757
2022-09-0796.3490
2022-10-19105.5172
2022-11-30107.1694
2023-01-12111.6551
2023-02-23114.8770
2023-04-11117.4488
2023-05-26118.7002
2023-07-10121.9791
2023-08-21124.5133
2023-10-02120.5399
2023-11-13122.3892
2023-12-27128.6979
2024-02-08125.4271
2024-03-21122.6096
2024-05-08120.7002
2024-06-24131.5462
2024-08-05138.4769
2024-09-15140.3776
2024-10-22138.2175
2024-11-21135.3262
2024-12-21133.6937
2025-01-20133.1289
2025-02-19134.3782
2025-03-21137.7731
2025-04-20149.0814
2025-05-20146.0451
2025-06-19149.5268
2025-07-19151.2489
2025-08-18150.4414
2025-09-17154.3947
2025-10-17153.5458
2025-11-16153.9774
2025-12-16153.8707
2026-01-15152.6536
2026-02-14159.1131
2026-03-16155.8034
2026-04-15157.1202
2026-05-15156.0923
2026-06-15154.7235
2026-07-15151.6910
2026-08-14151.1925
2026-09-13150.6269

High

159.1131

Low

89.3545

Average

129.9208

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BDT API questions

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

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

How far back does CHF/BDT historical data go?

Daily CHF/BDT 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 CHF/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.