Skip to content

CHF to TJS exchange rate API

Swiss Franc to Somoni · quoted 2026-09-25

11.1209

▼ +5.57% over 1Y

1 CHF = 11.1209 TJS · 1 TJS = 0.08992 CHF · Get this rate via the API

1 CHF buys 11.1209 TJS as of 2026-09-25, so 1 TJS buys 0.08992 CHF. Over the last year, CHF/TJS traded between 11.1209 and 12.3180, averaged 11.6954 and fell 5.57%. The API holds daily CHF/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/TJS over 1Y

CHF/TJS over 1Y: show the values
PointCHF/TJS
2025-09-2511.7763
2025-10-0211.7157
2025-10-0911.6030
2025-10-1611.5100
2025-10-2311.5613
2025-10-3011.4612
2025-11-0611.4601
2025-11-1311.5892
2025-11-2011.4348
2025-11-2711.5028
2025-12-0411.4867
2025-12-1211.5728
2025-12-1911.6009
2025-12-2611.7317
2026-01-0211.6420
2026-01-0911.6378
2026-01-1611.6453
2026-01-2311.8097
2026-01-3012.1870
2026-02-0612.0416
2026-02-1312.2520
2026-02-2012.1743
2026-02-2712.3180
2026-03-0612.2503
2026-03-1312.2064
2026-03-2012.0808
2026-03-2711.9912
2026-04-0311.9495
2026-04-1012.0432
2026-04-1712.1210
2026-04-2411.9692
2026-05-0112.0100
2026-05-0812.0433
2026-05-1611.8538
2026-05-2411.8399
2026-05-3111.8326
2026-06-0911.7444
2026-06-1611.6762
2026-06-2311.4554
2026-06-3011.4220
2026-07-0711.4595
2026-07-1411.4472
2026-07-2111.4068
2026-07-2811.2798
2026-08-0411.4193
2026-08-1111.4073
2026-08-1811.3671
2026-08-2611.4613
2026-09-0211.3496
2026-09-0911.4422
2026-09-1611.2653
2026-09-2311.2263

High

12.3180

Low

11.1209

Average

11.6954

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/TJS API questions

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

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

How far back does CHF/TJS historical data go?

Daily CHF/TJS 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/TJS 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.