Skip to content

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

BDT/CHF over 1Y: show the values
PointBDT/CHF
2025-09-260.006561
2025-10-030.006543
2025-10-100.006609
2025-10-170.006512
2025-10-240.006507
2025-10-310.006576
2025-11-070.006601
2025-11-140.006454
2025-11-210.006577
2025-11-280.006591
2025-12-050.006574
2025-12-120.006514
2025-12-190.006506
2025-12-260.006456
2026-01-020.006483
2026-01-090.006543
2026-01-160.006552
2026-01-230.006460
2026-01-300.006283
2026-02-060.006358
2026-02-130.006285
2026-02-200.006348
2026-02-270.006308
2026-03-060.006398
2026-03-130.006408
2026-03-200.006425
2026-03-270.006499
2026-04-030.006529
2026-04-100.006428
2026-04-170.006366
2026-04-240.006400
2026-05-010.006365
2026-05-080.006334
2026-05-150.006406
2026-05-220.006399
2026-05-290.006382
2026-06-050.006418
2026-06-130.006485
2026-06-200.006567
2026-06-270.006577
2026-07-040.006509
2026-07-110.006556
2026-07-180.006554
2026-07-250.006622
2026-08-010.006548
2026-08-080.006531
2026-08-150.006627
2026-08-220.006556
2026-08-290.006554
2026-09-050.006588
2026-09-120.006618
2026-09-190.006700
2026-09-260.006736

High

0.006736

Low

0.006283

Average

0.006500

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=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&currencies=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.