HKD to KGS exchange rate API
Hong Kong Dollar to Som · quoted 2026-09-25
11.1507
▼ +0.74% over YTD
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 year to date, HKD/KGS traded between 11.1467 and 11.2343, averaged 11.1732 and fell 0.74%. 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 YTD: show the values
| Point | HKD/KGS |
|---|---|
| 2025-12-31 | 11.2343 |
| 2026-01-07 | 11.2314 |
| 2026-01-14 | 11.2155 |
| 2026-01-21 | 11.2164 |
| 2026-01-28 | 11.2110 |
| 2026-02-04 | 11.1969 |
| 2026-02-11 | 11.1892 |
| 2026-02-18 | 11.1913 |
| 2026-02-25 | 11.1821 |
| 2026-03-04 | 11.1878 |
| 2026-03-11 | 11.1738 |
| 2026-03-18 | 11.1599 |
| 2026-03-25 | 11.1846 |
| 2026-04-01 | 11.1588 |
| 2026-04-08 | 11.1663 |
| 2026-04-15 | 11.1624 |
| 2026-04-22 | 11.1656 |
| 2026-04-29 | 11.1565 |
| 2026-05-06 | 11.1568 |
| 2026-05-14 | 11.1695 |
| 2026-05-21 | 11.1646 |
| 2026-05-29 | 11.1626 |
| 2026-06-05 | 11.1643 |
| 2026-06-14 | 11.1621 |
| 2026-06-21 | 11.1606 |
| 2026-06-28 | 11.1546 |
| 2026-07-05 | 11.1525 |
| 2026-07-12 | 11.1563 |
| 2026-07-19 | 11.1552 |
| 2026-07-26 | 11.1581 |
| 2026-08-02 | 11.1553 |
| 2026-08-09 | 11.1874 |
| 2026-08-16 | 11.1467 |
| 2026-08-24 | 11.1709 |
| 2026-08-31 | 11.1698 |
| 2026-09-07 | 11.1661 |
| 2026-09-14 | 11.1614 |
| 2026-09-21 | 11.1475 |
High
11.2343
Low
11.1467
Average
11.1732
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.