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: show the values
| Point | CHF/BDT |
|---|---|
| 2021-09-27 | 92.2168 |
| 2021-11-08 | 93.7029 |
| 2021-12-20 | 92.9029 |
| 2022-02-01 | 93.3386 |
| 2022-03-15 | 91.5719 |
| 2022-04-29 | 89.3545 |
| 2022-06-15 | 92.9392 |
| 2022-07-27 | 98.4757 |
| 2022-09-07 | 96.3490 |
| 2022-10-19 | 105.5172 |
| 2022-11-30 | 107.1694 |
| 2023-01-12 | 111.6551 |
| 2023-02-23 | 114.8770 |
| 2023-04-11 | 117.4488 |
| 2023-05-26 | 118.7002 |
| 2023-07-10 | 121.9791 |
| 2023-08-21 | 124.5133 |
| 2023-10-02 | 120.5399 |
| 2023-11-13 | 122.3892 |
| 2023-12-27 | 128.6979 |
| 2024-02-08 | 125.4271 |
| 2024-03-21 | 122.6096 |
| 2024-05-08 | 120.7002 |
| 2024-06-24 | 131.5462 |
| 2024-08-05 | 138.4769 |
| 2024-09-15 | 140.3776 |
| 2024-10-22 | 138.2175 |
| 2024-11-21 | 135.3262 |
| 2024-12-21 | 133.6937 |
| 2025-01-20 | 133.1289 |
| 2025-02-19 | 134.3782 |
| 2025-03-21 | 137.7731 |
| 2025-04-20 | 149.0814 |
| 2025-05-20 | 146.0451 |
| 2025-06-19 | 149.5268 |
| 2025-07-19 | 151.2489 |
| 2025-08-18 | 150.4414 |
| 2025-09-17 | 154.3947 |
| 2025-10-17 | 153.5458 |
| 2025-11-16 | 153.9774 |
| 2025-12-16 | 153.8707 |
| 2026-01-15 | 152.6536 |
| 2026-02-14 | 159.1131 |
| 2026-03-16 | 155.8034 |
| 2026-04-15 | 157.1202 |
| 2026-05-15 | 156.0923 |
| 2026-06-15 | 154.7235 |
| 2026-07-15 | 151.6910 |
| 2026-08-14 | 151.1925 |
| 2026-09-13 | 150.6269 |
High
159.1131
Low
89.3545
Average
129.9208
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.