TND to UGX exchange rate API
Tunisian Dinar to Uganda Shilling · quoted 2026-09-25
1328.20
▲ +5.98% over YTD
1 TND = 1328.20 UGX · 1 UGX = 0.000753 TND · Get this rate via the API
1 TND buys 1328.20 UGX as of 2026-09-25, so 1 UGX buys 0.000753 TND. Over the year to date, TND/UGX traded between 1201.88 and 1336.71, averaged 1275.74 and rose 5.98%. The API holds daily TND/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/UGX over YTD: show the values
| Point | TND/UGX |
|---|---|
| 2025-12-31 | 1253.29 |
| 2026-01-07 | 1254.25 |
| 2026-01-14 | 1236.14 |
| 2026-01-21 | 1201.88 |
| 2026-01-28 | 1263.85 |
| 2026-02-04 | 1248.36 |
| 2026-02-11 | 1250.32 |
| 2026-02-18 | 1240.48 |
| 2026-02-25 | 1249.99 |
| 2026-03-04 | 1283.44 |
| 2026-03-11 | 1275.35 |
| 2026-03-18 | 1283.57 |
| 2026-03-25 | 1287.96 |
| 2026-04-01 | 1285.70 |
| 2026-04-08 | 1291.10 |
| 2026-04-15 | 1277.82 |
| 2026-04-22 | 1292.22 |
| 2026-04-29 | 1289.73 |
| 2026-05-06 | 1303.78 |
| 2026-05-14 | 1299.01 |
| 2026-05-21 | 1297.73 |
| 2026-05-29 | 1302.82 |
| 2026-06-05 | 1296.32 |
| 2026-06-14 | 1282.97 |
| 2026-06-21 | 1236.55 |
| 2026-06-28 | 1240.16 |
| 2026-07-05 | 1238.29 |
| 2026-07-12 | 1247.10 |
| 2026-07-19 | 1252.37 |
| 2026-07-26 | 1272.54 |
| 2026-08-02 | 1278.53 |
| 2026-08-09 | 1275.52 |
| 2026-08-16 | 1273.10 |
| 2026-08-24 | 1287.82 |
| 2026-08-31 | 1308.99 |
| 2026-09-07 | 1294.52 |
| 2026-09-14 | 1335.26 |
| 2026-09-21 | 1336.71 |
High
1336.71
Low
1201.88
Average
1275.74
Get this rate via the API
One GET request returns the TND/UGX 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=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/UGX API questions
How do I get the TND/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/UGX rate in rates.UGX.
How far back does TND/UGX historical data go?
Daily TND/UGX 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/UGX 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.