Skip to content

HKD to RON exchange rate API

Hong Kong Dollar to New Romanian Leu · quoted 2026-09-24

0.59120

▲ +8.76% over 5Y

1 HKD = 0.59120 RON · 1 RON = 1.6915 HKD · Get this rate via the API

1 HKD buys 0.59120 RON as of 2026-09-24, so 1 RON buys 1.6915 HKD. Over the last 5 years, HKD/RON traded between 0.54358 and 0.64836, averaged 0.58115 and rose 8.76%. The API holds daily HKD/RON rates from 2005-07-01 — 21 years of history — so any past day, or a whole series, is one request away.

HKD/RON over 5Y

HKD/RON over 5Y: show the values
PointHKD/RON
2021-09-270.54358
2021-11-080.54883
2021-12-200.56271
2022-01-310.56872
2022-03-140.57671
2022-04-270.59582
2022-06-080.58677
2022-07-200.61697
2022-08-310.61914
2022-10-120.64836
2022-11-230.61171
2023-01-050.59471
2023-02-160.58354
2023-03-300.57905
2023-05-160.58009
2023-06-270.57833
2023-08-080.57898
2023-09-190.59337
2023-10-310.59773
2023-12-120.58940
2024-01-260.58593
2024-03-080.58126
2024-04-230.59494
2024-06-050.58601
2024-07-170.58189
2024-08-270.57160
2024-10-070.58362
2024-11-060.59825
2024-12-060.60468
2025-01-050.62042
2025-02-040.61833
2025-03-060.59286
2025-04-050.58431
2025-05-050.56632
2025-06-040.56567
2025-07-040.54759
2025-08-030.55777
2025-09-020.55737
2025-10-020.55566
2025-11-010.56742
2025-12-010.56115
2025-12-310.55725
2026-01-300.54761
2026-03-010.55144
2026-03-310.56571
2026-04-300.56537
2026-05-300.57474
2026-06-300.58689
2026-07-300.58248
2026-08-290.57854

High

0.64836

Low

0.54358

Average

0.58115

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/RON API questions

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

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

How far back does HKD/RON historical data go?

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

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