Skip to content

HKD to KRW exchange rate API

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

174.1219

▼ +3.53% over 1Y

1 HKD = 174.1219 KRW · 1 KRW = 0.005743 HKD · Get this rate via the API

1 HKD buys 174.1219 KRW as of 2026-09-25, so 1 KRW buys 0.005743 HKD. Over the last year, HKD/KRW traded between 171.3778 and 197.4557, averaged 186.3264 and fell 3.53%. The API holds daily HKD/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

HKD/KRW over 1Y

HKD/KRW over 1Y: show the values
PointHKD/KRW
2025-09-25180.4997
2025-10-02180.1056
2025-10-09182.4119
2025-10-16182.4165
2025-10-23185.3539
2025-10-30184.7232
2025-11-06185.9485
2025-11-13188.3329
2025-11-20188.7254
2025-11-27187.9924
2025-12-04189.0607
2025-12-11189.0526
2025-12-18189.8432
2025-12-25186.0503
2026-01-01185.3061
2026-01-08186.3653
2026-01-15188.2668
2026-01-22188.2180
2026-01-29183.3289
2026-02-05187.5406
2026-02-12184.0026
2026-02-19185.5073
2026-02-26182.2446
2026-03-05188.6984
2026-03-12189.1934
2026-03-19191.7613
2026-03-26192.5256
2026-04-02193.5167
2026-04-09188.8325
2026-04-16188.6892
2026-04-23188.8603
2026-04-30188.5613
2026-05-07185.2246
2026-05-14190.4410
2026-05-21192.5754
2026-05-28191.8190
2026-06-04195.6298
2026-06-11195.1798
2026-06-18196.3463
2026-06-25196.7862
2026-07-02197.4557
2026-07-09193.0127
2026-07-16188.7128
2026-07-23187.8157
2026-07-30182.7757
2026-08-06181.4727
2026-08-13181.0002
2026-08-20178.0189
2026-08-27176.0971
2026-09-03173.0923
2026-09-10171.3778
2026-09-17176.2288
2026-09-24174.5065

High

197.4557

Low

171.3778

Average

186.3264

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/KRW API questions

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

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

How far back does HKD/KRW historical data go?

Daily HKD/KRW 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/KRW 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.