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: show the values
| Point | HKD/UGX |
|---|---|
| 2025-09-26 | 449.1461 |
| 2025-10-03 | 445.3974 |
| 2025-10-10 | 441.3568 |
| 2025-10-17 | 446.6657 |
| 2025-10-24 | 449.1123 |
| 2025-10-31 | 447.9685 |
| 2025-11-07 | 449.1266 |
| 2025-11-14 | 463.3975 |
| 2025-11-21 | 467.5522 |
| 2025-11-28 | 465.7897 |
| 2025-12-05 | 456.2093 |
| 2025-12-13 | 456.3075 |
| 2025-12-20 | 458.9685 |
| 2025-12-27 | 464.7744 |
| 2026-01-03 | 464.9871 |
| 2026-01-10 | 461.4865 |
| 2026-01-17 | 456.3696 |
| 2026-01-24 | 454.6255 |
| 2026-01-31 | 455.7678 |
| 2026-02-07 | 455.5460 |
| 2026-02-14 | 453.0165 |
| 2026-02-21 | 459.3786 |
| 2026-02-28 | 460.5719 |
| 2026-03-07 | 470.3386 |
| 2026-03-14 | 479.8343 |
| 2026-03-21 | 481.7374 |
| 2026-03-28 | 476.0623 |
| 2026-04-04 | 477.8472 |
| 2026-04-11 | 472.2732 |
| 2026-04-18 | 472.4043 |
| 2026-04-25 | 474.6985 |
| 2026-05-02 | 480.0208 |
| 2026-05-09 | 478.3793 |
| 2026-05-17 | 479.4531 |
| 2026-05-25 | 482.6481 |
| 2026-06-01 | 481.2539 |
| 2026-06-10 | 481.0496 |
| 2026-06-17 | 471.3713 |
| 2026-06-24 | 467.1340 |
| 2026-07-01 | 467.1707 |
| 2026-07-08 | 467.5426 |
| 2026-07-15 | 472.1530 |
| 2026-07-22 | 473.6927 |
| 2026-07-29 | 480.4472 |
| 2026-08-05 | 477.1088 |
| 2026-08-12 | 474.3182 |
| 2026-08-20 | 473.6871 |
| 2026-08-27 | 478.0858 |
| 2026-09-03 | 481.9814 |
| 2026-09-10 | 483.4268 |
| 2026-09-17 | 500.1673 |
| 2026-09-24 | 498.0194 |
High
500.1673
Low
441.3568
Average
468.6217
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.