Skip to content

CHF to BDT exchange rate API

Swiss Franc to Taka · quoted 2026-09-24

148.8192

▼ +2.91% over 1Y

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 year, CHF/BDT traded between 148.8192 and 159.2005, averaged 153.9093 and fell 2.91%. 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 1Y

CHF/BDT over 1Y: show the values
PointCHF/BDT
2025-09-24153.2718
2025-10-01152.4083
2025-10-08152.1980
2025-10-15151.9308
2025-10-22153.3812
2025-10-29153.3979
2025-11-05150.5273
2025-11-12152.8256
2025-11-19152.5991
2025-11-26151.5129
2025-12-03152.7939
2025-12-10151.8872
2025-12-17153.5201
2025-12-24155.0463
2025-12-31154.3732
2026-01-07153.4671
2026-01-14152.6495
2026-01-21154.9817
2026-01-28159.1437
2026-02-04157.3847
2026-02-11159.2005
2026-02-18158.5442
2026-02-25157.7663
2026-03-04156.8733
2026-03-11157.1288
2026-03-18155.4122
2026-03-25155.3342
2026-04-01155.1131
2026-04-08155.9173
2026-04-15157.1202
2026-04-22157.0081
2026-04-29155.6962
2026-05-06157.4209
2026-05-13157.0673
2026-05-20155.4799
2026-05-27156.0762
2026-06-03155.5297
2026-06-11153.7941
2026-06-18152.6755
2026-06-25151.1749
2026-07-02152.7522
2026-07-09152.6146
2026-07-16152.5526
2026-07-23151.2087
2026-07-30151.7056
2026-08-06152.7722
2026-08-13151.3166
2026-08-20152.5949
2026-08-27152.9360
2026-09-03151.8392
2026-09-10151.7681
2026-09-17149.4779
2026-09-24149.1129

High

159.2005

Low

148.8192

Average

153.9093

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.