HKD to KHR exchange rate API
Hong Kong Dollar to Riel · quoted 2026-09-25
518.3081
▲ +0.47% over 30D
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 30 days, HKD/KHR traded between 515.7856 and 518.7175, averaged 516.7593 and rose 0.47%. 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 30D: show the values
| Point | HKD/KHR |
|---|---|
| 2026-08-26 | 515.8939 |
| 2026-08-27 | 516.2929 |
| 2026-08-28 | 516.0932 |
| 2026-08-29 | 515.8353 |
| 2026-08-30 | 516.0663 |
| 2026-08-31 | 518.5274 |
| 2026-09-01 | 516.8593 |
| 2026-09-02 | 516.6346 |
| 2026-09-03 | 515.9722 |
| 2026-09-04 | 516.0453 |
| 2026-09-05 | 515.7856 |
| 2026-09-06 | 516.1573 |
| 2026-09-07 | 516.2073 |
| 2026-09-08 | 516.2956 |
| 2026-09-09 | 515.7874 |
| 2026-09-10 | 516.9496 |
| 2026-09-11 | 517.1985 |
| 2026-09-12 | 517.1742 |
| 2026-09-13 | 516.7709 |
| 2026-09-14 | 516.5860 |
| 2026-09-15 | 516.1337 |
| 2026-09-16 | 516.4179 |
| 2026-09-17 | 518.5960 |
| 2026-09-18 | 516.6387 |
| 2026-09-19 | 516.5037 |
| 2026-09-20 | 516.4396 |
| 2026-09-21 | 516.3735 |
| 2026-09-22 | 516.9090 |
| 2026-09-23 | 517.8027 |
| 2026-09-24 | 518.7175 |
| 2026-09-25 | 518.3254 |
High
518.7175
Low
515.7856
Average
516.7593
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.