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: show the values
| Point | TJS/UGX |
|---|---|
| 2025-09-25 | 373.3165 |
| 2025-10-02 | 371.4735 |
| 2025-10-09 | 369.2275 |
| 2025-10-16 | 376.0997 |
| 2025-10-23 | 377.9462 |
| 2025-10-30 | 376.5120 |
| 2025-11-06 | 377.1082 |
| 2025-11-13 | 390.9043 |
| 2025-11-20 | 393.7884 |
| 2025-11-27 | 391.0535 |
| 2025-12-04 | 385.4234 |
| 2025-12-12 | 385.9337 |
| 2025-12-19 | 386.9984 |
| 2025-12-26 | 390.2134 |
| 2026-01-02 | 392.0616 |
| 2026-01-09 | 386.5204 |
| 2026-01-16 | 380.8639 |
| 2026-01-23 | 375.6776 |
| 2026-01-30 | 380.6713 |
| 2026-02-06 | 380.1819 |
| 2026-02-13 | 376.2508 |
| 2026-02-20 | 379.8062 |
| 2026-02-27 | 378.6912 |
| 2026-03-06 | 384.0703 |
| 2026-03-13 | 390.1269 |
| 2026-03-20 | 396.9401 |
| 2026-03-27 | 388.8151 |
| 2026-04-03 | 392.5923 |
| 2026-04-10 | 387.2927 |
| 2026-04-17 | 389.5929 |
| 2026-04-24 | 395.7584 |
| 2026-05-01 | 400.8802 |
| 2026-05-08 | 400.2099 |
| 2026-05-16 | 402.2084 |
| 2026-05-24 | 407.8194 |
| 2026-05-31 | 407.9409 |
| 2026-06-09 | 403.9346 |
| 2026-06-16 | 399.3342 |
| 2026-06-23 | 393.0684 |
| 2026-06-30 | 396.2807 |
| 2026-07-07 | 394.9409 |
| 2026-07-14 | 397.0561 |
| 2026-07-21 | 400.6260 |
| 2026-07-28 | 407.1362 |
| 2026-08-04 | 404.8948 |
| 2026-08-11 | 403.3794 |
| 2026-08-18 | 402.9756 |
| 2026-08-26 | 404.7231 |
| 2026-09-02 | 408.8068 |
| 2026-09-09 | 410.0327 |
| 2026-09-16 | 423.6955 |
| 2026-09-23 | 422.8085 |
High
426.1415
Low
369.2275
Average
392.8454
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.