Skip to content

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

HKD/UAH over 1Y: show the values
PointHKD/UAH
2025-09-255.3313
2025-10-025.3006
2025-10-095.3276
2025-10-165.3641
2025-10-235.3795
2025-10-305.4102
2025-11-065.4145
2025-11-135.4135
2025-11-205.4051
2025-11-275.4379
2025-12-045.4256
2025-12-125.4283
2025-12-195.4306
2025-12-265.4057
2026-01-025.4224
2026-01-095.5214
2026-01-165.5585
2026-01-235.5315
2026-01-305.4926
2026-02-065.5292
2026-02-135.5156
2026-02-205.5400
2026-02-275.5256
2026-03-065.5910
2026-03-135.6498
2026-03-205.5952
2026-03-275.6032
2026-04-035.5868
2026-04-105.5385
2026-04-175.5795
2026-04-245.6074
2026-05-015.6099
2026-05-085.6116
2026-05-165.6290
2026-05-245.6400
2026-05-315.6487
2026-06-095.6954
2026-06-165.7280
2026-06-235.7344
2026-06-305.7191
2026-07-075.6874
2026-07-145.7071
2026-07-215.7065
2026-07-285.7232
2026-08-045.7088
2026-08-115.7165
2026-08-185.7085
2026-08-265.6909
2026-09-025.6785
2026-09-095.6909
2026-09-165.6895
2026-09-235.7095

High

5.7344

Low

5.3006

Average

5.5666

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=UAH");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.