Skip to content

TJS to UGX exchange rate API

Somoni to Uganda Shilling · quoted 2026-09-25

426.1415

▲ +5.29% over 30D

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 30 days, TJS/UGX traded between 404.7231 and 426.6453, averaged 415.6286 and rose 5.29%. 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 30D

TJS/UGX over 30D: show the values
PointTJS/UGX
2026-08-26404.7231
2026-08-27405.9167
2026-08-28407.8090
2026-08-29407.6543
2026-08-30407.1970
2026-08-31406.8800
2026-09-01410.2319
2026-09-02408.8068
2026-09-03409.5459
2026-09-04409.4592
2026-09-05409.0499
2026-09-06408.3082
2026-09-07409.3959
2026-09-08409.3487
2026-09-09410.0327
2026-09-10410.3926
2026-09-11414.6884
2026-09-12418.2042
2026-09-13418.1347
2026-09-14418.4931
2026-09-15421.5671
2026-09-16423.6955
2026-09-17423.6509
2026-09-18426.0121
2026-09-19426.1936
2026-09-20425.8804
2026-09-21426.6453
2026-09-22425.2350
2026-09-23422.8085
2026-09-24421.8730
2026-09-25426.1415

High

426.6453

Low

404.7231

Average

415.6286

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.