Skip to content

CHF to TJS exchange rate API

Swiss Franc to Somoni · quoted 2026-09-25

11.1209

▼ +4.74% over YTD

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 year to date, CHF/TJS traded between 11.1209 and 12.2850, averaged 11.7574 and fell 4.74%. 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 YTD

CHF/TJS over YTD: show the values
PointCHF/TJS
2025-12-3111.6740
2026-01-0711.6198
2026-01-1411.6604
2026-01-2111.8177
2026-01-2812.1182
2026-02-0412.0120
2026-02-1112.2182
2026-02-1812.2638
2026-02-2512.2043
2026-03-0412.2489
2026-03-1112.2850
2026-03-1812.1217
2026-03-2512.1178
2026-04-0112.1072
2026-04-0811.9765
2026-04-1512.1057
2026-04-2212.0192
2026-04-2911.8861
2026-05-0611.9744
2026-05-1411.9419
2026-05-2111.7924
2026-05-2911.7685
2026-06-0511.8095
2026-06-1411.7197
2026-06-2111.5307
2026-06-2811.4379
2026-07-0511.5524
2026-07-1211.4393
2026-07-1911.4451
2026-07-2611.3357
2026-08-0211.4528
2026-08-0911.4530
2026-08-1611.3802
2026-08-2411.5100
2026-08-3111.4668
2026-09-0711.3976
2026-09-1411.3215
2026-09-2111.2329

High

12.2850

Low

11.1209

Average

11.7574

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.