Skip to content

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

TND/ARS over 6M: show the values
PointTND/ARS
2026-03-29472.7775
2026-04-05473.0609
2026-04-12469.9675
2026-04-19470.8331
2026-04-26476.9481
2026-05-03483.3577
2026-05-10482.8167
2026-05-18475.4306
2026-05-26483.6981
2026-06-02490.8386
2026-06-11489.9464
2026-06-18491.8584
2026-06-25499.8587
2026-07-02506.8455
2026-07-09505.0513
2026-07-16501.4352
2026-07-23503.5358
2026-07-30507.7089
2026-08-06512.7926
2026-08-13508.4752
2026-08-21516.5277
2026-08-28520.7571
2026-09-04519.0618
2026-09-11520.3095
2026-09-18518.4537

High

520.7571

Low

469.9675

Average

496.7430

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.