Skip to content

HKD to KHR exchange rate API

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

518.3081

▲ +0.62% over 1Y

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 year, HKD/KHR traded between 509.7363 and 518.4808, averaged 514.6509 and rose 0.62%. 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 1Y

HKD/KHR over 1Y: show the values
PointHKD/KHR
2025-09-25515.0987
2025-10-02515.3121
2025-10-09516.0937
2025-10-16517.3040
2025-10-23518.4808
2025-10-30517.9403
2025-11-06517.5245
2025-11-13516.2430
2025-11-20514.8072
2025-11-27514.6424
2025-12-04514.8357
2025-12-12513.7518
2025-12-19514.5975
2025-12-26515.7956
2026-01-02514.7437
2026-01-09515.8143
2026-01-16515.8919
2026-01-23515.6969
2026-01-30514.9820
2026-02-06516.6711
2026-02-13514.4861
2026-02-20514.4686
2026-02-27512.5916
2026-03-06513.1041
2026-03-13513.9316
2026-03-20510.2417
2026-03-27511.1837
2026-04-03509.7363
2026-04-10512.2746
2026-04-17512.0066
2026-04-24511.8088
2026-05-01512.1704
2026-05-08514.0537
2026-05-16512.2070
2026-05-24512.9089
2026-05-31513.8555
2026-06-09512.7748
2026-06-16512.2155
2026-06-23512.6130
2026-06-30512.8215
2026-07-07510.9528
2026-07-14516.6815
2026-07-21515.6433
2026-07-28515.8236
2026-08-04516.2584
2026-08-11517.1194
2026-08-18515.4939
2026-08-26515.8939
2026-09-02516.6346
2026-09-09515.7874
2026-09-16516.4179
2026-09-23517.8027

High

518.4808

Low

509.7363

Average

514.6509

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.