HKD to HUF exchange rate API
Hong Kong Dollar to Forint · quoted 2026-09-24
41.0605
▼ +2.49% over YTD
1 HKD = 41.0605 HUF · 1 HUF = 0.02435 HKD · Get this rate via the API
1 HKD buys 41.0605 HUF as of 2026-09-24, so 1 HUF buys 0.02435 HKD. Over the year to date, HKD/HUF traded between 38.5021 and 43.5824, averaged 40.6019 and fell 2.49%. 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 YTD: show the values
| Point | HKD/HUF |
|---|---|
| 2025-12-31 | 42.1095 |
| 2026-01-07 | 42.3167 |
| 2026-01-14 | 42.5964 |
| 2026-01-21 | 42.1328 |
| 2026-01-28 | 40.7750 |
| 2026-02-04 | 41.1961 |
| 2026-02-11 | 40.7231 |
| 2026-02-18 | 40.8610 |
| 2026-02-25 | 40.7869 |
| 2026-03-04 | 42.2044 |
| 2026-03-11 | 42.7870 |
| 2026-03-18 | 43.5824 |
| 2026-03-25 | 42.9383 |
| 2026-04-01 | 41.9878 |
| 2026-04-08 | 40.9696 |
| 2026-04-15 | 39.5367 |
| 2026-04-22 | 39.7793 |
| 2026-04-29 | 39.6660 |
| 2026-05-06 | 38.9690 |
| 2026-05-13 | 39.1018 |
| 2026-05-20 | 39.7640 |
| 2026-05-27 | 38.9183 |
| 2026-06-03 | 38.9894 |
| 2026-06-10 | 39.4333 |
| 2026-06-17 | 38.5021 |
| 2026-06-24 | 40.0607 |
| 2026-07-01 | 39.8524 |
| 2026-07-08 | 40.0470 |
| 2026-07-15 | 40.2239 |
| 2026-07-22 | 40.6851 |
| 2026-07-29 | 40.5822 |
| 2026-08-05 | 39.9563 |
| 2026-08-12 | 40.1903 |
| 2026-08-19 | 40.0629 |
| 2026-08-26 | 39.3799 |
| 2026-09-02 | 40.5502 |
| 2026-09-09 | 39.8291 |
| 2026-09-16 | 40.2676 |
| 2026-09-23 | 40.7001 |
High
43.5824
Low
38.5021
Average
40.6019
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.