Skip to content

USD to TND exchange rate API

US Dollar to Tunisian Dinar · quoted 2026-09-25

2.9551

▲ +1.90% over 30D

1 USD = 2.9551 TND · 1 TND = 0.33840 USD · Get this rate via the API

1 USD buys 2.9551 TND as of 2026-09-25, so 1 TND buys 0.33840 USD. Over the last 30 days, USD/TND traded between 2.8819 and 2.9551, averaged 2.9172 and rose 1.90%. The API holds daily USD/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/TND over 30D

USD/TND over 30D: show the values
PointUSD/TND
2026-08-262.8999
2026-08-272.9027
2026-08-282.9038
2026-08-292.9211
2026-08-302.9162
2026-08-312.8819
2026-09-012.9115
2026-09-022.9192
2026-09-032.9120
2026-09-042.9061
2026-09-052.9071
2026-09-062.9130
2026-09-072.9169
2026-09-082.9011
2026-09-092.8989
2026-09-102.9008
2026-09-112.9073
2026-09-122.8973
2026-09-132.8951
2026-09-142.8971
2026-09-152.9315
2026-09-162.9157
2026-09-172.9314
2026-09-182.9125
2026-09-192.9402
2026-09-202.9425
2026-09-212.9450
2026-09-222.9447
2026-09-232.9504
2026-09-242.9551

High

2.9551

Low

2.8819

Average

2.9172

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/TND API questions

How do I get the USD/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/TND rate in rates.TND.

How far back does USD/TND historical data go?

Daily USD/TND 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 USD/TND 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.