TND to UGX exchange rate API
Tunisian Dinar to Uganda Shilling · quoted 2026-09-25
1328.20
▲ +10.32% over 1Y
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 last year, TND/UGX traded between 1173.04 and 1340.74, averaged 1256.02 and rose 10.32%. 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 1Y: show the values
| Point | TND/UGX |
|---|---|
| 2025-09-25 | 1203.96 |
| 2025-10-02 | 1193.31 |
| 2025-10-09 | 1173.04 |
| 2025-10-16 | 1182.71 |
| 2025-10-23 | 1186.63 |
| 2025-10-30 | 1183.98 |
| 2025-11-06 | 1180.20 |
| 2025-11-13 | 1223.20 |
| 2025-11-20 | 1228.40 |
| 2025-11-27 | 1231.16 |
| 2025-12-04 | 1211.39 |
| 2025-12-12 | 1217.33 |
| 2025-12-19 | 1226.20 |
| 2025-12-26 | 1250.29 |
| 2026-01-02 | 1255.42 |
| 2026-01-09 | 1240.60 |
| 2026-01-16 | 1227.90 |
| 2026-01-23 | 1219.77 |
| 2026-01-30 | 1254.33 |
| 2026-02-06 | 1243.18 |
| 2026-02-13 | 1244.15 |
| 2026-02-20 | 1248.98 |
| 2026-02-27 | 1255.47 |
| 2026-03-06 | 1267.38 |
| 2026-03-13 | 1278.59 |
| 2026-03-20 | 1295.01 |
| 2026-03-27 | 1269.29 |
| 2026-04-03 | 1279.88 |
| 2026-04-10 | 1276.29 |
| 2026-04-17 | 1280.57 |
| 2026-04-24 | 1290.73 |
| 2026-05-01 | 1304.99 |
| 2026-05-08 | 1289.37 |
| 2026-05-16 | 1291.01 |
| 2026-05-24 | 1298.58 |
| 2026-05-31 | 1298.64 |
| 2026-06-09 | 1290.83 |
| 2026-06-16 | 1271.75 |
| 2026-06-23 | 1239.92 |
| 2026-06-30 | 1242.57 |
| 2026-07-07 | 1237.82 |
| 2026-07-14 | 1249.38 |
| 2026-07-21 | 1257.42 |
| 2026-07-28 | 1270.00 |
| 2026-08-04 | 1278.74 |
| 2026-08-11 | 1274.38 |
| 2026-08-18 | 1275.94 |
| 2026-08-26 | 1285.81 |
| 2026-09-02 | 1293.72 |
| 2026-09-09 | 1306.19 |
| 2026-09-16 | 1340.74 |
| 2026-09-23 | 1323.87 |
High
1340.74
Low
1173.04
Average
1256.02
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.