Skip to content

HKD to KES exchange rate API

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

16.5136

▼ +0.65% over 1Y

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 last year, HKD/KES traded between 16.4525 and 16.6967, averaged 16.5454 and fell 0.65%. 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 1Y

HKD/KES over 1Y: show the values
PointHKD/KES
2025-09-2516.6214
2025-10-0216.6493
2025-10-0916.6238
2025-10-1616.6220
2025-10-2316.6070
2025-10-3016.6322
2025-11-0616.6221
2025-11-1316.6281
2025-11-2016.6967
2025-11-2716.6792
2025-12-0416.6255
2025-12-1216.5422
2025-12-1916.5737
2025-12-2616.5902
2026-01-0216.5584
2026-01-0916.5796
2026-01-1616.5546
2026-01-2316.5431
2026-01-3016.5370
2026-02-0616.5184
2026-02-1316.5253
2026-02-2016.5243
2026-02-2716.4891
2026-03-0616.5258
2026-03-1316.5324
2026-03-2016.4525
2026-03-2716.5566
2026-04-0316.5802
2026-04-1016.5013
2026-04-1716.5037
2026-04-2416.5034
2026-05-0116.4891
2026-05-0816.5454
2026-05-1616.5220
2026-05-2416.5595
2026-05-3116.5189
2026-06-0916.5068
2026-06-1616.5229
2026-06-2316.5044
2026-06-3016.5113
2026-07-0716.4885
2026-07-1416.4872
2026-07-2116.4882
2026-07-2816.5203
2026-08-0416.4958
2026-08-1116.4880
2026-08-1816.4918
2026-08-2616.5117
2026-09-0216.5048
2026-09-0916.5038
2026-09-1616.5260
2026-09-2316.5046

High

16.6967

Low

16.4525

Average

16.5454

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.