UGX to TJS exchange rate API
Uganda Shilling to Somoni · quoted 2026-09-25
0.002346
▼ +8.22% over YTD
1 UGX = 0.002346 TJS · 1 TJS = 426.2575 UGX · Get this rate via the API
1 UGX buys 0.002346 TJS as of 2026-09-25, so 1 TJS buys 426.2575 UGX. Over the year to date, UGX/TJS traded between 0.002343 and 0.002695, averaged 0.002520 and fell 8.22%. The API holds daily UGX/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
UGX/TJS over YTD: show the values
| Point | UGX/TJS |
|---|---|
| 2025-12-31 | 0.002556 |
| 2026-01-07 | 0.002553 |
| 2026-01-14 | 0.002607 |
| 2026-01-21 | 0.002695 |
| 2026-01-28 | 0.002602 |
| 2026-02-04 | 0.002614 |
| 2026-02-11 | 0.002643 |
| 2026-02-18 | 0.002673 |
| 2026-02-25 | 0.002639 |
| 2026-03-04 | 0.002565 |
| 2026-03-11 | 0.002575 |
| 2026-03-18 | 0.002540 |
| 2026-03-25 | 0.002555 |
| 2026-04-01 | 0.002548 |
| 2026-04-08 | 0.002514 |
| 2026-04-15 | 0.002552 |
| 2026-04-22 | 0.002537 |
| 2026-04-29 | 0.002521 |
| 2026-05-06 | 0.002476 |
| 2026-05-14 | 0.002487 |
| 2026-05-21 | 0.002465 |
| 2026-05-29 | 0.002438 |
| 2026-06-05 | 0.002467 |
| 2026-06-14 | 0.002485 |
| 2026-06-21 | 0.002555 |
| 2026-06-28 | 0.002523 |
| 2026-07-05 | 0.002542 |
| 2026-07-12 | 0.002512 |
| 2026-07-19 | 0.002503 |
| 2026-07-26 | 0.002453 |
| 2026-08-02 | 0.002465 |
| 2026-08-09 | 0.002482 |
| 2026-08-16 | 0.002493 |
| 2026-08-24 | 0.002481 |
| 2026-08-31 | 0.002457 |
| 2026-09-07 | 0.002442 |
| 2026-09-14 | 0.002389 |
| 2026-09-21 | 0.002343 |
High
0.002695
Low
0.002343
Average
0.002520
Get this rate via the API
One GET request returns the UGX/TJS 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=UGX¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
UGX/TJS API questions
How do I get the UGX/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UGX/TJS rate in rates.TJS.
How far back does UGX/TJS historical data go?
Daily UGX/TJS 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 UGX/TJS 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.