Skip to content

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

HKD/KGS over YTD: show the values
PointHKD/KGS
2025-12-3111.2343
2026-01-0711.2314
2026-01-1411.2155
2026-01-2111.2164
2026-01-2811.2110
2026-02-0411.1969
2026-02-1111.1892
2026-02-1811.1913
2026-02-2511.1821
2026-03-0411.1878
2026-03-1111.1738
2026-03-1811.1599
2026-03-2511.1846
2026-04-0111.1588
2026-04-0811.1663
2026-04-1511.1624
2026-04-2211.1656
2026-04-2911.1565
2026-05-0611.1568
2026-05-1411.1695
2026-05-2111.1646
2026-05-2911.1626
2026-06-0511.1643
2026-06-1411.1621
2026-06-2111.1606
2026-06-2811.1546
2026-07-0511.1525
2026-07-1211.1563
2026-07-1911.1552
2026-07-2611.1581
2026-08-0211.1553
2026-08-0911.1874
2026-08-1611.1467
2026-08-2411.1709
2026-08-3111.1698
2026-09-0711.1661
2026-09-1411.1614
2026-09-2111.1475

High

11.2343

Low

11.1467

Average

11.1732

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KGS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.