Skip to content

UGX to HKD exchange rate API

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

0.001996

▼ +10.17% over 1Y

1 UGX = 0.001996 HKD · 1 HKD = 501.0020 UGX · Get this rate via the API

1 UGX buys 0.001996 HKD as of 2026-09-25, so 1 HKD buys 501.0020 UGX. Over the last year, UGX/HKD traded between 0.001996 and 0.002265, averaged 0.002137 and fell 10.17%. The API holds daily UGX/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UGX/HKD over 1Y

UGX/HKD over 1Y: show the values
PointUGX/HKD
2025-09-250.002222
2025-10-020.002247
2025-10-090.002265
2025-10-160.002248
2025-10-230.002229
2025-10-300.002240
2025-11-060.002227
2025-11-130.002155
2025-11-200.002142
2025-11-270.002145
2025-12-040.002195
2025-12-120.002191
2025-12-190.002178
2025-12-260.002152
2026-01-020.002152
2026-01-090.002166
2026-01-160.002193
2026-01-230.002224
2026-01-300.002190
2026-02-060.002193
2026-02-130.002205
2026-02-200.002177
2026-02-270.002174
2026-03-060.002124
2026-03-130.002088
2026-03-200.002075
2026-03-270.002108
2026-04-030.002088
2026-04-100.002128
2026-04-170.002119
2026-04-240.002105
2026-05-010.002083
2026-05-080.002086
2026-05-160.002086
2026-05-240.002070
2026-05-310.002077
2026-06-090.002076
2026-06-160.002111
2026-06-230.002150
2026-06-300.002140
2026-07-070.002149
2026-07-140.002124
2026-07-210.002115
2026-07-280.002082
2026-08-040.002096
2026-08-110.002104
2026-08-180.002107
2026-08-260.002102
2026-09-020.002076
2026-09-090.002071
2026-09-160.002006
2026-09-230.002008

High

0.002265

Low

0.001996

Average

0.002137

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UGX/HKD API questions

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

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

How far back does UGX/HKD historical data go?

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