Skip to content

TND to CHF exchange rate API

Tunisian Dinar to Swiss Franc · quoted 2026-09-26

0.28010

▲ +2.30% over 1Y

1 TND = 0.28010 CHF · 1 CHF = 3.5702 TND · Get this rate via the API

1 TND buys 0.28010 CHF as of 2026-09-26, so 1 CHF buys 3.5702 TND. Over the last year, TND/CHF traded between 0.26425 and 0.28126, averaged 0.27351 and rose 2.30%. The API holds daily TND/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/CHF over 1Y

TND/CHF over 1Y: show the values
PointTND/CHF
2025-09-260.27379
2025-10-030.27399
2025-10-100.27442
2025-10-170.27120
2025-10-240.27111
2025-10-310.27296
2025-11-070.27330
2025-11-140.27026
2025-11-210.27270
2025-11-280.27312
2025-12-050.27386
2025-12-130.27176
2025-12-200.27144
2025-12-270.27129
2026-01-030.27543
2026-01-100.27563
2026-01-170.27637
2026-01-240.27087
2026-01-310.27034
2026-02-070.27229
2026-02-140.26962
2026-02-210.27105
2026-02-280.26892
2026-03-070.26425
2026-03-140.26954
2026-03-210.26930
2026-03-280.27290
2026-04-040.27195
2026-04-110.27337
2026-04-180.27259
2026-04-250.27322
2026-05-020.27159
2026-05-090.27109
2026-05-170.27055
2026-05-250.26860
2026-06-010.27387
2026-06-100.27391
2026-06-170.27248
2026-06-240.27596
2026-07-010.27510
2026-07-080.27412
2026-07-150.27546
2026-07-220.27584
2026-07-290.27774
2026-08-050.27701
2026-08-120.27774
2026-08-200.27570
2026-08-270.27738
2026-09-030.27762
2026-09-100.27991
2026-09-170.28126
2026-09-240.28011

High

0.28126

Low

0.26425

Average

0.27351

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/CHF API questions

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

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

How far back does TND/CHF historical data go?

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