Skip to content

TJS to UGX exchange rate API

Somoni to Uganda Shilling · quoted 2026-09-25

426.1415

▲ +21.89% over 5Y

1 TJS = 426.1415 UGX · 1 UGX = 0.002347 TJS · Get this rate via the API

1 TJS buys 426.1415 UGX as of 2026-09-25, so 1 UGX buys 0.002347 TJS. Over the last 5 years, TJS/UGX traded between 335.9275 and 426.1415, averaged 372.4878 and rose 21.89%. The API holds daily TJS/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/UGX over 5Y

TJS/UGX over 5Y: show the values
PointTJS/UGX
2024-08-24349.6005
2024-10-07344.1367
2024-11-06344.0819
2024-12-06335.9275
2025-01-05336.2043
2025-02-04338.2254
2025-03-06337.1081
2025-04-06336.5842
2025-05-06352.4337
2025-06-07367.3156
2025-07-07368.9378
2025-08-06379.6974
2025-09-05371.0266
2025-10-06370.7991
2025-11-05377.5550
2025-12-05386.0393
2026-01-05391.2410
2026-02-04382.5465
2026-03-06384.0703
2026-04-05392.6991
2026-05-05400.8870
2026-06-06403.4493
2026-07-08395.2260
2026-08-07403.3537
2026-09-07409.3959

High

426.1415

Low

335.9275

Average

372.4878

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/UGX API questions

How do I get the TJS/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/UGX rate in rates.UGX.

How far back does TJS/UGX historical data go?

Daily TJS/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 TJS/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.