Skip to content

TND to USD exchange rate API

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

0.33840

▼ +1.98% over 1Y

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

1 TND buys 0.33840 USD as of 2026-09-24, so 1 USD buys 2.9551 TND. Over the last year, TND/USD traded between 0.33725 and 0.35300, averaged 0.34320 and fell 1.98%. The API holds daily TND/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/USD over 1Y

TND/USD over 1Y: show the values
PointTND/USD
2025-09-240.34524
2025-10-010.34436
2025-10-080.34177
2025-10-150.34105
2025-10-220.34059
2025-10-290.34270
2025-11-050.33880
2025-11-120.34011
2025-11-190.33926
2025-11-260.33892
2025-12-030.33982
2025-12-110.34165
2025-12-180.34340
2025-12-250.34569
2026-01-010.34577
2026-01-080.34527
2026-01-150.34586
2026-01-220.34679
2026-01-290.35300
2026-02-050.34960
2026-02-120.34699
2026-02-190.34940
2026-02-260.34952
2026-03-050.34474
2026-03-120.34137
2026-03-190.34129
2026-03-260.34272
2026-04-020.34140
2026-04-090.34578
2026-04-160.34530
2026-04-230.34273
2026-04-300.34575
2026-05-070.34813
2026-05-150.34626
2026-05-230.34238
2026-05-300.34431
2026-06-060.34137
2026-06-150.34522
2026-06-220.34250
2026-06-290.34149
2026-07-060.33922
2026-07-130.33832
2026-07-200.33896
2026-07-270.33725
2026-08-030.34086
2026-08-100.34247
2026-08-170.34222
2026-08-250.34461
2026-09-010.34346
2026-09-080.34469
2026-09-150.34112
2026-09-220.33959

High

0.35300

Low

0.33725

Average

0.34320

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/USD API questions

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

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

How far back does TND/USD historical data go?

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