Skip to content

TJS to UGX exchange rate API

Somoni to Uganda Shilling · quoted 2026-09-25

426.1415

▲ +14.15% over 1Y

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 year, TJS/UGX traded between 369.2275 and 426.1415, averaged 392.8454 and rose 14.15%. 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 1Y

TJS/UGX over 1Y: show the values
PointTJS/UGX
2025-09-25373.3165
2025-10-02371.4735
2025-10-09369.2275
2025-10-16376.0997
2025-10-23377.9462
2025-10-30376.5120
2025-11-06377.1082
2025-11-13390.9043
2025-11-20393.7884
2025-11-27391.0535
2025-12-04385.4234
2025-12-12385.9337
2025-12-19386.9984
2025-12-26390.2134
2026-01-02392.0616
2026-01-09386.5204
2026-01-16380.8639
2026-01-23375.6776
2026-01-30380.6713
2026-02-06380.1819
2026-02-13376.2508
2026-02-20379.8062
2026-02-27378.6912
2026-03-06384.0703
2026-03-13390.1269
2026-03-20396.9401
2026-03-27388.8151
2026-04-03392.5923
2026-04-10387.2927
2026-04-17389.5929
2026-04-24395.7584
2026-05-01400.8802
2026-05-08400.2099
2026-05-16402.2084
2026-05-24407.8194
2026-05-31407.9409
2026-06-09403.9346
2026-06-16399.3342
2026-06-23393.0684
2026-06-30396.2807
2026-07-07394.9409
2026-07-14397.0561
2026-07-21400.6260
2026-07-28407.1362
2026-08-04404.8948
2026-08-11403.3794
2026-08-18402.9756
2026-08-26404.7231
2026-09-02408.8068
2026-09-09410.0327
2026-09-16423.6955
2026-09-23422.8085

High

426.1415

Low

369.2275

Average

392.8454

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.