Skip to content

HKD to KRW exchange rate API

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

174.1219

▲ +14.72% over 5Y

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 5 years, HKD/KRW traded between 151.7627 and 195.9379, averaged 174.7629 and rose 14.72%. 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 5Y

HKD/KRW over 5Y: show the values
PointHKD/KRW
2021-09-27151.7825
2021-11-08151.7627
2021-12-20152.7580
2022-01-31155.0774
2022-03-14158.2206
2022-04-27161.5967
2022-06-08160.1116
2022-07-20167.0718
2022-08-31171.0822
2022-10-12181.7330
2022-11-23173.1452
2023-01-05162.5719
2023-02-16163.9007
2023-03-30165.4263
2023-05-16171.0316
2023-06-27166.0255
2023-08-08169.0026
2023-09-19169.4183
2023-10-31172.6862
2023-12-12167.7246
2024-01-26170.8500
2024-03-08168.6602
2024-04-23175.8979
2024-06-05175.6502
2024-07-17176.6564
2024-08-27170.6453
2024-10-01165.8318
2024-10-31177.3151
2024-11-30179.1828
2024-12-30189.8637
2025-01-29185.6998
2025-02-28187.6908
2025-03-30186.1333
2025-04-29185.0460
2025-05-29175.3975
2025-06-28173.4985
2025-07-28176.4918
2025-08-27179.5975
2025-09-26181.1890
2025-10-26185.4834
2025-11-25188.3794
2025-12-25186.0503
2026-01-24185.6248
2026-02-23184.6271
2026-03-25191.5267
2026-04-24188.5194
2026-05-24194.4774
2026-06-23195.9379
2026-07-23187.8157
2026-08-22176.7774
2026-09-21174.9013

High

195.9379

Low

151.7627

Average

174.7629

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.