HKD to KES exchange rate API
Hong Kong Dollar to Kenyan Shilling · quoted 2026-09-25
16.5136
▲ +0.01% over 30D
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 30 days, HKD/KES traded between 16.5025 and 16.5576, averaged 16.5111 and rose 0.01%. 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 30D: show the values
| Point | HKD/KES |
|---|---|
| 2026-08-26 | 16.5117 |
| 2026-08-27 | 16.5082 |
| 2026-08-28 | 16.5104 |
| 2026-08-29 | 16.5101 |
| 2026-08-30 | 16.5093 |
| 2026-08-31 | 16.5576 |
| 2026-09-01 | 16.5177 |
| 2026-09-02 | 16.5048 |
| 2026-09-03 | 16.5058 |
| 2026-09-04 | 16.5091 |
| 2026-09-05 | 16.5081 |
| 2026-09-06 | 16.5062 |
| 2026-09-07 | 16.5083 |
| 2026-09-08 | 16.5063 |
| 2026-09-09 | 16.5038 |
| 2026-09-10 | 16.5065 |
| 2026-09-11 | 16.5031 |
| 2026-09-12 | 16.5043 |
| 2026-09-13 | 16.5025 |
| 2026-09-14 | 16.5035 |
| 2026-09-15 | 16.5034 |
| 2026-09-16 | 16.5260 |
| 2026-09-17 | 16.5156 |
| 2026-09-18 | 16.5342 |
| 2026-09-19 | 16.5063 |
| 2026-09-20 | 16.5094 |
| 2026-09-21 | 16.5037 |
| 2026-09-22 | 16.5135 |
| 2026-09-23 | 16.5046 |
| 2026-09-24 | 16.5129 |
| 2026-09-25 | 16.5142 |
High
16.5576
Low
16.5025
Average
16.5111
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.