Skip to content

TND to UZS exchange rate API

Tunisian Dinar to Uzbekistan Sum · quoted 2026-09-25

3994.94

▼ +1.59% over 30D

1 TND = 3994.94 UZS · 1 UZS = 0.000250 TND · Get this rate via the API

1 TND buys 3994.94 UZS as of 2026-09-25, so 1 UZS buys 0.000250 TND. Over the last 30 days, TND/UZS traded between 3994.94 and 4106.09, averaged 4043.17 and fell 1.59%. The API holds daily TND/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/UZS over 30D

TND/UZS over 30D: show the values
PointTND/UZS
2026-08-264059.46
2026-08-274074.87
2026-08-284065.91
2026-08-294048.19
2026-08-304054.70
2026-08-314106.09
2026-09-014056.85
2026-09-024047.45
2026-09-034049.68
2026-09-044053.38
2026-09-054056.81
2026-09-064046.40
2026-09-074038.16
2026-09-084057.55
2026-09-094073.65
2026-09-104070.85
2026-09-114054.24
2026-09-124068.52
2026-09-134064.34
2026-09-144052.33
2026-09-154002.15
2026-09-164037.17
2026-09-174020.27
2026-09-184060.08
2026-09-194028.48
2026-09-204023.58
2026-09-214018.88
2026-09-224006.14
2026-09-233995.15
2026-09-244000.36
2026-09-253994.94

High

4106.09

Low

3994.94

Average

4043.17

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/UZS API questions

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

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

How far back does TND/UZS historical data go?

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