Skip to content

TND to ARS exchange rate API

Tunisian Dinar to Argentine Peso · quoted 2026-09-25

512.9711

▲ +65.62% over 5Y

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 5 years, TND/ARS traded between 309.7367 and 517.3696, averaged 432.7838 and rose 65.62%. 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 5Y

TND/ARS over 5Y: show the values
PointTND/ARS
2024-08-24309.7367
2024-10-07318.3966
2024-11-06320.0398
2024-12-06321.5988
2025-01-05321.8492
2025-02-04328.2327
2025-03-06342.9001
2025-04-06350.9964
2025-05-06400.6450
2025-06-07400.8397
2025-07-07427.1259
2025-08-06461.7804
2025-09-05467.6133
2025-10-06490.8078
2025-11-05493.8003
2025-12-05492.3276
2026-01-05510.2878
2026-02-04506.1240
2026-03-06484.5464
2026-04-05473.0609
2026-05-05485.8711
2026-06-06494.8756
2026-07-08505.7881
2026-08-07512.7939
2026-09-07517.3696

High

517.3696

Low

309.7367

Average

432.7838

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.