Skip to content

HKD to RON exchange rate API

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

0.59120

▲ +6.48% over 1Y

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 year, HKD/RON traded between 0.54558 and 0.59120, averaged 0.56740 and rose 6.48%. 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 1Y

HKD/RON over 1Y: show the values
PointHKD/RON
2025-09-240.55522
2025-10-010.55703
2025-10-080.56317
2025-10-150.56330
2025-10-220.56451
2025-10-290.56226
2025-11-050.56907
2025-11-120.56512
2025-11-190.56409
2025-11-260.56534
2025-12-030.56060
2025-12-100.56195
2025-12-170.55830
2025-12-240.55533
2025-12-310.55725
2026-01-070.55932
2026-01-140.56029
2026-01-210.55660
2026-01-280.54558
2026-02-040.55179
2026-02-110.54687
2026-02-180.55020
2026-02-250.55276
2026-03-040.55922
2026-03-110.56163
2026-03-180.56513
2026-03-250.56210
2026-04-010.56047
2026-04-080.55573
2026-04-150.55165
2026-04-220.55437
2026-04-290.55574
2026-05-060.57071
2026-05-130.56751
2026-05-200.57597
2026-05-270.57450
2026-06-030.57768
2026-06-110.57952
2026-06-180.58327
2026-06-250.58832
2026-07-020.58515
2026-07-090.58439
2026-07-160.58299
2026-07-230.58604
2026-07-300.58248
2026-08-060.58032
2026-08-130.57945
2026-08-200.57316
2026-08-270.57606
2026-09-030.57680
2026-09-100.57667
2026-09-170.58425
2026-09-240.59120

High

0.59120

Low

0.54558

Average

0.56740

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.