Skip to content

CHF to BTN exchange rate API

Swiss Franc to Ngultrum · quoted 2026-09-24

115.8102

▲ +3.59% over 1Y

1 CHF = 115.8102 BTN · 1 BTN = 0.008635 CHF · Get this rate via the API

1 CHF buys 115.8102 BTN as of 2026-09-24, so 1 BTN buys 0.008635 CHF. Over the last year, CHF/BTN traded between 109.5584 and 121.9320, averaged 116.1673 and rose 3.59%. The API holds daily CHF/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/BTN over 1Y

CHF/BTN over 1Y: show the values
PointCHF/BTN
2025-09-24111.7960
2025-10-01111.2032
2025-10-08110.9195
2025-10-15110.8486
2025-10-22110.3350
2025-10-29110.6487
2025-11-05109.5584
2025-11-12110.8649
2025-11-19110.5090
2025-11-26110.5371
2025-12-03112.3706
2025-12-11113.3369
2025-12-18113.7234
2025-12-25113.9867
2026-01-01113.3910
2026-01-08112.7472
2026-01-15112.6396
2026-01-22115.3986
2026-01-29119.9248
2026-02-05116.4980
2026-02-12117.9739
2026-02-19116.9718
2026-02-26117.4756
2026-03-05118.1156
2026-03-12117.9360
2026-03-19117.0947
2026-03-26118.4979
2026-04-02116.3019
2026-04-09116.6739
2026-04-16118.9152
2026-04-23119.8679
2026-04-30120.7475
2026-05-07121.6495
2026-05-15121.8695
2026-05-23121.9320
2026-05-30121.5967
2026-06-06119.4064
2026-06-15119.1561
2026-06-22116.8439
2026-06-29116.7074
2026-07-06118.2005
2026-07-13118.0903
2026-07-20119.2733
2026-07-27118.0071
2026-08-03117.7810
2026-08-10117.7048
2026-08-17118.0150
2026-08-25119.2800
2026-09-01117.0951
2026-09-08116.6457
2026-09-15117.1354
2026-09-22116.8581

High

121.9320

Low

109.5584

Average

116.1673

For developers

Get this rate via the API

One GET request returns the CHF/BTN 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=BTN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=BTN");
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=BTN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BTN API questions

How do I get the CHF/BTN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=BTN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/BTN rate in rates.BTN.

How far back does CHF/BTN historical data go?

Daily CHF/BTN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/BTN 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.