HKD to UZS exchange rate API
Hong Kong Dollar to Uzbekistan Sum · quoted 2026-09-25
1506.29
▼ +3.97% over 1Y
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 year, HKD/UZS traded between 1500.49 and 1573.01, averaged 1539.72 and fell 3.97%. 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 1Y: show the values
| Point | HKD/UZS |
|---|---|
| 2025-09-25 | 1568.49 |
| 2025-10-02 | 1554.17 |
| 2025-10-09 | 1549.85 |
| 2025-10-16 | 1568.93 |
| 2025-10-23 | 1550.63 |
| 2025-10-30 | 1545.45 |
| 2025-11-06 | 1540.99 |
| 2025-11-13 | 1543.64 |
| 2025-11-20 | 1530.18 |
| 2025-11-27 | 1526.78 |
| 2025-12-04 | 1540.46 |
| 2025-12-12 | 1545.02 |
| 2025-12-19 | 1548.20 |
| 2025-12-26 | 1555.25 |
| 2026-01-02 | 1542.41 |
| 2026-01-09 | 1548.25 |
| 2026-01-16 | 1536.24 |
| 2026-01-23 | 1557.54 |
| 2026-01-30 | 1554.76 |
| 2026-02-06 | 1573.01 |
| 2026-02-13 | 1569.88 |
| 2026-02-20 | 1554.99 |
| 2026-02-27 | 1551.28 |
| 2026-03-06 | 1557.69 |
| 2026-03-13 | 1548.83 |
| 2026-03-20 | 1553.38 |
| 2026-03-27 | 1555.59 |
| 2026-04-03 | 1547.96 |
| 2026-04-10 | 1560.12 |
| 2026-04-17 | 1553.34 |
| 2026-04-24 | 1537.98 |
| 2026-05-01 | 1523.75 |
| 2026-05-08 | 1553.01 |
| 2026-05-16 | 1530.52 |
| 2026-05-24 | 1529.10 |
| 2026-05-31 | 1531.55 |
| 2026-06-09 | 1534.61 |
| 2026-06-16 | 1532.38 |
| 2026-06-23 | 1532.29 |
| 2026-06-30 | 1537.48 |
| 2026-07-07 | 1534.09 |
| 2026-07-14 | 1547.23 |
| 2026-07-21 | 1526.70 |
| 2026-07-28 | 1532.86 |
| 2026-08-04 | 1529.19 |
| 2026-08-11 | 1520.05 |
| 2026-08-18 | 1515.13 |
| 2026-08-26 | 1501.90 |
| 2026-09-02 | 1506.56 |
| 2026-09-09 | 1505.84 |
| 2026-09-16 | 1500.49 |
| 2026-09-23 | 1502.74 |
High
1573.01
Low
1500.49
Average
1539.72
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.