Skip to content

TJS to UGX exchange rate API

Somoni to Uganda Shilling · quoted 2026-09-25

426.1415

▲ +8.95% over YTD

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 year to date, TJS/UGX traded between 371.0357 and 426.6453, averaged 397.0708 and rose 8.95%. 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 YTD

TJS/UGX over YTD: show the values
PointTJS/UGX
2025-12-31391.1349
2026-01-07391.5712
2026-01-14383.4598
2026-01-21371.0357
2026-01-28384.2725
2026-02-04382.5465
2026-02-11378.3040
2026-02-18374.0971
2026-02-25378.9296
2026-03-04389.7873
2026-03-11388.2462
2026-03-18393.6477
2026-03-25391.2578
2026-04-01392.3204
2026-04-08397.7624
2026-04-15391.7989
2026-04-22394.1096
2026-04-29396.5905
2026-05-06403.7588
2026-05-14402.0268
2026-05-21405.6583
2026-05-29410.0163
2026-06-05405.1891
2026-06-14402.2692
2026-06-21391.2384
2026-06-28396.3325
2026-07-05393.3255
2026-07-12398.0746
2026-07-19399.5110
2026-07-26407.5577
2026-08-02405.5953
2026-08-09402.8671
2026-08-16400.9653
2026-08-24402.9473
2026-08-31406.8800
2026-09-07409.3959
2026-09-14418.4931
2026-09-21426.6453

High

426.6453

Low

371.0357

Average

397.0708

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.