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: show the values
| Point | CHF/BDT |
|---|---|
| 2025-09-24 | 153.2718 |
| 2025-10-01 | 152.4083 |
| 2025-10-08 | 152.1980 |
| 2025-10-15 | 151.9308 |
| 2025-10-22 | 153.3812 |
| 2025-10-29 | 153.3979 |
| 2025-11-05 | 150.5273 |
| 2025-11-12 | 152.8256 |
| 2025-11-19 | 152.5991 |
| 2025-11-26 | 151.5129 |
| 2025-12-03 | 152.7939 |
| 2025-12-10 | 151.8872 |
| 2025-12-17 | 153.5201 |
| 2025-12-24 | 155.0463 |
| 2025-12-31 | 154.3732 |
| 2026-01-07 | 153.4671 |
| 2026-01-14 | 152.6495 |
| 2026-01-21 | 154.9817 |
| 2026-01-28 | 159.1437 |
| 2026-02-04 | 157.3847 |
| 2026-02-11 | 159.2005 |
| 2026-02-18 | 158.5442 |
| 2026-02-25 | 157.7663 |
| 2026-03-04 | 156.8733 |
| 2026-03-11 | 157.1288 |
| 2026-03-18 | 155.4122 |
| 2026-03-25 | 155.3342 |
| 2026-04-01 | 155.1131 |
| 2026-04-08 | 155.9173 |
| 2026-04-15 | 157.1202 |
| 2026-04-22 | 157.0081 |
| 2026-04-29 | 155.6962 |
| 2026-05-06 | 157.4209 |
| 2026-05-13 | 157.0673 |
| 2026-05-20 | 155.4799 |
| 2026-05-27 | 156.0762 |
| 2026-06-03 | 155.5297 |
| 2026-06-11 | 153.7941 |
| 2026-06-18 | 152.6755 |
| 2026-06-25 | 151.1749 |
| 2026-07-02 | 152.7522 |
| 2026-07-09 | 152.6146 |
| 2026-07-16 | 152.5526 |
| 2026-07-23 | 151.2087 |
| 2026-07-30 | 151.7056 |
| 2026-08-06 | 152.7722 |
| 2026-08-13 | 151.3166 |
| 2026-08-20 | 152.5949 |
| 2026-08-27 | 152.9360 |
| 2026-09-03 | 151.8392 |
| 2026-09-10 | 151.7681 |
| 2026-09-17 | 149.4779 |
| 2026-09-24 | 149.1129 |
High
159.2005
Low
148.8192
Average
153.9093
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.