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: show the values
| Point | TND/UZS |
|---|---|
| 2025-09-25 | 4197.33 |
| 2025-10-02 | 4168.38 |
| 2025-10-09 | 4118.01 |
| 2025-10-16 | 4172.44 |
| 2025-10-23 | 4101.85 |
| 2025-10-30 | 4099.26 |
| 2025-11-06 | 4050.58 |
| 2025-11-13 | 4070.87 |
| 2025-11-20 | 4026.35 |
| 2025-11-27 | 4033.27 |
| 2025-12-04 | 4097.78 |
| 2025-12-12 | 4120.91 |
| 2025-12-19 | 4135.50 |
| 2025-12-26 | 4185.19 |
| 2026-01-02 | 4167.93 |
| 2026-01-09 | 4161.02 |
| 2026-01-16 | 4138.13 |
| 2026-01-23 | 4226.36 |
| 2026-01-30 | 4272.41 |
| 2026-02-06 | 4290.30 |
| 2026-02-13 | 4307.33 |
| 2026-02-20 | 4229.74 |
| 2026-02-27 | 4235.66 |
| 2026-03-06 | 4193.63 |
| 2026-03-13 | 4134.95 |
| 2026-03-20 | 4175.87 |
| 2026-03-27 | 4163.14 |
| 2026-04-03 | 4137.03 |
| 2026-04-10 | 4237.54 |
| 2026-04-17 | 4215.63 |
| 2026-04-24 | 4180.40 |
| 2026-05-01 | 4142.07 |
| 2026-05-08 | 4177.50 |
| 2026-05-16 | 4123.16 |
| 2026-05-24 | 4111.50 |
| 2026-05-31 | 4132.57 |
| 2026-06-09 | 4113.57 |
| 2026-06-16 | 4115.25 |
| 2026-06-23 | 4085.12 |
| 2026-06-30 | 4088.50 |
| 2026-07-07 | 4081.12 |
| 2026-07-14 | 4106.81 |
| 2026-07-21 | 4061.72 |
| 2026-07-28 | 4054.60 |
| 2026-08-04 | 4098.84 |
| 2026-08-11 | 4076.36 |
| 2026-08-18 | 4074.09 |
| 2026-08-26 | 4059.46 |
| 2026-09-02 | 4047.45 |
| 2026-09-09 | 4073.65 |
| 2026-09-16 | 4037.17 |
| 2026-09-23 | 3995.15 |
High
4307.33
Low
3994.94
Average
4130.10
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.