Skip to content

ZMW to ERN exchange rate API

Zambian Kwacha to Nakfa · quoted 2026-09-26

0.76726

▲ +13.73% over YTD

1 ZMW = 0.76726 ERN · 1 ERN = 1.3033 ZMW · Get this rate via the API

1 ZMW buys 0.76726 ERN as of 2026-09-26, so 1 ERN buys 1.3033 ZMW. Over the year to date, ZMW/ERN traded between 0.67466 and 0.85423, averaged 0.78748 and rose 13.73%. The API holds daily ZMW/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/ERN over YTD

ZMW/ERN over YTD: show the values
PointZMW/ERN
2025-12-310.67466
2026-01-070.71481
2026-01-140.76911
2026-01-210.74011
2026-01-280.75572
2026-02-040.76456
2026-02-110.78537
2026-02-180.81080
2026-02-250.79071
2026-03-040.78124
2026-03-110.77322
2026-03-180.76578
2026-03-250.79060
2026-04-010.78123
2026-04-080.77116
2026-04-150.78393
2026-04-220.78743
2026-04-290.79075
2026-05-060.79636
2026-05-140.78946
2026-05-210.78946
2026-05-290.80642
2026-06-050.85423
2026-06-140.85334
2026-06-210.83801
2026-06-280.82678
2026-07-050.81661
2026-07-120.83028
2026-07-190.82276
2026-07-260.80474
2026-08-020.79997
2026-08-090.79851
2026-08-160.79278
2026-08-240.79010
2026-08-310.78744
2026-09-070.77924
2026-09-140.77520
2026-09-210.76141

High

0.85423

Low

0.67466

Average

0.78748

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/ERN API questions

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

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

How far back does ZMW/ERN historical data go?

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