TND to ARS exchange rate API
Tunisian Dinar to Argentine Peso · quoted 2026-09-25
512.9711
▲ +2.06% over YTD
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 year to date, TND/ARS traded between 470.2020 and 523.2806, averaged 496.5833 and rose 2.06%. 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 YTD: show the values
| Point | TND/ARS |
|---|---|
| 2025-12-31 | 502.6046 |
| 2026-01-07 | 507.9266 |
| 2026-01-14 | 503.2479 |
| 2026-01-21 | 497.9433 |
| 2026-01-28 | 510.2312 |
| 2026-02-04 | 506.1240 |
| 2026-02-11 | 494.1671 |
| 2026-02-18 | 489.2754 |
| 2026-02-25 | 481.2632 |
| 2026-03-04 | 487.8340 |
| 2026-03-11 | 479.8798 |
| 2026-03-18 | 476.0240 |
| 2026-03-25 | 480.7511 |
| 2026-04-01 | 472.5122 |
| 2026-04-08 | 479.1427 |
| 2026-04-15 | 470.2020 |
| 2026-04-22 | 479.6085 |
| 2026-04-29 | 487.1011 |
| 2026-05-06 | 482.0123 |
| 2026-05-14 | 481.7292 |
| 2026-05-21 | 480.7315 |
| 2026-05-29 | 486.3508 |
| 2026-06-05 | 493.8868 |
| 2026-06-14 | 489.1005 |
| 2026-06-21 | 496.8212 |
| 2026-06-28 | 499.0034 |
| 2026-07-05 | 504.8292 |
| 2026-07-12 | 503.4859 |
| 2026-07-19 | 500.9616 |
| 2026-07-26 | 504.5199 |
| 2026-08-02 | 506.6223 |
| 2026-08-09 | 513.1215 |
| 2026-08-16 | 510.2734 |
| 2026-08-24 | 519.0674 |
| 2026-08-31 | 523.2806 |
| 2026-09-07 | 517.3696 |
| 2026-09-14 | 522.2437 |
| 2026-09-21 | 512.5296 |
High
523.2806
Low
470.2020
Average
496.5833
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.