HKD to KHR exchange rate API
Hong Kong Dollar to Riel · quoted 2026-09-25
518.3081
▲ +0.58% over YTD
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 year to date, HKD/KHR traded between 509.6247 and 518.5274, averaged 514.1998 and rose 0.58%. 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 YTD: show the values
| Point | HKD/KHR |
|---|---|
| 2025-12-31 | 515.3396 |
| 2026-01-07 | 516.1186 |
| 2026-01-14 | 516.6200 |
| 2026-01-21 | 516.4289 |
| 2026-01-28 | 514.4195 |
| 2026-02-04 | 515.7735 |
| 2026-02-11 | 515.6835 |
| 2026-02-18 | 513.9977 |
| 2026-02-25 | 513.0522 |
| 2026-03-04 | 513.7918 |
| 2026-03-11 | 512.7980 |
| 2026-03-18 | 511.1400 |
| 2026-03-25 | 512.7586 |
| 2026-04-01 | 510.7521 |
| 2026-04-08 | 509.6247 |
| 2026-04-15 | 512.3779 |
| 2026-04-22 | 511.1255 |
| 2026-04-29 | 511.6973 |
| 2026-05-06 | 510.8553 |
| 2026-05-14 | 511.9620 |
| 2026-05-21 | 512.7622 |
| 2026-05-29 | 512.5210 |
| 2026-06-05 | 514.5935 |
| 2026-06-14 | 514.0299 |
| 2026-06-21 | 513.1519 |
| 2026-06-28 | 512.8251 |
| 2026-07-05 | 512.3782 |
| 2026-07-12 | 514.6228 |
| 2026-07-19 | 515.1805 |
| 2026-07-26 | 515.4166 |
| 2026-08-02 | 515.8339 |
| 2026-08-09 | 516.7318 |
| 2026-08-16 | 515.5562 |
| 2026-08-24 | 515.8694 |
| 2026-08-31 | 518.5274 |
| 2026-09-07 | 516.2073 |
| 2026-09-14 | 516.5860 |
| 2026-09-21 | 516.3735 |
High
518.5274
Low
509.6247
Average
514.1998
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.