Skip to content

TND to UZS exchange rate API

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

3994.94

▼ +4.82% over 1Y

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 year, TND/UZS traded between 3994.94 and 4307.33, averaged 4130.10 and fell 4.82%. 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 1Y

TND/UZS over 1Y: show the values
PointTND/UZS
2025-09-254197.33
2025-10-024168.38
2025-10-094118.01
2025-10-164172.44
2025-10-234101.85
2025-10-304099.26
2025-11-064050.58
2025-11-134070.87
2025-11-204026.35
2025-11-274033.27
2025-12-044097.78
2025-12-124120.91
2025-12-194135.50
2025-12-264185.19
2026-01-024167.93
2026-01-094161.02
2026-01-164138.13
2026-01-234226.36
2026-01-304272.41
2026-02-064290.30
2026-02-134307.33
2026-02-204229.74
2026-02-274235.66
2026-03-064193.63
2026-03-134134.95
2026-03-204175.87
2026-03-274163.14
2026-04-034137.03
2026-04-104237.54
2026-04-174215.63
2026-04-244180.40
2026-05-014142.07
2026-05-084177.50
2026-05-164123.16
2026-05-244111.50
2026-05-314132.57
2026-06-094113.57
2026-06-164115.25
2026-06-234085.12
2026-06-304088.50
2026-07-074081.12
2026-07-144106.81
2026-07-214061.72
2026-07-284054.60
2026-08-044098.84
2026-08-114076.36
2026-08-184074.09
2026-08-264059.46
2026-09-024047.45
2026-09-094073.65
2026-09-164037.17
2026-09-233995.15

High

4307.33

Low

3994.94

Average

4130.10

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.