HKD to UAH exchange rate API
Hong Kong Dollar to Hryvnia · quoted 2026-09-25
5.7326
▲ +7.53% over 1Y
1 HKD = 5.7326 UAH · 1 UAH = 0.17444 HKD · Get this rate via the API
1 HKD buys 5.7326 UAH as of 2026-09-25, so 1 UAH buys 0.17444 HKD. Over the last year, HKD/UAH traded between 5.3006 and 5.7344, averaged 5.5666 and rose 7.53%. The API holds daily HKD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/UAH over 1Y: show the values
| Point | HKD/UAH |
|---|---|
| 2025-09-25 | 5.3313 |
| 2025-10-02 | 5.3006 |
| 2025-10-09 | 5.3276 |
| 2025-10-16 | 5.3641 |
| 2025-10-23 | 5.3795 |
| 2025-10-30 | 5.4102 |
| 2025-11-06 | 5.4145 |
| 2025-11-13 | 5.4135 |
| 2025-11-20 | 5.4051 |
| 2025-11-27 | 5.4379 |
| 2025-12-04 | 5.4256 |
| 2025-12-12 | 5.4283 |
| 2025-12-19 | 5.4306 |
| 2025-12-26 | 5.4057 |
| 2026-01-02 | 5.4224 |
| 2026-01-09 | 5.5214 |
| 2026-01-16 | 5.5585 |
| 2026-01-23 | 5.5315 |
| 2026-01-30 | 5.4926 |
| 2026-02-06 | 5.5292 |
| 2026-02-13 | 5.5156 |
| 2026-02-20 | 5.5400 |
| 2026-02-27 | 5.5256 |
| 2026-03-06 | 5.5910 |
| 2026-03-13 | 5.6498 |
| 2026-03-20 | 5.5952 |
| 2026-03-27 | 5.6032 |
| 2026-04-03 | 5.5868 |
| 2026-04-10 | 5.5385 |
| 2026-04-17 | 5.5795 |
| 2026-04-24 | 5.6074 |
| 2026-05-01 | 5.6099 |
| 2026-05-08 | 5.6116 |
| 2026-05-16 | 5.6290 |
| 2026-05-24 | 5.6400 |
| 2026-05-31 | 5.6487 |
| 2026-06-09 | 5.6954 |
| 2026-06-16 | 5.7280 |
| 2026-06-23 | 5.7344 |
| 2026-06-30 | 5.7191 |
| 2026-07-07 | 5.6874 |
| 2026-07-14 | 5.7071 |
| 2026-07-21 | 5.7065 |
| 2026-07-28 | 5.7232 |
| 2026-08-04 | 5.7088 |
| 2026-08-11 | 5.7165 |
| 2026-08-18 | 5.7085 |
| 2026-08-26 | 5.6909 |
| 2026-09-02 | 5.6785 |
| 2026-09-09 | 5.6909 |
| 2026-09-16 | 5.6895 |
| 2026-09-23 | 5.7095 |
High
5.7344
Low
5.3006
Average
5.5666
Get this rate via the API
One GET request returns the HKD/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/UAH API questions
How do I get the HKD/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/UAH rate in rates.UAH.
How far back does HKD/UAH historical data go?
Daily HKD/UAH 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/UAH 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.