TND to ZAR exchange rate API
Tunisian Dinar to Rand · quoted 2026-09-25
5.5290
▼ +3.51% over YTD
1 TND = 5.5290 ZAR · 1 ZAR = 0.18087 TND · Get this rate via the API
1 TND buys 5.5290 ZAR as of 2026-09-25, so 1 ZAR buys 0.18087 TND. Over the year to date, TND/ZAR traded between 5.4824 and 5.8189, averaged 5.6214 and fell 3.51%. 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: show the values
| Point | TND/ZAR |
|---|---|
| 2025-12-31 | 5.7300 |
| 2026-01-07 | 5.6961 |
| 2026-01-14 | 5.6584 |
| 2026-01-21 | 5.6627 |
| 2026-01-28 | 5.6177 |
| 2026-02-04 | 5.5822 |
| 2026-02-11 | 5.5919 |
| 2026-02-18 | 5.6244 |
| 2026-02-25 | 5.5331 |
| 2026-03-04 | 5.6266 |
| 2026-03-11 | 5.6240 |
| 2026-03-18 | 5.7569 |
| 2026-03-25 | 5.8189 |
| 2026-04-01 | 5.7354 |
| 2026-04-08 | 5.6106 |
| 2026-04-15 | 5.6503 |
| 2026-04-22 | 5.7453 |
| 2026-04-29 | 5.7559 |
| 2026-05-06 | 5.6776 |
| 2026-05-14 | 5.6774 |
| 2026-05-21 | 5.6958 |
| 2026-05-29 | 5.5983 |
| 2026-06-05 | 5.5921 |
| 2026-06-14 | 5.5523 |
| 2026-06-21 | 5.5879 |
| 2026-06-28 | 5.5627 |
| 2026-07-05 | 5.5040 |
| 2026-07-12 | 5.5315 |
| 2026-07-19 | 5.6063 |
| 2026-07-26 | 5.6531 |
| 2026-08-02 | 5.6266 |
| 2026-08-09 | 5.5278 |
| 2026-08-16 | 5.5521 |
| 2026-08-24 | 5.5362 |
| 2026-08-31 | 5.5922 |
| 2026-09-07 | 5.4824 |
| 2026-09-14 | 5.6088 |
| 2026-09-21 | 5.5210 |
High
5.8189
Low
5.4824
Average
5.6214
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.