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: show the values
| Point | HKD/RON |
|---|---|
| 2025-09-24 | 0.55522 |
| 2025-10-01 | 0.55703 |
| 2025-10-08 | 0.56317 |
| 2025-10-15 | 0.56330 |
| 2025-10-22 | 0.56451 |
| 2025-10-29 | 0.56226 |
| 2025-11-05 | 0.56907 |
| 2025-11-12 | 0.56512 |
| 2025-11-19 | 0.56409 |
| 2025-11-26 | 0.56534 |
| 2025-12-03 | 0.56060 |
| 2025-12-10 | 0.56195 |
| 2025-12-17 | 0.55830 |
| 2025-12-24 | 0.55533 |
| 2025-12-31 | 0.55725 |
| 2026-01-07 | 0.55932 |
| 2026-01-14 | 0.56029 |
| 2026-01-21 | 0.55660 |
| 2026-01-28 | 0.54558 |
| 2026-02-04 | 0.55179 |
| 2026-02-11 | 0.54687 |
| 2026-02-18 | 0.55020 |
| 2026-02-25 | 0.55276 |
| 2026-03-04 | 0.55922 |
| 2026-03-11 | 0.56163 |
| 2026-03-18 | 0.56513 |
| 2026-03-25 | 0.56210 |
| 2026-04-01 | 0.56047 |
| 2026-04-08 | 0.55573 |
| 2026-04-15 | 0.55165 |
| 2026-04-22 | 0.55437 |
| 2026-04-29 | 0.55574 |
| 2026-05-06 | 0.57071 |
| 2026-05-13 | 0.56751 |
| 2026-05-20 | 0.57597 |
| 2026-05-27 | 0.57450 |
| 2026-06-03 | 0.57768 |
| 2026-06-11 | 0.57952 |
| 2026-06-18 | 0.58327 |
| 2026-06-25 | 0.58832 |
| 2026-07-02 | 0.58515 |
| 2026-07-09 | 0.58439 |
| 2026-07-16 | 0.58299 |
| 2026-07-23 | 0.58604 |
| 2026-07-30 | 0.58248 |
| 2026-08-06 | 0.58032 |
| 2026-08-13 | 0.57945 |
| 2026-08-20 | 0.57316 |
| 2026-08-27 | 0.57606 |
| 2026-09-03 | 0.57680 |
| 2026-09-10 | 0.57667 |
| 2026-09-17 | 0.58425 |
| 2026-09-24 | 0.59120 |
High
0.59120
Low
0.54558
Average
0.56740
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.