Skip to content

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

TND/UGX over 1Y: show the values
PointTND/UGX
2025-09-251203.96
2025-10-021193.31
2025-10-091173.04
2025-10-161182.71
2025-10-231186.63
2025-10-301183.98
2025-11-061180.20
2025-11-131223.20
2025-11-201228.40
2025-11-271231.16
2025-12-041211.39
2025-12-121217.33
2025-12-191226.20
2025-12-261250.29
2026-01-021255.42
2026-01-091240.60
2026-01-161227.90
2026-01-231219.77
2026-01-301254.33
2026-02-061243.18
2026-02-131244.15
2026-02-201248.98
2026-02-271255.47
2026-03-061267.38
2026-03-131278.59
2026-03-201295.01
2026-03-271269.29
2026-04-031279.88
2026-04-101276.29
2026-04-171280.57
2026-04-241290.73
2026-05-011304.99
2026-05-081289.37
2026-05-161291.01
2026-05-241298.58
2026-05-311298.64
2026-06-091290.83
2026-06-161271.75
2026-06-231239.92
2026-06-301242.57
2026-07-071237.82
2026-07-141249.38
2026-07-211257.42
2026-07-281270.00
2026-08-041278.74
2026-08-111274.38
2026-08-181275.94
2026-08-261285.81
2026-09-021293.72
2026-09-091306.19
2026-09-161340.74
2026-09-231323.87

High

1340.74

Low

1173.04

Average

1256.02

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.