Skip to content

TJS to UGX exchange rate API

Somoni to Uganda Shilling · quoted 2026-09-25

426.1415

▲ +9.23% over 6M

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 6 months, TJS/UGX traded between 389.2896 and 426.1415, averaged 403.8177 and rose 9.23%. 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 6M

TJS/UGX over 6M: show the values
PointTJS/UGX
2026-03-29390.1330
2026-04-05392.6991
2026-04-12389.2896
2026-04-19392.7280
2026-04-26395.7786
2026-05-03400.8803
2026-05-10401.6072
2026-05-18402.4363
2026-05-26407.6082
2026-06-02408.3967
2026-06-11403.6191
2026-06-18393.4647
2026-06-25399.2118
2026-07-02396.1720
2026-07-09398.0590
2026-07-16401.1682
2026-07-23404.3654
2026-07-30407.0496
2026-08-06404.6103
2026-08-13401.5007
2026-08-21402.0476
2026-08-28407.8090
2026-09-04409.4592
2026-09-11414.6884
2026-09-18426.0121
2026-09-25426.1415

High

426.1415

Low

389.2896

Average

403.8177

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.