Skip to content

HKD to KES exchange rate API

Hong Kong Dollar to Kenyan Shilling · quoted 2026-09-25

16.5136

▼ +0.54% over YTD

1 HKD = 16.5136 KES · 1 KES = 0.06056 HKD · Get this rate via the API

1 HKD buys 16.5136 KES as of 2026-09-25, so 1 KES buys 0.06056 HKD. Over the year to date, HKD/KES traded between 16.4479 and 16.6061, averaged 16.5164 and fell 0.54%. The API holds daily HKD/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/KES over YTD

HKD/KES over YTD: show the values
PointHKD/KES
2025-12-3116.6038
2026-01-0716.5816
2026-01-1416.5575
2026-01-2116.5509
2026-01-2816.5448
2026-02-0416.4705
2026-02-1116.4975
2026-02-1816.4942
2026-02-2516.4963
2026-03-0416.5254
2026-03-1116.5178
2026-03-1816.5092
2026-03-2516.5542
2026-04-0116.5849
2026-04-0816.6061
2026-04-1516.5194
2026-04-2216.5043
2026-04-2916.4733
2026-05-0616.4479
2026-05-1416.4919
2026-05-2116.5216
2026-05-2916.4797
2026-06-0516.5180
2026-06-1416.5255
2026-06-2116.5186
2026-06-2816.5130
2026-07-0516.4850
2026-07-1216.4807
2026-07-1916.4859
2026-07-2616.5126
2026-08-0216.4944
2026-08-0916.4910
2026-08-1616.4765
2026-08-2416.5179
2026-08-3116.5576
2026-09-0716.5083
2026-09-1416.5035
2026-09-2116.5037

High

16.6061

Low

16.4479

Average

16.5164

For developers

Get this rate via the API

One GET request returns the HKD/KES 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=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KES");
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=KES").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/KES API questions

How do I get the HKD/KES exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/KES rate in rates.KES.

How far back does HKD/KES historical data go?

Daily HKD/KES 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/KES 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.