Skip to content

TND to ARS exchange rate API

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

512.9711

▲ +2.06% over YTD

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 year to date, TND/ARS traded between 470.2020 and 523.2806, averaged 496.5833 and rose 2.06%. 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 YTD

TND/ARS over YTD: show the values
PointTND/ARS
2025-12-31502.6046
2026-01-07507.9266
2026-01-14503.2479
2026-01-21497.9433
2026-01-28510.2312
2026-02-04506.1240
2026-02-11494.1671
2026-02-18489.2754
2026-02-25481.2632
2026-03-04487.8340
2026-03-11479.8798
2026-03-18476.0240
2026-03-25480.7511
2026-04-01472.5122
2026-04-08479.1427
2026-04-15470.2020
2026-04-22479.6085
2026-04-29487.1011
2026-05-06482.0123
2026-05-14481.7292
2026-05-21480.7315
2026-05-29486.3508
2026-06-05493.8868
2026-06-14489.1005
2026-06-21496.8212
2026-06-28499.0034
2026-07-05504.8292
2026-07-12503.4859
2026-07-19500.9616
2026-07-26504.5199
2026-08-02506.6223
2026-08-09513.1215
2026-08-16510.2734
2026-08-24519.0674
2026-08-31523.2806
2026-09-07517.3696
2026-09-14522.2437
2026-09-21512.5296

High

523.2806

Low

470.2020

Average

496.5833

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.