Skip to content

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

CHF/TND over 1Y: show the values
PointCHF/TND
2025-09-253.6515
2025-10-023.6470
2025-10-093.6522
2025-10-163.6602
2025-10-233.6823
2025-10-303.6447
2025-11-063.6618
2025-11-133.7036
2025-11-203.6656
2025-11-273.6536
2025-12-043.6547
2025-12-123.6690
2025-12-193.6613
2025-12-263.6614
2026-01-023.6357
2026-01-093.6259
2026-01-163.6121
2026-01-233.6373
2026-01-303.6986
2026-02-063.6825
2026-02-133.7052
2026-02-203.7021
2026-02-273.7155
2026-03-063.7124
2026-03-133.7244
2026-03-203.7029
2026-03-273.6732
2026-04-033.6654
2026-04-103.6545
2026-04-173.6876
2026-04-243.6699
2026-05-013.6893
2026-05-083.7381
2026-05-163.6930
2026-05-243.7183
2026-05-313.7170
2026-06-093.6751
2026-06-163.6664
2026-06-233.6315
2026-06-303.6427
2026-07-073.6563
2026-07-143.6379
2026-07-213.6343
2026-07-283.6161
2026-08-043.6157
2026-08-113.6107
2026-08-183.5900
2026-08-263.6076
2026-09-023.5864
2026-09-093.5919
2026-09-163.5600
2026-09-233.5854

High

3.7381

Low

3.5600

Average

3.6568

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TND");
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=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&currencies=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.