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: show the values
| Point | HKD/KRW |
|---|---|
| 2021-09-27 | 151.7825 |
| 2021-11-08 | 151.7627 |
| 2021-12-20 | 152.7580 |
| 2022-01-31 | 155.0774 |
| 2022-03-14 | 158.2206 |
| 2022-04-27 | 161.5967 |
| 2022-06-08 | 160.1116 |
| 2022-07-20 | 167.0718 |
| 2022-08-31 | 171.0822 |
| 2022-10-12 | 181.7330 |
| 2022-11-23 | 173.1452 |
| 2023-01-05 | 162.5719 |
| 2023-02-16 | 163.9007 |
| 2023-03-30 | 165.4263 |
| 2023-05-16 | 171.0316 |
| 2023-06-27 | 166.0255 |
| 2023-08-08 | 169.0026 |
| 2023-09-19 | 169.4183 |
| 2023-10-31 | 172.6862 |
| 2023-12-12 | 167.7246 |
| 2024-01-26 | 170.8500 |
| 2024-03-08 | 168.6602 |
| 2024-04-23 | 175.8979 |
| 2024-06-05 | 175.6502 |
| 2024-07-17 | 176.6564 |
| 2024-08-27 | 170.6453 |
| 2024-10-01 | 165.8318 |
| 2024-10-31 | 177.3151 |
| 2024-11-30 | 179.1828 |
| 2024-12-30 | 189.8637 |
| 2025-01-29 | 185.6998 |
| 2025-02-28 | 187.6908 |
| 2025-03-30 | 186.1333 |
| 2025-04-29 | 185.0460 |
| 2025-05-29 | 175.3975 |
| 2025-06-28 | 173.4985 |
| 2025-07-28 | 176.4918 |
| 2025-08-27 | 179.5975 |
| 2025-09-26 | 181.1890 |
| 2025-10-26 | 185.4834 |
| 2025-11-25 | 188.3794 |
| 2025-12-25 | 186.0503 |
| 2026-01-24 | 185.6248 |
| 2026-02-23 | 184.6271 |
| 2026-03-25 | 191.5267 |
| 2026-04-24 | 188.5194 |
| 2026-05-24 | 194.4774 |
| 2026-06-23 | 195.9379 |
| 2026-07-23 | 187.8157 |
| 2026-08-22 | 176.7774 |
| 2026-09-21 | 174.9013 |
High
195.9379
Low
151.7627
Average
174.7629
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.