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: show the values
| Point | HKD/KRW |
|---|---|
| 2025-09-25 | 180.4997 |
| 2025-10-02 | 180.1056 |
| 2025-10-09 | 182.4119 |
| 2025-10-16 | 182.4165 |
| 2025-10-23 | 185.3539 |
| 2025-10-30 | 184.7232 |
| 2025-11-06 | 185.9485 |
| 2025-11-13 | 188.3329 |
| 2025-11-20 | 188.7254 |
| 2025-11-27 | 187.9924 |
| 2025-12-04 | 189.0607 |
| 2025-12-11 | 189.0526 |
| 2025-12-18 | 189.8432 |
| 2025-12-25 | 186.0503 |
| 2026-01-01 | 185.3061 |
| 2026-01-08 | 186.3653 |
| 2026-01-15 | 188.2668 |
| 2026-01-22 | 188.2180 |
| 2026-01-29 | 183.3289 |
| 2026-02-05 | 187.5406 |
| 2026-02-12 | 184.0026 |
| 2026-02-19 | 185.5073 |
| 2026-02-26 | 182.2446 |
| 2026-03-05 | 188.6984 |
| 2026-03-12 | 189.1934 |
| 2026-03-19 | 191.7613 |
| 2026-03-26 | 192.5256 |
| 2026-04-02 | 193.5167 |
| 2026-04-09 | 188.8325 |
| 2026-04-16 | 188.6892 |
| 2026-04-23 | 188.8603 |
| 2026-04-30 | 188.5613 |
| 2026-05-07 | 185.2246 |
| 2026-05-14 | 190.4410 |
| 2026-05-21 | 192.5754 |
| 2026-05-28 | 191.8190 |
| 2026-06-04 | 195.6298 |
| 2026-06-11 | 195.1798 |
| 2026-06-18 | 196.3463 |
| 2026-06-25 | 196.7862 |
| 2026-07-02 | 197.4557 |
| 2026-07-09 | 193.0127 |
| 2026-07-16 | 188.7128 |
| 2026-07-23 | 187.8157 |
| 2026-07-30 | 182.7757 |
| 2026-08-06 | 181.4727 |
| 2026-08-13 | 181.0002 |
| 2026-08-20 | 178.0189 |
| 2026-08-27 | 176.0971 |
| 2026-09-03 | 173.0923 |
| 2026-09-10 | 171.3778 |
| 2026-09-17 | 176.2288 |
| 2026-09-24 | 174.5065 |
High
197.4557
Low
171.3778
Average
186.3264
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.