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: show the values
| Point | TND/UZS |
|---|---|
| 2026-08-26 | 4059.46 |
| 2026-08-27 | 4074.87 |
| 2026-08-28 | 4065.91 |
| 2026-08-29 | 4048.19 |
| 2026-08-30 | 4054.70 |
| 2026-08-31 | 4106.09 |
| 2026-09-01 | 4056.85 |
| 2026-09-02 | 4047.45 |
| 2026-09-03 | 4049.68 |
| 2026-09-04 | 4053.38 |
| 2026-09-05 | 4056.81 |
| 2026-09-06 | 4046.40 |
| 2026-09-07 | 4038.16 |
| 2026-09-08 | 4057.55 |
| 2026-09-09 | 4073.65 |
| 2026-09-10 | 4070.85 |
| 2026-09-11 | 4054.24 |
| 2026-09-12 | 4068.52 |
| 2026-09-13 | 4064.34 |
| 2026-09-14 | 4052.33 |
| 2026-09-15 | 4002.15 |
| 2026-09-16 | 4037.17 |
| 2026-09-17 | 4020.27 |
| 2026-09-18 | 4060.08 |
| 2026-09-19 | 4028.48 |
| 2026-09-20 | 4023.58 |
| 2026-09-21 | 4018.88 |
| 2026-09-22 | 4006.14 |
| 2026-09-23 | 3995.15 |
| 2026-09-24 | 4000.36 |
| 2026-09-25 | 3994.94 |
High
4106.09
Low
3994.94
Average
4043.17
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.