Skip to content

HKD to KRW exchange rate API

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

174.1219

▼ +6.15% over YTD

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 year to date, HKD/KRW traded between 170.3846 and 198.6370, averaged 186.3942 and fell 6.15%. 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 YTD

HKD/KRW over YTD: show the values
PointHKD/KRW
2025-12-31185.5309
2026-01-07185.9249
2026-01-14189.2317
2026-01-21187.8381
2026-01-28183.1483
2026-02-04186.3561
2026-02-11187.0070
2026-02-18185.0224
2026-02-25182.5841
2026-03-04187.3781
2026-03-11188.7249
2026-03-18191.8323
2026-03-25191.5267
2026-04-01191.9993
2026-04-08188.2238
2026-04-15188.5404
2026-04-22188.7215
2026-04-29188.6490
2026-05-06184.8095
2026-05-13190.0987
2026-05-20192.1958
2026-05-27191.4163
2026-06-03195.3688
2026-06-10194.5370
2026-06-17193.6171
2026-06-24197.2388
2026-07-01198.6370
2026-07-08192.5108
2026-07-15190.3514
2026-07-22188.8108
2026-07-29185.1926
2026-08-05181.5260
2026-08-12180.5947
2026-08-19177.4478
2026-08-26176.5074
2026-09-02173.7393
2026-09-09170.3846
2026-09-16174.3545
2026-09-23174.0666

High

198.6370

Low

170.3846

Average

186.3942

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.