Skip to content

HKD to UGX exchange rate API

Hong Kong Dollar to Uganda Shilling · quoted 2026-09-26

499.1235

▲ +11.13% over 1Y

1 HKD = 499.1235 UGX · 1 UGX = 0.002004 HKD · Get this rate via the API

1 HKD buys 499.1235 UGX as of 2026-09-26, so 1 UGX buys 0.002004 HKD. Over the last year, HKD/UGX traded between 441.3568 and 500.1673, averaged 468.6217 and rose 11.13%. The API holds daily HKD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/UGX over 1Y

HKD/UGX over 1Y: show the values
PointHKD/UGX
2025-09-26449.1461
2025-10-03445.3974
2025-10-10441.3568
2025-10-17446.6657
2025-10-24449.1123
2025-10-31447.9685
2025-11-07449.1266
2025-11-14463.3975
2025-11-21467.5522
2025-11-28465.7897
2025-12-05456.2093
2025-12-13456.3075
2025-12-20458.9685
2025-12-27464.7744
2026-01-03464.9871
2026-01-10461.4865
2026-01-17456.3696
2026-01-24454.6255
2026-01-31455.7678
2026-02-07455.5460
2026-02-14453.0165
2026-02-21459.3786
2026-02-28460.5719
2026-03-07470.3386
2026-03-14479.8343
2026-03-21481.7374
2026-03-28476.0623
2026-04-04477.8472
2026-04-11472.2732
2026-04-18472.4043
2026-04-25474.6985
2026-05-02480.0208
2026-05-09478.3793
2026-05-17479.4531
2026-05-25482.6481
2026-06-01481.2539
2026-06-10481.0496
2026-06-17471.3713
2026-06-24467.1340
2026-07-01467.1707
2026-07-08467.5426
2026-07-15472.1530
2026-07-22473.6927
2026-07-29480.4472
2026-08-05477.1088
2026-08-12474.3182
2026-08-20473.6871
2026-08-27478.0858
2026-09-03481.9814
2026-09-10483.4268
2026-09-17500.1673
2026-09-24498.0194

High

500.1673

Low

441.3568

Average

468.6217

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/UGX API questions

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

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

How far back does HKD/UGX historical data go?

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