CHF to TND exchange rate API
Swiss Franc to Tunisian Dinar · quoted 2026-09-25
3.5695
▼ +2.25% over 1Y
1 CHF = 3.5695 TND · 1 TND = 0.28015 CHF · Get this rate via the API
1 CHF buys 3.5695 TND as of 2026-09-25, so 1 TND buys 0.28015 CHF. Over the last year, CHF/TND traded between 3.5600 and 3.7381, averaged 3.6568 and fell 2.25%. The API holds daily CHF/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/TND over 1Y: show the values
| Point | CHF/TND |
|---|---|
| 2025-09-25 | 3.6515 |
| 2025-10-02 | 3.6470 |
| 2025-10-09 | 3.6522 |
| 2025-10-16 | 3.6602 |
| 2025-10-23 | 3.6823 |
| 2025-10-30 | 3.6447 |
| 2025-11-06 | 3.6618 |
| 2025-11-13 | 3.7036 |
| 2025-11-20 | 3.6656 |
| 2025-11-27 | 3.6536 |
| 2025-12-04 | 3.6547 |
| 2025-12-12 | 3.6690 |
| 2025-12-19 | 3.6613 |
| 2025-12-26 | 3.6614 |
| 2026-01-02 | 3.6357 |
| 2026-01-09 | 3.6259 |
| 2026-01-16 | 3.6121 |
| 2026-01-23 | 3.6373 |
| 2026-01-30 | 3.6986 |
| 2026-02-06 | 3.6825 |
| 2026-02-13 | 3.7052 |
| 2026-02-20 | 3.7021 |
| 2026-02-27 | 3.7155 |
| 2026-03-06 | 3.7124 |
| 2026-03-13 | 3.7244 |
| 2026-03-20 | 3.7029 |
| 2026-03-27 | 3.6732 |
| 2026-04-03 | 3.6654 |
| 2026-04-10 | 3.6545 |
| 2026-04-17 | 3.6876 |
| 2026-04-24 | 3.6699 |
| 2026-05-01 | 3.6893 |
| 2026-05-08 | 3.7381 |
| 2026-05-16 | 3.6930 |
| 2026-05-24 | 3.7183 |
| 2026-05-31 | 3.7170 |
| 2026-06-09 | 3.6751 |
| 2026-06-16 | 3.6664 |
| 2026-06-23 | 3.6315 |
| 2026-06-30 | 3.6427 |
| 2026-07-07 | 3.6563 |
| 2026-07-14 | 3.6379 |
| 2026-07-21 | 3.6343 |
| 2026-07-28 | 3.6161 |
| 2026-08-04 | 3.6157 |
| 2026-08-11 | 3.6107 |
| 2026-08-18 | 3.5900 |
| 2026-08-26 | 3.6076 |
| 2026-09-02 | 3.5864 |
| 2026-09-09 | 3.5919 |
| 2026-09-16 | 3.5600 |
| 2026-09-23 | 3.5854 |
High
3.7381
Low
3.5600
Average
3.6568
Get this rate via the API
One GET request returns the CHF/TND 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=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TND").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/TND API questions
How do I get the CHF/TND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/TND rate in rates.TND.
How far back does CHF/TND historical data go?
Daily CHF/TND 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/TND 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.