TND to ARS exchange rate API
Tunisian Dinar to Argentine Peso · quoted 2026-09-25
512.9711
▲ +11.49% over 1Y
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 year, TND/ARS traded between 460.1242 and 521.3972, averaged 493.6754 and rose 11.49%. 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 1Y: show the values
| Point | TND/ARS |
|---|---|
| 2025-09-25 | 460.1242 |
| 2025-10-02 | 490.6624 |
| 2025-10-09 | 488.3019 |
| 2025-10-16 | 465.8397 |
| 2025-10-23 | 506.6738 |
| 2025-10-30 | 491.1376 |
| 2025-11-06 | 490.3918 |
| 2025-11-13 | 477.9182 |
| 2025-11-20 | 475.2403 |
| 2025-11-27 | 493.3927 |
| 2025-12-04 | 496.6037 |
| 2025-12-12 | 492.1531 |
| 2025-12-19 | 497.8047 |
| 2025-12-26 | 501.8609 |
| 2026-01-02 | 502.9479 |
| 2026-01-09 | 504.2336 |
| 2026-01-16 | 498.0237 |
| 2026-01-23 | 497.2999 |
| 2026-01-30 | 508.2106 |
| 2026-02-06 | 503.4100 |
| 2026-02-13 | 492.0278 |
| 2026-02-20 | 483.9504 |
| 2026-02-27 | 491.3338 |
| 2026-03-06 | 484.5464 |
| 2026-03-13 | 475.9311 |
| 2026-03-20 | 478.5393 |
| 2026-03-27 | 467.3194 |
| 2026-04-03 | 473.7758 |
| 2026-04-10 | 479.2413 |
| 2026-04-17 | 470.0313 |
| 2026-04-24 | 483.1894 |
| 2026-05-01 | 483.0481 |
| 2026-05-08 | 479.5304 |
| 2026-05-16 | 479.7816 |
| 2026-05-24 | 480.7295 |
| 2026-05-31 | 485.3786 |
| 2026-06-09 | 494.7226 |
| 2026-06-16 | 489.8527 |
| 2026-06-23 | 496.9849 |
| 2026-06-30 | 502.3455 |
| 2026-07-07 | 503.9919 |
| 2026-07-14 | 502.1545 |
| 2026-07-21 | 502.6975 |
| 2026-07-28 | 504.9791 |
| 2026-08-04 | 510.4526 |
| 2026-08-11 | 512.1372 |
| 2026-08-18 | 510.0596 |
| 2026-08-26 | 521.2242 |
| 2026-09-02 | 518.2039 |
| 2026-09-09 | 521.3972 |
| 2026-09-16 | 516.8061 |
| 2026-09-23 | 513.2324 |
High
521.3972
Low
460.1242
Average
493.6754
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.