Skip to content

HKD to HUF exchange rate API

Hong Kong Dollar to Forint · quoted 2026-09-24

41.1213

▲ +4.55% over 5Y

1 HKD = 41.1213 HUF · 1 HUF = 0.02432 HKD · Get this rate via the API

1 HKD buys 41.1213 HUF as of 2026-09-24, so 1 HUF buys 0.02432 HKD. Over the last 5 years, HKD/HUF traded between 39.3316 and 56.3904, averaged 44.8193 and rose 4.55%. The API holds daily HKD/HUF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

HKD/HUF over 5Y

HKD/HUF over 5Y: show the values
PointHKD/HUF
2021-09-2739.3316
2021-11-0839.8958
2021-12-2041.6963
2022-01-3141.0592
2022-03-1443.5681
2022-04-2745.7270
2022-06-0846.4254
2022-07-2049.8988
2022-08-3151.3199
2022-10-1256.3904
2022-11-2350.2738
2023-01-0547.9393
2023-02-1645.5617
2023-03-3044.5416
2023-05-1643.2861
2023-06-2742.9577
2023-08-0845.4434
2023-09-1945.7579
2023-10-3145.9960
2023-12-1245.2493
2024-01-2645.5594
2024-03-0846.0920
2024-04-2347.0624
2024-06-0546.1380
2024-07-1745.8345
2024-08-2745.1495
2024-10-0146.0004
2024-10-3148.2612
2024-11-3050.1583
2024-12-3050.7654
2025-01-2950.3852
2025-02-2849.3332
2025-03-3047.7908
2025-04-2945.7903
2025-05-2945.7252
2025-06-2843.3601
2025-07-2843.4343
2025-08-2743.9825
2025-09-2643.1187
2025-10-2643.1622
2025-11-2542.4791
2025-12-2542.5094
2026-01-2441.4451
2026-02-2341.2054
2026-03-2542.9383
2026-04-2439.8309
2026-05-2439.3463
2026-06-2339.7008
2026-07-2340.7991
2026-08-2239.6042
2026-09-2140.2023

High

56.3904

Low

39.3316

Average

44.8193

For developers

Get this rate via the API

One GET request returns the HKD/HUF 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=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=HUF");
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=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/HUF API questions

How do I get the HKD/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/HUF rate in rates.HUF.

How far back does HKD/HUF historical data go?

Daily HKD/HUF rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/HUF 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.