Skip to content

HKD to KHR exchange rate API

Hong Kong Dollar to Riel · quoted 2026-09-25

518.3081

▼ +1.13% over 5Y

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 5 years, HKD/KHR traded between 509.3756 and 524.2270, averaged 515.7159 and fell 1.13%. 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 5Y

HKD/KHR over 5Y: show the values
PointHKD/KHR
2024-08-24524.2270
2024-10-07523.7697
2024-11-06522.7387
2024-12-06518.7573
2025-01-05518.1409
2025-02-04515.0301
2025-03-06515.8960
2025-04-06514.2747
2025-05-06517.5324
2025-06-07512.5458
2025-07-07511.5210
2025-08-06509.3756
2025-09-05513.0795
2025-10-06515.8390
2025-11-05516.5704
2025-12-05514.4955
2026-01-05515.7633
2026-02-04515.7735
2026-03-06513.1041
2026-04-05510.0978
2026-05-05511.9650
2026-06-06512.0120
2026-07-08513.9048
2026-08-07517.6841
2026-09-07516.2073

High

524.2270

Low

509.3756

Average

515.7159

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=KHR");
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=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&currencies=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.