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: show the values
| Point | CHF/BTN |
|---|---|
| 2025-09-24 | 111.7960 |
| 2025-10-01 | 111.2032 |
| 2025-10-08 | 110.9195 |
| 2025-10-15 | 110.8486 |
| 2025-10-22 | 110.3350 |
| 2025-10-29 | 110.6487 |
| 2025-11-05 | 109.5584 |
| 2025-11-12 | 110.8649 |
| 2025-11-19 | 110.5090 |
| 2025-11-26 | 110.5371 |
| 2025-12-03 | 112.3706 |
| 2025-12-11 | 113.3369 |
| 2025-12-18 | 113.7234 |
| 2025-12-25 | 113.9867 |
| 2026-01-01 | 113.3910 |
| 2026-01-08 | 112.7472 |
| 2026-01-15 | 112.6396 |
| 2026-01-22 | 115.3986 |
| 2026-01-29 | 119.9248 |
| 2026-02-05 | 116.4980 |
| 2026-02-12 | 117.9739 |
| 2026-02-19 | 116.9718 |
| 2026-02-26 | 117.4756 |
| 2026-03-05 | 118.1156 |
| 2026-03-12 | 117.9360 |
| 2026-03-19 | 117.0947 |
| 2026-03-26 | 118.4979 |
| 2026-04-02 | 116.3019 |
| 2026-04-09 | 116.6739 |
| 2026-04-16 | 118.9152 |
| 2026-04-23 | 119.8679 |
| 2026-04-30 | 120.7475 |
| 2026-05-07 | 121.6495 |
| 2026-05-15 | 121.8695 |
| 2026-05-23 | 121.9320 |
| 2026-05-30 | 121.5967 |
| 2026-06-06 | 119.4064 |
| 2026-06-15 | 119.1561 |
| 2026-06-22 | 116.8439 |
| 2026-06-29 | 116.7074 |
| 2026-07-06 | 118.2005 |
| 2026-07-13 | 118.0903 |
| 2026-07-20 | 119.2733 |
| 2026-07-27 | 118.0071 |
| 2026-08-03 | 117.7810 |
| 2026-08-10 | 117.7048 |
| 2026-08-17 | 118.0150 |
| 2026-08-25 | 119.2800 |
| 2026-09-01 | 117.0951 |
| 2026-09-08 | 116.6457 |
| 2026-09-15 | 117.1354 |
| 2026-09-22 | 116.8581 |
High
121.9320
Low
109.5584
Average
116.1673
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.