TJS to UGX exchange rate API
Somoni to Uganda Shilling · quoted 2026-09-25
426.1415
▲ +21.89% over 5Y
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 5 years, TJS/UGX traded between 335.9275 and 426.1415, averaged 372.4878 and rose 21.89%. 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 5Y: show the values
| Point | TJS/UGX |
|---|---|
| 2024-08-24 | 349.6005 |
| 2024-10-07 | 344.1367 |
| 2024-11-06 | 344.0819 |
| 2024-12-06 | 335.9275 |
| 2025-01-05 | 336.2043 |
| 2025-02-04 | 338.2254 |
| 2025-03-06 | 337.1081 |
| 2025-04-06 | 336.5842 |
| 2025-05-06 | 352.4337 |
| 2025-06-07 | 367.3156 |
| 2025-07-07 | 368.9378 |
| 2025-08-06 | 379.6974 |
| 2025-09-05 | 371.0266 |
| 2025-10-06 | 370.7991 |
| 2025-11-05 | 377.5550 |
| 2025-12-05 | 386.0393 |
| 2026-01-05 | 391.2410 |
| 2026-02-04 | 382.5465 |
| 2026-03-06 | 384.0703 |
| 2026-04-05 | 392.6991 |
| 2026-05-05 | 400.8870 |
| 2026-06-06 | 403.4493 |
| 2026-07-08 | 395.2260 |
| 2026-08-07 | 403.3537 |
| 2026-09-07 | 409.3959 |
High
426.1415
Low
335.9275
Average
372.4878
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.