Skip to content

KHR to ZMW exchange rate API

Riel to Zambian Kwacha · quoted 2026-09-26

0.004803

▼ +19.07% over 1Y

1 KHR = 0.004803 ZMW · 1 ZMW = 208.2032 KHR · Get this rate via the API

1 KHR buys 0.004803 ZMW as of 2026-09-26, so 1 ZMW buys 208.2032 KHR. Over the last year, KHR/ZMW traded between 0.004420 and 0.005935, averaged 0.004980 and fell 19.07%. The API holds daily KHR/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KHR/ZMW over 1Y

KHR/ZMW over 1Y: show the values
PointKHR/ZMW
2025-09-260.005935
2025-10-030.005934
2025-10-100.005640
2025-10-170.005639
2025-10-240.005500
2025-10-310.005515
2025-11-070.005652
2025-11-140.005645
2025-11-210.005757
2025-11-280.005718
2025-12-050.005779
2025-12-130.005772
2025-12-200.005643
2025-12-270.005625
2026-01-030.005511
2026-01-100.004850
2026-01-170.005018
2026-01-240.004852
2026-01-310.004907
2026-02-070.004639
2026-02-140.004541
2026-02-210.004719
2026-02-280.004715
2026-03-070.004815
2026-03-140.004840
2026-03-210.004864
2026-03-280.004692
2026-04-040.004807
2026-04-110.004736
2026-04-180.004744
2026-04-250.004723
2026-05-020.004655
2026-05-090.004747
2026-05-170.004721
2026-05-250.004722
2026-06-010.004589
2026-06-100.004427
2026-06-170.004420
2026-06-240.004513
2026-07-010.004488
2026-07-080.004592
2026-07-150.004493
2026-07-220.004556
2026-07-290.004641
2026-08-050.004694
2026-08-120.004650
2026-08-200.004651
2026-08-270.004707
2026-09-030.004733
2026-09-100.004761
2026-09-170.004825
2026-09-240.004810

High

0.005935

Low

0.004420

Average

0.004980

For developers

Get this rate via the API

One GET request returns the KHR/ZMW 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=KHR&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KHR&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KHR&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

KHR/ZMW API questions

How do I get the KHR/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KHR&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KHR/ZMW rate in rates.ZMW.

How far back does KHR/ZMW historical data go?

Daily KHR/ZMW 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 KHR/ZMW 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.