Skip to content

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

TND/UGX over YTD: show the values
PointTND/UGX
2025-12-311253.29
2026-01-071254.25
2026-01-141236.14
2026-01-211201.88
2026-01-281263.85
2026-02-041248.36
2026-02-111250.32
2026-02-181240.48
2026-02-251249.99
2026-03-041283.44
2026-03-111275.35
2026-03-181283.57
2026-03-251287.96
2026-04-011285.70
2026-04-081291.10
2026-04-151277.82
2026-04-221292.22
2026-04-291289.73
2026-05-061303.78
2026-05-141299.01
2026-05-211297.73
2026-05-291302.82
2026-06-051296.32
2026-06-141282.97
2026-06-211236.55
2026-06-281240.16
2026-07-051238.29
2026-07-121247.10
2026-07-191252.37
2026-07-261272.54
2026-08-021278.53
2026-08-091275.52
2026-08-161273.10
2026-08-241287.82
2026-08-311308.99
2026-09-071294.52
2026-09-141335.26
2026-09-211336.71

High

1336.71

Low

1201.88

Average

1275.74

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=UGX");
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=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&currencies=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.