HKD to KHR exchange rate API
Hong Kong Dollar to Riel · quoted 2026-09-25
518.3081
▲ +1.15% over 6M
1 HKD = 518.3081 KHR · 1 KHR = 0.001929 HKD · Get this rate via the API
1 HKD buys 518.3081 KHR as of 2026-09-25, so 1 KHR buys 0.001929 HKD. Over the last 6 months, HKD/KHR traded between 510.0978 and 518.3254, averaged 513.6907 and rose 1.15%. The API holds daily HKD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/KHR over 6M: show the values
| Point | HKD/KHR |
|---|---|
| 2026-03-29 | 512.4237 |
| 2026-04-05 | 510.0978 |
| 2026-04-12 | 510.3779 |
| 2026-04-19 | 511.5385 |
| 2026-04-26 | 510.5046 |
| 2026-05-03 | 512.1407 |
| 2026-05-10 | 511.0294 |
| 2026-05-18 | 513.3860 |
| 2026-05-26 | 512.3184 |
| 2026-06-02 | 513.0501 |
| 2026-06-11 | 513.7525 |
| 2026-06-18 | 512.1395 |
| 2026-06-25 | 511.6862 |
| 2026-07-02 | 511.5364 |
| 2026-07-09 | 513.2993 |
| 2026-07-16 | 513.4637 |
| 2026-07-23 | 514.7902 |
| 2026-07-30 | 514.1248 |
| 2026-08-06 | 516.0591 |
| 2026-08-13 | 515.9311 |
| 2026-08-21 | 513.3900 |
| 2026-08-28 | 516.0932 |
| 2026-09-04 | 516.0453 |
| 2026-09-11 | 517.1985 |
| 2026-09-18 | 516.6387 |
| 2026-09-25 | 518.3254 |
High
518.3254
Low
510.0978
Average
513.6907
Get this rate via the API
One GET request returns the HKD/KHR 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=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/KHR API questions
How do I get the HKD/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/KHR rate in rates.KHR.
How far back does HKD/KHR historical data go?
Daily HKD/KHR 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/KHR 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.