HKD to UAH exchange rate API
Hong Kong Dollar to Hryvnia · quoted 2026-09-25
5.7326
▲ +5.35% over YTD
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 year to date, HKD/UAH traded between 5.4412 and 5.7326, averaged 5.6268 and rose 5.35%. 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 YTD: show the values
| Point | HKD/UAH |
|---|---|
| 2025-12-31 | 5.4412 |
| 2026-01-07 | 5.4635 |
| 2026-01-14 | 5.5448 |
| 2026-01-21 | 5.5504 |
| 2026-01-28 | 5.5143 |
| 2026-02-04 | 5.5225 |
| 2026-02-11 | 5.5156 |
| 2026-02-18 | 5.5349 |
| 2026-02-25 | 5.5356 |
| 2026-03-04 | 5.5737 |
| 2026-03-11 | 5.6106 |
| 2026-03-18 | 5.6051 |
| 2026-03-25 | 5.6191 |
| 2026-04-01 | 5.5974 |
| 2026-04-08 | 5.5507 |
| 2026-04-15 | 5.5569 |
| 2026-04-22 | 5.6402 |
| 2026-04-29 | 5.6224 |
| 2026-05-06 | 5.5968 |
| 2026-05-14 | 5.6091 |
| 2026-05-21 | 5.6455 |
| 2026-05-29 | 5.6497 |
| 2026-06-05 | 5.6618 |
| 2026-06-14 | 5.7307 |
| 2026-06-21 | 5.7302 |
| 2026-06-28 | 5.7208 |
| 2026-07-05 | 5.6913 |
| 2026-07-12 | 5.6789 |
| 2026-07-19 | 5.6958 |
| 2026-07-26 | 5.7148 |
| 2026-08-02 | 5.7003 |
| 2026-08-09 | 5.7060 |
| 2026-08-16 | 5.7009 |
| 2026-08-24 | 5.7068 |
| 2026-08-31 | 5.7008 |
| 2026-09-07 | 5.6948 |
| 2026-09-14 | 5.6768 |
| 2026-09-21 | 5.7002 |
High
5.7326
Low
5.4412
Average
5.6268
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.