Skip to content

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

UGX/TJS over YTD: show the values
PointUGX/TJS
2025-12-310.002556
2026-01-070.002553
2026-01-140.002607
2026-01-210.002695
2026-01-280.002602
2026-02-040.002614
2026-02-110.002643
2026-02-180.002673
2026-02-250.002639
2026-03-040.002565
2026-03-110.002575
2026-03-180.002540
2026-03-250.002555
2026-04-010.002548
2026-04-080.002514
2026-04-150.002552
2026-04-220.002537
2026-04-290.002521
2026-05-060.002476
2026-05-140.002487
2026-05-210.002465
2026-05-290.002438
2026-06-050.002467
2026-06-140.002485
2026-06-210.002555
2026-06-280.002523
2026-07-050.002542
2026-07-120.002512
2026-07-190.002503
2026-07-260.002453
2026-08-020.002465
2026-08-090.002482
2026-08-160.002493
2026-08-240.002481
2026-08-310.002457
2026-09-070.002442
2026-09-140.002389
2026-09-210.002343

High

0.002695

Low

0.002343

Average

0.002520

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=TJS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=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&currencies=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.