Skip to content

ERN to HKD exchange rate API

Nakfa to Hong Kong Dollar · quoted 2026-09-25

0.52295

▲ +0.85% over 1Y

1 ERN = 0.52295 HKD · 1 HKD = 1.9122 ERN · Get this rate via the API

1 ERN buys 0.52295 HKD as of 2026-09-25, so 1 HKD buys 1.9122 ERN. Over the last year, ERN/HKD traded between 0.51789 and 0.52308, averaged 0.52109 and rose 0.85%. The API holds daily ERN/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ERN/HKD over 1Y

ERN/HKD over 1Y: show the values
PointERN/HKD
2025-09-250.51853
2025-10-020.51873
2025-10-090.51867
2025-10-160.51818
2025-10-230.51808
2025-10-300.51789
2025-11-060.51834
2025-11-130.51805
2025-11-200.51904
2025-11-270.51855
2025-12-040.51889
2025-12-120.51904
2025-12-190.51873
2025-12-260.51816
2026-01-020.51946
2026-01-090.51974
2026-01-160.52000
2026-01-230.51985
2026-01-300.52055
2026-02-060.52090
2026-02-130.52113
2026-02-200.52101
2026-02-270.52158
2026-03-060.52129
2026-03-130.52182
2026-03-200.52240
2026-03-270.52226
2026-04-030.52249
2026-04-100.52218
2026-04-170.52206
2026-04-240.52233
2026-05-010.52229
2026-05-080.52188
2026-05-160.52205
2026-05-240.52237
2026-05-310.52245
2026-06-090.52243
2026-06-160.52223
2026-06-230.52266
2026-06-300.52279
2026-07-070.52282
2026-07-140.52250
2026-07-210.52271
2026-07-280.52278
2026-08-040.52289
2026-08-110.52308
2026-08-180.52292
2026-08-260.52254
2026-09-020.52284
2026-09-090.52282
2026-09-160.52299
2026-09-230.52292

High

0.52308

Low

0.51789

Average

0.52109

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ERN/HKD API questions

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

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

How far back does ERN/HKD historical data go?

Daily ERN/HKD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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