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: show the values
| Point | HKD/KRW |
|---|---|
| 2025-12-31 | 185.5309 |
| 2026-01-07 | 185.9249 |
| 2026-01-14 | 189.2317 |
| 2026-01-21 | 187.8381 |
| 2026-01-28 | 183.1483 |
| 2026-02-04 | 186.3561 |
| 2026-02-11 | 187.0070 |
| 2026-02-18 | 185.0224 |
| 2026-02-25 | 182.5841 |
| 2026-03-04 | 187.3781 |
| 2026-03-11 | 188.7249 |
| 2026-03-18 | 191.8323 |
| 2026-03-25 | 191.5267 |
| 2026-04-01 | 191.9993 |
| 2026-04-08 | 188.2238 |
| 2026-04-15 | 188.5404 |
| 2026-04-22 | 188.7215 |
| 2026-04-29 | 188.6490 |
| 2026-05-06 | 184.8095 |
| 2026-05-13 | 190.0987 |
| 2026-05-20 | 192.1958 |
| 2026-05-27 | 191.4163 |
| 2026-06-03 | 195.3688 |
| 2026-06-10 | 194.5370 |
| 2026-06-17 | 193.6171 |
| 2026-06-24 | 197.2388 |
| 2026-07-01 | 198.6370 |
| 2026-07-08 | 192.5108 |
| 2026-07-15 | 190.3514 |
| 2026-07-22 | 188.8108 |
| 2026-07-29 | 185.1926 |
| 2026-08-05 | 181.5260 |
| 2026-08-12 | 180.5947 |
| 2026-08-19 | 177.4478 |
| 2026-08-26 | 176.5074 |
| 2026-09-02 | 173.7393 |
| 2026-09-09 | 170.3846 |
| 2026-09-16 | 174.3545 |
| 2026-09-23 | 174.0666 |
High
198.6370
Low
170.3846
Average
186.3942
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.