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: show the values
| Point | TOP/UGX |
|---|---|
| 2025-09-24 | 1483.16 |
| 2025-10-01 | 1473.73 |
| 2025-10-08 | 1455.22 |
| 2025-10-15 | 1464.58 |
| 2025-10-22 | 1476.26 |
| 2025-10-29 | 1458.51 |
| 2025-11-05 | 1482.91 |
| 2025-11-12 | 1515.34 |
| 2025-11-19 | 1508.71 |
| 2025-11-26 | 1512.15 |
| 2025-12-03 | 1485.19 |
| 2025-12-11 | 1494.15 |
| 2025-12-18 | 1484.87 |
| 2025-12-25 | 1499.36 |
| 2026-01-01 | 1513.64 |
| 2026-01-08 | 1506.08 |
| 2026-01-15 | 1498.86 |
| 2026-01-22 | 1461.67 |
| 2026-01-29 | 1520.39 |
| 2026-02-05 | 1519.02 |
| 2026-02-12 | 1517.01 |
| 2026-02-19 | 1520.22 |
| 2026-02-26 | 1535.86 |
| 2026-03-05 | 1573.11 |
| 2026-03-12 | 1587.50 |
| 2026-03-19 | 1604.85 |
| 2026-03-26 | 1586.56 |
| 2026-04-02 | 1586.53 |
| 2026-04-09 | 1570.50 |
| 2026-04-17 | 1573.16 |
| 2026-04-24 | 1583.11 |
| 2026-05-01 | 1630.15 |
| 2026-05-08 | 1600.37 |
| 2026-05-16 | 1587.72 |
| 2026-05-24 | 1608.28 |
| 2026-05-31 | 1612.92 |
| 2026-06-09 | 1616.52 |
| 2026-06-16 | 1577.26 |
| 2026-06-23 | 1550.79 |
| 2026-06-30 | 1547.01 |
| 2026-07-07 | 1541.45 |
| 2026-07-14 | 1559.81 |
| 2026-07-21 | 1575.08 |
| 2026-07-28 | 1606.33 |
| 2026-08-04 | 1598.50 |
| 2026-08-11 | 1579.14 |
| 2026-08-18 | 1590.18 |
| 2026-08-26 | 1596.02 |
| 2026-09-02 | 1616.43 |
| 2026-09-09 | 1621.76 |
| 2026-09-16 | 1659.35 |
| 2026-09-23 | 1670.74 |
High
1670.74
Low
1455.22
Average
1551.92
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.