Skip to content

HKD to HUF exchange rate API

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

41.0605

▼ +4.01% over 1Y

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 last year, HKD/HUF traded between 38.5021 and 43.5824, averaged 41.1571 and fell 4.01%. 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 1Y

HKD/HUF over 1Y: show the values
PointHKD/HUF
2025-09-2442.7775
2025-10-0142.6043
2025-10-0843.3668
2025-10-1543.2612
2025-10-2243.2444
2025-10-2942.9353
2025-11-0543.3108
2025-11-1242.8033
2025-11-1942.3888
2025-11-2642.4246
2025-12-0341.9483
2025-12-1042.3939
2025-12-1742.4474
2025-12-2442.4996
2025-12-3142.1095
2026-01-0742.3167
2026-01-1442.5964
2026-01-2142.1328
2026-01-2840.7750
2026-02-0441.1961
2026-02-1140.7231
2026-02-1840.8610
2026-02-2540.7869
2026-03-0442.2044
2026-03-1142.7870
2026-03-1843.5824
2026-03-2542.9383
2026-04-0141.9878
2026-04-0840.9696
2026-04-1539.5367
2026-04-2239.7793
2026-04-2939.6660
2026-05-0638.9690
2026-05-1339.1018
2026-05-2039.7640
2026-05-2738.9183
2026-06-0338.9894
2026-06-1039.4333
2026-06-1738.5021
2026-06-2440.0607
2026-07-0139.8524
2026-07-0840.0470
2026-07-1540.2239
2026-07-2240.6851
2026-07-2940.5822
2026-08-0539.9563
2026-08-1240.1903
2026-08-1940.0629
2026-08-2639.3799
2026-09-0240.5502
2026-09-0939.8291
2026-09-1640.2676
2026-09-2340.7001

High

43.5824

Low

38.5021

Average

41.1571

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.