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: show the values
| Point | CHF/TJS |
|---|---|
| 2025-09-25 | 11.7763 |
| 2025-10-02 | 11.7157 |
| 2025-10-09 | 11.6030 |
| 2025-10-16 | 11.5100 |
| 2025-10-23 | 11.5613 |
| 2025-10-30 | 11.4612 |
| 2025-11-06 | 11.4601 |
| 2025-11-13 | 11.5892 |
| 2025-11-20 | 11.4348 |
| 2025-11-27 | 11.5028 |
| 2025-12-04 | 11.4867 |
| 2025-12-12 | 11.5728 |
| 2025-12-19 | 11.6009 |
| 2025-12-26 | 11.7317 |
| 2026-01-02 | 11.6420 |
| 2026-01-09 | 11.6378 |
| 2026-01-16 | 11.6453 |
| 2026-01-23 | 11.8097 |
| 2026-01-30 | 12.1870 |
| 2026-02-06 | 12.0416 |
| 2026-02-13 | 12.2520 |
| 2026-02-20 | 12.1743 |
| 2026-02-27 | 12.3180 |
| 2026-03-06 | 12.2503 |
| 2026-03-13 | 12.2064 |
| 2026-03-20 | 12.0808 |
| 2026-03-27 | 11.9912 |
| 2026-04-03 | 11.9495 |
| 2026-04-10 | 12.0432 |
| 2026-04-17 | 12.1210 |
| 2026-04-24 | 11.9692 |
| 2026-05-01 | 12.0100 |
| 2026-05-08 | 12.0433 |
| 2026-05-16 | 11.8538 |
| 2026-05-24 | 11.8399 |
| 2026-05-31 | 11.8326 |
| 2026-06-09 | 11.7444 |
| 2026-06-16 | 11.6762 |
| 2026-06-23 | 11.4554 |
| 2026-06-30 | 11.4220 |
| 2026-07-07 | 11.4595 |
| 2026-07-14 | 11.4472 |
| 2026-07-21 | 11.4068 |
| 2026-07-28 | 11.2798 |
| 2026-08-04 | 11.4193 |
| 2026-08-11 | 11.4073 |
| 2026-08-18 | 11.3671 |
| 2026-08-26 | 11.4613 |
| 2026-09-02 | 11.3496 |
| 2026-09-09 | 11.4422 |
| 2026-09-16 | 11.2653 |
| 2026-09-23 | 11.2263 |
High
12.3180
Low
11.1209
Average
11.6954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.