Skip to content

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

HKD/KGS over 1Y: show the values
PointHKD/KGS
2025-09-2511.2446
2025-10-0211.2337
2025-10-0911.2404
2025-10-1611.2518
2025-10-2311.2546
2025-10-3011.2591
2025-11-0611.2496
2025-11-1311.2560
2025-11-2011.2608
2025-11-2711.2473
2025-12-0411.2408
2025-12-1211.2348
2025-12-1911.2407
2025-12-2611.2531
2026-01-0211.2184
2026-01-0911.2148
2026-01-1611.2136
2026-01-2311.2158
2026-01-3011.2012
2026-02-0611.1941
2026-02-1311.1894
2026-02-2011.1910
2026-02-2711.1778
2026-03-0611.1836
2026-03-1311.1728
2026-03-2011.1635
2026-03-2711.1638
2026-04-0311.1593
2026-04-1011.1645
2026-04-1711.1672
2026-04-2411.1571
2026-05-0111.1587
2026-05-0811.1674
2026-05-1611.1709
2026-05-2411.1633
2026-05-3111.1602
2026-06-0911.1585
2026-06-1611.1646
2026-06-2311.1539
2026-06-3011.1550
2026-07-0711.1533
2026-07-1411.1599
2026-07-2111.1526
2026-07-2811.1962
2026-08-0411.1950
2026-08-1111.1499
2026-08-1811.1975
2026-08-2611.1692
2026-09-0211.1628
2026-09-0911.1616
2026-09-1611.1490
2026-09-2311.1500

High

11.2608

Low

11.1490

Average

11.1927

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.