Skip to content

TND to ZAR exchange rate API

Tunisian Dinar to Rand · quoted 2026-09-25

5.5202

▼ +3.66% over YTD

1 TND = 5.5202 ZAR · 1 ZAR = 0.18115 TND · Get this rate via the API

1 TND buys 5.5202 ZAR as of 2026-09-25, so 1 ZAR buys 0.18115 TND. Over the year to date, TND/ZAR traded between 5.4824 and 5.8189, averaged 5.6212 and fell 3.66%. The API holds daily TND/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ZAR over YTD

TND/ZAR over YTD: show the values
PointTND/ZAR
2025-12-315.7300
2026-01-075.6961
2026-01-145.6584
2026-01-215.6627
2026-01-285.6177
2026-02-045.5822
2026-02-115.5919
2026-02-185.6244
2026-02-255.5331
2026-03-045.6266
2026-03-115.6240
2026-03-185.7569
2026-03-255.8189
2026-04-015.7354
2026-04-085.6106
2026-04-155.6503
2026-04-225.7453
2026-04-295.7559
2026-05-065.6776
2026-05-145.6774
2026-05-215.6958
2026-05-295.5983
2026-06-055.5921
2026-06-145.5523
2026-06-215.5879
2026-06-285.5627
2026-07-055.5040
2026-07-125.5315
2026-07-195.6063
2026-07-265.6531
2026-08-025.6266
2026-08-095.5278
2026-08-165.5521
2026-08-245.5362
2026-08-315.5922
2026-09-075.4824
2026-09-145.6088
2026-09-215.5210

High

5.8189

Low

5.4824

Average

5.6212

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/ZAR API questions

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

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

How far back does TND/ZAR historical data go?

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