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: show the values
| Point | TJS/UGX |
|---|---|
| 2026-03-29 | 390.1330 |
| 2026-04-05 | 392.6991 |
| 2026-04-12 | 389.2896 |
| 2026-04-19 | 392.7280 |
| 2026-04-26 | 395.7786 |
| 2026-05-03 | 400.8803 |
| 2026-05-10 | 401.6072 |
| 2026-05-18 | 402.4363 |
| 2026-05-26 | 407.6082 |
| 2026-06-02 | 408.3967 |
| 2026-06-11 | 403.6191 |
| 2026-06-18 | 393.4647 |
| 2026-06-25 | 399.2118 |
| 2026-07-02 | 396.1720 |
| 2026-07-09 | 398.0590 |
| 2026-07-16 | 401.1682 |
| 2026-07-23 | 404.3654 |
| 2026-07-30 | 407.0496 |
| 2026-08-06 | 404.6103 |
| 2026-08-13 | 401.5007 |
| 2026-08-21 | 402.0476 |
| 2026-08-28 | 407.8090 |
| 2026-09-04 | 409.4592 |
| 2026-09-11 | 414.6884 |
| 2026-09-18 | 426.0121 |
| 2026-09-25 | 426.1415 |
High
426.1415
Low
389.2896
Average
403.8177
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.