Skip to content

HKD to KGS exchange rate API

Hong Kong Dollar to Som · quoted 2026-09-25

11.1507

▼ +0.15% over 6M

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 6 months, HKD/KGS traded between 11.1458 and 11.1960, averaged 11.1604 and fell 0.15%. 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 6M

HKD/KGS over 6M: show the values
PointHKD/KGS
2026-03-2911.1675
2026-04-0511.1593
2026-04-1211.1658
2026-04-1911.1641
2026-04-2611.1549
2026-05-0311.1580
2026-05-1011.1644
2026-05-1811.1677
2026-05-2611.1610
2026-06-0211.1591
2026-06-1111.1601
2026-06-1811.1583
2026-06-2511.1564
2026-07-0211.1486
2026-07-0911.1616
2026-07-1611.1559
2026-07-2311.1514
2026-07-3011.1524
2026-08-0611.1960
2026-08-1311.1458
2026-08-2111.1662
2026-08-2811.1675
2026-09-0411.1660
2026-09-1111.1637
2026-09-1811.1473

High

11.1960

Low

11.1458

Average

11.1604

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.