Skip to content

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

TND/ARS over 1Y: show the values
PointTND/ARS
2025-09-25460.1242
2025-10-02490.6624
2025-10-09488.3019
2025-10-16465.8397
2025-10-23506.6738
2025-10-30491.1376
2025-11-06490.3918
2025-11-13477.9182
2025-11-20475.2403
2025-11-27493.3927
2025-12-04496.6037
2025-12-12492.1531
2025-12-19497.8047
2025-12-26501.8609
2026-01-02502.9479
2026-01-09504.2336
2026-01-16498.0237
2026-01-23497.2999
2026-01-30508.2106
2026-02-06503.4100
2026-02-13492.0278
2026-02-20483.9504
2026-02-27491.3338
2026-03-06484.5464
2026-03-13475.9311
2026-03-20478.5393
2026-03-27467.3194
2026-04-03473.7758
2026-04-10479.2413
2026-04-17470.0313
2026-04-24483.1894
2026-05-01483.0481
2026-05-08479.5304
2026-05-16479.7816
2026-05-24480.7295
2026-05-31485.3786
2026-06-09494.7226
2026-06-16489.8527
2026-06-23496.9849
2026-06-30502.3455
2026-07-07503.9919
2026-07-14502.1545
2026-07-21502.6975
2026-07-28504.9791
2026-08-04510.4526
2026-08-11512.1372
2026-08-18510.0596
2026-08-26521.2242
2026-09-02518.2039
2026-09-09521.3972
2026-09-16516.8061
2026-09-23513.2324

High

521.3972

Low

460.1242

Average

493.6754

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.