ZMW to KHR exchange rate API
Zambian Kwacha to Riel · quoted 2026-09-26
208.1642
▲ +23.56% over 1Y
1 ZMW = 208.1642 KHR · 1 KHR = 0.004804 ZMW · Get this rate via the API
1 ZMW buys 208.1642 KHR as of 2026-09-26, so 1 KHR buys 0.004804 ZMW. Over the last year, ZMW/KHR traded between 168.4671 and 226.2126, averaged 202.4177 and rose 23.56%. The API holds daily ZMW/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/KHR over 1Y: show the values
| Point | ZMW/KHR |
|---|---|
| 2025-09-26 | 168.4671 |
| 2025-10-03 | 168.4954 |
| 2025-10-10 | 177.2843 |
| 2025-10-17 | 177.3254 |
| 2025-10-24 | 181.8007 |
| 2025-10-31 | 181.2939 |
| 2025-11-07 | 176.9047 |
| 2025-11-14 | 177.1313 |
| 2025-11-21 | 173.6960 |
| 2025-11-28 | 174.8650 |
| 2025-12-05 | 173.0157 |
| 2025-12-13 | 173.2333 |
| 2025-12-20 | 177.2046 |
| 2025-12-27 | 177.7730 |
| 2026-01-03 | 181.4312 |
| 2026-01-10 | 206.1726 |
| 2026-01-17 | 199.2784 |
| 2026-01-24 | 206.0987 |
| 2026-01-31 | 203.7635 |
| 2026-02-07 | 215.5621 |
| 2026-02-14 | 220.1866 |
| 2026-02-21 | 211.9068 |
| 2026-02-28 | 212.0574 |
| 2026-03-07 | 207.6623 |
| 2026-03-14 | 206.6053 |
| 2026-03-21 | 205.5861 |
| 2026-03-28 | 213.1029 |
| 2026-04-04 | 207.9974 |
| 2026-04-11 | 211.1371 |
| 2026-04-18 | 210.7882 |
| 2026-04-25 | 211.7121 |
| 2026-05-02 | 214.8142 |
| 2026-05-09 | 210.6329 |
| 2026-05-17 | 211.7802 |
| 2026-05-25 | 211.7530 |
| 2026-06-01 | 217.8677 |
| 2026-06-10 | 225.8587 |
| 2026-06-17 | 226.2126 |
| 2026-06-24 | 221.5496 |
| 2026-07-01 | 222.8159 |
| 2026-07-08 | 217.7454 |
| 2026-07-15 | 222.5509 |
| 2026-07-22 | 219.4468 |
| 2026-07-29 | 215.4602 |
| 2026-08-05 | 213.0378 |
| 2026-08-12 | 215.0460 |
| 2026-08-20 | 214.9895 |
| 2026-08-27 | 212.4473 |
| 2026-09-03 | 211.2786 |
| 2026-09-10 | 210.0169 |
| 2026-09-17 | 207.2529 |
| 2026-09-24 | 207.8794 |
High
226.2126
Low
168.4671
Average
202.4177
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/KHR API questions
How do I get the ZMW/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/KHR rate in rates.KHR.
How far back does ZMW/KHR historical data go?
Daily ZMW/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 ZMW/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.