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: show the values
| Point | HKD/HUF |
|---|---|
| 2021-09-27 | 39.3316 |
| 2021-11-08 | 39.8958 |
| 2021-12-20 | 41.6963 |
| 2022-01-31 | 41.0592 |
| 2022-03-14 | 43.5681 |
| 2022-04-27 | 45.7270 |
| 2022-06-08 | 46.4254 |
| 2022-07-20 | 49.8988 |
| 2022-08-31 | 51.3199 |
| 2022-10-12 | 56.3904 |
| 2022-11-23 | 50.2738 |
| 2023-01-05 | 47.9393 |
| 2023-02-16 | 45.5617 |
| 2023-03-30 | 44.5416 |
| 2023-05-16 | 43.2861 |
| 2023-06-27 | 42.9577 |
| 2023-08-08 | 45.4434 |
| 2023-09-19 | 45.7579 |
| 2023-10-31 | 45.9960 |
| 2023-12-12 | 45.2493 |
| 2024-01-26 | 45.5594 |
| 2024-03-08 | 46.0920 |
| 2024-04-23 | 47.0624 |
| 2024-06-05 | 46.1380 |
| 2024-07-17 | 45.8345 |
| 2024-08-27 | 45.1495 |
| 2024-10-01 | 46.0004 |
| 2024-10-31 | 48.2612 |
| 2024-11-30 | 50.1583 |
| 2024-12-30 | 50.7654 |
| 2025-01-29 | 50.3852 |
| 2025-02-28 | 49.3332 |
| 2025-03-30 | 47.7908 |
| 2025-04-29 | 45.7903 |
| 2025-05-29 | 45.7252 |
| 2025-06-28 | 43.3601 |
| 2025-07-28 | 43.4343 |
| 2025-08-27 | 43.9825 |
| 2025-09-26 | 43.1187 |
| 2025-10-26 | 43.1622 |
| 2025-11-25 | 42.4791 |
| 2025-12-25 | 42.5094 |
| 2026-01-24 | 41.4451 |
| 2026-02-23 | 41.2054 |
| 2026-03-25 | 42.9383 |
| 2026-04-24 | 39.8309 |
| 2026-05-24 | 39.3463 |
| 2026-06-23 | 39.7008 |
| 2026-07-23 | 40.7991 |
| 2026-08-22 | 39.6042 |
| 2026-09-21 | 40.2023 |
High
56.3904
Low
39.3316
Average
44.8193
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.