Skip to content

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

ZMW/KHR over 1Y: show the values
PointZMW/KHR
2025-09-26168.4671
2025-10-03168.4954
2025-10-10177.2843
2025-10-17177.3254
2025-10-24181.8007
2025-10-31181.2939
2025-11-07176.9047
2025-11-14177.1313
2025-11-21173.6960
2025-11-28174.8650
2025-12-05173.0157
2025-12-13173.2333
2025-12-20177.2046
2025-12-27177.7730
2026-01-03181.4312
2026-01-10206.1726
2026-01-17199.2784
2026-01-24206.0987
2026-01-31203.7635
2026-02-07215.5621
2026-02-14220.1866
2026-02-21211.9068
2026-02-28212.0574
2026-03-07207.6623
2026-03-14206.6053
2026-03-21205.5861
2026-03-28213.1029
2026-04-04207.9974
2026-04-11211.1371
2026-04-18210.7882
2026-04-25211.7121
2026-05-02214.8142
2026-05-09210.6329
2026-05-17211.7802
2026-05-25211.7530
2026-06-01217.8677
2026-06-10225.8587
2026-06-17226.2126
2026-06-24221.5496
2026-07-01222.8159
2026-07-08217.7454
2026-07-15222.5509
2026-07-22219.4468
2026-07-29215.4602
2026-08-05213.0378
2026-08-12215.0460
2026-08-20214.9895
2026-08-27212.4473
2026-09-03211.2786
2026-09-10210.0169
2026-09-17207.2529
2026-09-24207.8794

High

226.2126

Low

168.4671

Average

202.4177

For developers

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