HKD to KGS exchange rate API
Hong Kong Dollar to Som · quoted 2026-09-25
11.1507
▼ +0.83% over 1Y
1 HKD = 11.1507 KGS · 1 KGS = 0.08968 HKD · Get this rate via the API
1 HKD buys 11.1507 KGS as of 2026-09-25, so 1 KGS buys 0.08968 HKD. Over the last year, HKD/KGS traded between 11.1490 and 11.2608, averaged 11.1927 and fell 0.83%. The API holds daily HKD/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/KGS over 1Y: show the values
| Point | HKD/KGS |
|---|---|
| 2025-09-25 | 11.2446 |
| 2025-10-02 | 11.2337 |
| 2025-10-09 | 11.2404 |
| 2025-10-16 | 11.2518 |
| 2025-10-23 | 11.2546 |
| 2025-10-30 | 11.2591 |
| 2025-11-06 | 11.2496 |
| 2025-11-13 | 11.2560 |
| 2025-11-20 | 11.2608 |
| 2025-11-27 | 11.2473 |
| 2025-12-04 | 11.2408 |
| 2025-12-12 | 11.2348 |
| 2025-12-19 | 11.2407 |
| 2025-12-26 | 11.2531 |
| 2026-01-02 | 11.2184 |
| 2026-01-09 | 11.2148 |
| 2026-01-16 | 11.2136 |
| 2026-01-23 | 11.2158 |
| 2026-01-30 | 11.2012 |
| 2026-02-06 | 11.1941 |
| 2026-02-13 | 11.1894 |
| 2026-02-20 | 11.1910 |
| 2026-02-27 | 11.1778 |
| 2026-03-06 | 11.1836 |
| 2026-03-13 | 11.1728 |
| 2026-03-20 | 11.1635 |
| 2026-03-27 | 11.1638 |
| 2026-04-03 | 11.1593 |
| 2026-04-10 | 11.1645 |
| 2026-04-17 | 11.1672 |
| 2026-04-24 | 11.1571 |
| 2026-05-01 | 11.1587 |
| 2026-05-08 | 11.1674 |
| 2026-05-16 | 11.1709 |
| 2026-05-24 | 11.1633 |
| 2026-05-31 | 11.1602 |
| 2026-06-09 | 11.1585 |
| 2026-06-16 | 11.1646 |
| 2026-06-23 | 11.1539 |
| 2026-06-30 | 11.1550 |
| 2026-07-07 | 11.1533 |
| 2026-07-14 | 11.1599 |
| 2026-07-21 | 11.1526 |
| 2026-07-28 | 11.1962 |
| 2026-08-04 | 11.1950 |
| 2026-08-11 | 11.1499 |
| 2026-08-18 | 11.1975 |
| 2026-08-26 | 11.1692 |
| 2026-09-02 | 11.1628 |
| 2026-09-09 | 11.1616 |
| 2026-09-16 | 11.1490 |
| 2026-09-23 | 11.1500 |
High
11.2608
Low
11.1490
Average
11.1927
Get this rate via the API
One GET request returns the HKD/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/KGS API questions
How do I get the HKD/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/KGS rate in rates.KGS.
How far back does HKD/KGS historical data go?
Daily HKD/KGS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/KGS 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.