TND to ARS exchange rate API
Tunisian Dinar to Argentine Peso · quoted 2026-09-25
512.9711
▲ +65.62% over 5Y
1 TND = 512.9711 ARS · 1 ARS = 0.001949 TND · Get this rate via the API
1 TND buys 512.9711 ARS as of 2026-09-25, so 1 ARS buys 0.001949 TND. Over the last 5 years, TND/ARS traded between 309.7367 and 517.3696, averaged 432.7838 and rose 65.62%. The API holds daily TND/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/ARS over 5Y: show the values
| Point | TND/ARS |
|---|---|
| 2024-08-24 | 309.7367 |
| 2024-10-07 | 318.3966 |
| 2024-11-06 | 320.0398 |
| 2024-12-06 | 321.5988 |
| 2025-01-05 | 321.8492 |
| 2025-02-04 | 328.2327 |
| 2025-03-06 | 342.9001 |
| 2025-04-06 | 350.9964 |
| 2025-05-06 | 400.6450 |
| 2025-06-07 | 400.8397 |
| 2025-07-07 | 427.1259 |
| 2025-08-06 | 461.7804 |
| 2025-09-05 | 467.6133 |
| 2025-10-06 | 490.8078 |
| 2025-11-05 | 493.8003 |
| 2025-12-05 | 492.3276 |
| 2026-01-05 | 510.2878 |
| 2026-02-04 | 506.1240 |
| 2026-03-06 | 484.5464 |
| 2026-04-05 | 473.0609 |
| 2026-05-05 | 485.8711 |
| 2026-06-06 | 494.8756 |
| 2026-07-08 | 505.7881 |
| 2026-08-07 | 512.7939 |
| 2026-09-07 | 517.3696 |
High
517.3696
Low
309.7367
Average
432.7838
Get this rate via the API
One GET request returns the TND/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/ARS API questions
How do I get the TND/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/ARS rate in rates.ARS.
How far back does TND/ARS historical data go?
Daily TND/ARS 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/ARS 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.