TND to ZAR exchange rate API
Tunisian Dinar to Rand · quoted 2026-09-25
5.5202
▼ +7.51% over 1Y
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 last year, TND/ZAR traded between 5.4884 and 5.9685, averaged 5.6914 and fell 7.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 1Y: show the values
| Point | TND/ZAR |
|---|---|
| 2025-09-25 | 5.9685 |
| 2025-10-02 | 5.9238 |
| 2025-10-09 | 5.8408 |
| 2025-10-16 | 5.9249 |
| 2025-10-23 | 5.9051 |
| 2025-10-30 | 5.9250 |
| 2025-11-06 | 5.8638 |
| 2025-11-13 | 5.7703 |
| 2025-11-20 | 5.8262 |
| 2025-11-27 | 5.8325 |
| 2025-12-04 | 5.8035 |
| 2025-12-12 | 5.7746 |
| 2025-12-19 | 5.7593 |
| 2025-12-26 | 5.7691 |
| 2026-01-02 | 5.7270 |
| 2026-01-09 | 5.7139 |
| 2026-01-16 | 5.6595 |
| 2026-01-23 | 5.6184 |
| 2026-01-30 | 5.6073 |
| 2026-02-06 | 5.6285 |
| 2026-02-13 | 5.6277 |
| 2026-02-20 | 5.6028 |
| 2026-02-27 | 5.5631 |
| 2026-03-06 | 5.7560 |
| 2026-03-13 | 5.7288 |
| 2026-03-20 | 5.7929 |
| 2026-03-27 | 5.8727 |
| 2026-04-03 | 5.7966 |
| 2026-04-10 | 5.6968 |
| 2026-04-17 | 5.6784 |
| 2026-04-24 | 5.7457 |
| 2026-05-01 | 5.7859 |
| 2026-05-08 | 5.6421 |
| 2026-05-16 | 5.7428 |
| 2026-05-24 | 5.6274 |
| 2026-05-31 | 5.5993 |
| 2026-06-09 | 5.6281 |
| 2026-06-16 | 5.5502 |
| 2026-06-23 | 5.6054 |
| 2026-06-30 | 5.5519 |
| 2026-07-07 | 5.5082 |
| 2026-07-14 | 5.5751 |
| 2026-07-21 | 5.5798 |
| 2026-07-28 | 5.6619 |
| 2026-08-04 | 5.6185 |
| 2026-08-11 | 5.5297 |
| 2026-08-18 | 5.5603 |
| 2026-08-26 | 5.4884 |
| 2026-09-02 | 5.5133 |
| 2026-09-09 | 5.5330 |
| 2026-09-16 | 5.5794 |
| 2026-09-23 | 5.5407 |
High
5.9685
Low
5.4884
Average
5.6914
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.