BDT to CHF exchange rate API
Taka to Swiss Franc · quoted 2026-09-26
0.006736
▲ +2.67% over 1Y
1 BDT = 0.006736 CHF · 1 CHF = 148.4561 BDT · Get this rate via the API
1 BDT buys 0.006736 CHF as of 2026-09-26, so 1 CHF buys 148.4561 BDT. Over the last year, BDT/CHF traded between 0.006283 and 0.006736, averaged 0.006500 and rose 2.67%. The API holds daily BDT/CHF rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
BDT/CHF over 1Y: show the values
| Point | BDT/CHF |
|---|---|
| 2025-09-26 | 0.006561 |
| 2025-10-03 | 0.006543 |
| 2025-10-10 | 0.006609 |
| 2025-10-17 | 0.006512 |
| 2025-10-24 | 0.006507 |
| 2025-10-31 | 0.006576 |
| 2025-11-07 | 0.006601 |
| 2025-11-14 | 0.006454 |
| 2025-11-21 | 0.006577 |
| 2025-11-28 | 0.006591 |
| 2025-12-05 | 0.006574 |
| 2025-12-12 | 0.006514 |
| 2025-12-19 | 0.006506 |
| 2025-12-26 | 0.006456 |
| 2026-01-02 | 0.006483 |
| 2026-01-09 | 0.006543 |
| 2026-01-16 | 0.006552 |
| 2026-01-23 | 0.006460 |
| 2026-01-30 | 0.006283 |
| 2026-02-06 | 0.006358 |
| 2026-02-13 | 0.006285 |
| 2026-02-20 | 0.006348 |
| 2026-02-27 | 0.006308 |
| 2026-03-06 | 0.006398 |
| 2026-03-13 | 0.006408 |
| 2026-03-20 | 0.006425 |
| 2026-03-27 | 0.006499 |
| 2026-04-03 | 0.006529 |
| 2026-04-10 | 0.006428 |
| 2026-04-17 | 0.006366 |
| 2026-04-24 | 0.006400 |
| 2026-05-01 | 0.006365 |
| 2026-05-08 | 0.006334 |
| 2026-05-15 | 0.006406 |
| 2026-05-22 | 0.006399 |
| 2026-05-29 | 0.006382 |
| 2026-06-05 | 0.006418 |
| 2026-06-13 | 0.006485 |
| 2026-06-20 | 0.006567 |
| 2026-06-27 | 0.006577 |
| 2026-07-04 | 0.006509 |
| 2026-07-11 | 0.006556 |
| 2026-07-18 | 0.006554 |
| 2026-07-25 | 0.006622 |
| 2026-08-01 | 0.006548 |
| 2026-08-08 | 0.006531 |
| 2026-08-15 | 0.006627 |
| 2026-08-22 | 0.006556 |
| 2026-08-29 | 0.006554 |
| 2026-09-05 | 0.006588 |
| 2026-09-12 | 0.006618 |
| 2026-09-19 | 0.006700 |
| 2026-09-26 | 0.006736 |
High
0.006736
Low
0.006283
Average
0.006500
Get this rate via the API
One GET request returns the BDT/CHF 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=BDT¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/CHF API questions
How do I get the BDT/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/CHF rate in rates.CHF.
How far back does BDT/CHF historical data go?
Daily BDT/CHF 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/CHF 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.