Skip to content

TOP to UGX exchange rate API

Pa’anga to Uganda Shilling · quoted 2026-09-24

1653.54

▲ +11.49% over 1Y

1 TOP = 1653.54 UGX · 1 UGX = 0.000605 TOP · Get this rate via the API

1 TOP buys 1653.54 UGX as of 2026-09-24, so 1 UGX buys 0.000605 TOP. Over the last year, TOP/UGX traded between 1455.22 and 1670.74, averaged 1551.92 and rose 11.49%. The API holds daily TOP/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/UGX over 1Y

TOP/UGX over 1Y: show the values
PointTOP/UGX
2025-09-241483.16
2025-10-011473.73
2025-10-081455.22
2025-10-151464.58
2025-10-221476.26
2025-10-291458.51
2025-11-051482.91
2025-11-121515.34
2025-11-191508.71
2025-11-261512.15
2025-12-031485.19
2025-12-111494.15
2025-12-181484.87
2025-12-251499.36
2026-01-011513.64
2026-01-081506.08
2026-01-151498.86
2026-01-221461.67
2026-01-291520.39
2026-02-051519.02
2026-02-121517.01
2026-02-191520.22
2026-02-261535.86
2026-03-051573.11
2026-03-121587.50
2026-03-191604.85
2026-03-261586.56
2026-04-021586.53
2026-04-091570.50
2026-04-171573.16
2026-04-241583.11
2026-05-011630.15
2026-05-081600.37
2026-05-161587.72
2026-05-241608.28
2026-05-311612.92
2026-06-091616.52
2026-06-161577.26
2026-06-231550.79
2026-06-301547.01
2026-07-071541.45
2026-07-141559.81
2026-07-211575.08
2026-07-281606.33
2026-08-041598.50
2026-08-111579.14
2026-08-181590.18
2026-08-261596.02
2026-09-021616.43
2026-09-091621.76
2026-09-161659.35
2026-09-231670.74

High

1670.74

Low

1455.22

Average

1551.92

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/UGX API questions

How do I get the TOP/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/UGX rate in rates.UGX.

How far back does TOP/UGX historical data go?

Daily TOP/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 TOP/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.