TND to ARS exchange rate API
Tunisian Dinar to Argentine Peso · quoted 2026-09-25
512.9711
▲ +8.50% over 6M
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 6 months, TND/ARS traded between 469.9675 and 520.7571, averaged 496.7430 and rose 8.50%. 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 6M: show the values
| Point | TND/ARS |
|---|---|
| 2026-03-29 | 472.7775 |
| 2026-04-05 | 473.0609 |
| 2026-04-12 | 469.9675 |
| 2026-04-19 | 470.8331 |
| 2026-04-26 | 476.9481 |
| 2026-05-03 | 483.3577 |
| 2026-05-10 | 482.8167 |
| 2026-05-18 | 475.4306 |
| 2026-05-26 | 483.6981 |
| 2026-06-02 | 490.8386 |
| 2026-06-11 | 489.9464 |
| 2026-06-18 | 491.8584 |
| 2026-06-25 | 499.8587 |
| 2026-07-02 | 506.8455 |
| 2026-07-09 | 505.0513 |
| 2026-07-16 | 501.4352 |
| 2026-07-23 | 503.5358 |
| 2026-07-30 | 507.7089 |
| 2026-08-06 | 512.7926 |
| 2026-08-13 | 508.4752 |
| 2026-08-21 | 516.5277 |
| 2026-08-28 | 520.7571 |
| 2026-09-04 | 519.0618 |
| 2026-09-11 | 520.3095 |
| 2026-09-18 | 518.4537 |
High
520.7571
Low
469.9675
Average
496.7430
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.