HKD to UZS exchange rate API
Hong Kong Dollar to Uzbekistan Sum · quoted 2026-09-25
1506.29
▲ +0.29% over 30D
1 HKD = 1506.29 UZS · 1 UZS = 0.000664 HKD · Get this rate via the API
1 HKD buys 1506.29 UZS as of 2026-09-25, so 1 UZS buys 0.000664 HKD. Over the last 30 days, HKD/UZS traded between 1495.61 and 1509.84, averaged 1504.64 and rose 0.29%. The API holds daily HKD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/UZS over 30D: show the values
| Point | HKD/UZS |
|---|---|
| 2026-08-26 | 1501.90 |
| 2026-08-27 | 1508.91 |
| 2026-08-28 | 1506.04 |
| 2026-08-29 | 1508.34 |
| 2026-08-30 | 1508.12 |
| 2026-08-31 | 1509.78 |
| 2026-09-01 | 1506.40 |
| 2026-09-02 | 1506.56 |
| 2026-09-03 | 1503.91 |
| 2026-09-04 | 1502.44 |
| 2026-09-05 | 1504.11 |
| 2026-09-06 | 1503.32 |
| 2026-09-07 | 1502.39 |
| 2026-09-08 | 1501.23 |
| 2026-09-09 | 1505.84 |
| 2026-09-10 | 1506.00 |
| 2026-09-11 | 1503.03 |
| 2026-09-12 | 1502.98 |
| 2026-09-13 | 1500.35 |
| 2026-09-14 | 1496.80 |
| 2026-09-15 | 1495.61 |
| 2026-09-16 | 1500.49 |
| 2026-09-17 | 1502.19 |
| 2026-09-18 | 1507.34 |
| 2026-09-19 | 1509.84 |
| 2026-09-20 | 1509.15 |
| 2026-09-21 | 1508.59 |
| 2026-09-22 | 1504.08 |
| 2026-09-23 | 1502.74 |
| 2026-09-24 | 1507.31 |
| 2026-09-25 | 1506.34 |
High
1509.84
Low
1495.61
Average
1504.64
Get this rate via the API
One GET request returns the HKD/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/UZS API questions
How do I get the HKD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/UZS rate in rates.UZS.
How far back does HKD/UZS historical data go?
Daily HKD/UZS 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/UZS 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.