ZAR to TND exchange rate API
Rand to Tunisian Dinar · quoted 2026-09-25
0.18115
▲ +8.12% over 1Y
1 ZAR = 0.18115 TND · 1 TND = 5.5202 ZAR · Get this rate via the API
1 ZAR buys 0.18115 TND as of 2026-09-25, so 1 TND buys 5.5202 ZAR. Over the last year, ZAR/TND traded between 0.16754 and 0.18220, averaged 0.17579 and rose 8.12%. The API holds daily ZAR/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZAR/TND over 1Y: show the values
| Point | ZAR/TND |
|---|---|
| 2025-09-25 | 0.16754 |
| 2025-10-02 | 0.16881 |
| 2025-10-09 | 0.17121 |
| 2025-10-16 | 0.16878 |
| 2025-10-23 | 0.16934 |
| 2025-10-30 | 0.16878 |
| 2025-11-06 | 0.17054 |
| 2025-11-13 | 0.17330 |
| 2025-11-20 | 0.17164 |
| 2025-11-27 | 0.17145 |
| 2025-12-04 | 0.17231 |
| 2025-12-12 | 0.17317 |
| 2025-12-19 | 0.17363 |
| 2025-12-26 | 0.17334 |
| 2026-01-02 | 0.17461 |
| 2026-01-09 | 0.17501 |
| 2026-01-16 | 0.17669 |
| 2026-01-23 | 0.17799 |
| 2026-01-30 | 0.17834 |
| 2026-02-06 | 0.17767 |
| 2026-02-13 | 0.17769 |
| 2026-02-20 | 0.17848 |
| 2026-02-27 | 0.17975 |
| 2026-03-06 | 0.17373 |
| 2026-03-13 | 0.17456 |
| 2026-03-20 | 0.17262 |
| 2026-03-27 | 0.17028 |
| 2026-04-03 | 0.17251 |
| 2026-04-10 | 0.17554 |
| 2026-04-17 | 0.17611 |
| 2026-04-24 | 0.17404 |
| 2026-05-01 | 0.17283 |
| 2026-05-08 | 0.17724 |
| 2026-05-16 | 0.17413 |
| 2026-05-24 | 0.17770 |
| 2026-05-31 | 0.17859 |
| 2026-06-09 | 0.17768 |
| 2026-06-16 | 0.18017 |
| 2026-06-23 | 0.17840 |
| 2026-06-30 | 0.18012 |
| 2026-07-07 | 0.18155 |
| 2026-07-14 | 0.17937 |
| 2026-07-21 | 0.17922 |
| 2026-07-28 | 0.17662 |
| 2026-08-04 | 0.17798 |
| 2026-08-11 | 0.18084 |
| 2026-08-18 | 0.17985 |
| 2026-08-26 | 0.18220 |
| 2026-09-02 | 0.18138 |
| 2026-09-09 | 0.18073 |
| 2026-09-16 | 0.17923 |
| 2026-09-23 | 0.18048 |
High
0.18220
Low
0.16754
Average
0.17579
Get this rate via the API
One GET request returns the ZAR/TND 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=ZAR¤cies=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=TND").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/TND API questions
How do I get the ZAR/TND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/TND rate in rates.TND.
How far back does ZAR/TND historical data go?
Daily ZAR/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 ZAR/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.