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: show the values
| Point | ZMW/ERN |
|---|---|
| 2025-12-31 | 0.67466 |
| 2026-01-07 | 0.71481 |
| 2026-01-14 | 0.76911 |
| 2026-01-21 | 0.74011 |
| 2026-01-28 | 0.75572 |
| 2026-02-04 | 0.76456 |
| 2026-02-11 | 0.78537 |
| 2026-02-18 | 0.81080 |
| 2026-02-25 | 0.79071 |
| 2026-03-04 | 0.78124 |
| 2026-03-11 | 0.77322 |
| 2026-03-18 | 0.76578 |
| 2026-03-25 | 0.79060 |
| 2026-04-01 | 0.78123 |
| 2026-04-08 | 0.77116 |
| 2026-04-15 | 0.78393 |
| 2026-04-22 | 0.78743 |
| 2026-04-29 | 0.79075 |
| 2026-05-06 | 0.79636 |
| 2026-05-14 | 0.78946 |
| 2026-05-21 | 0.78946 |
| 2026-05-29 | 0.80642 |
| 2026-06-05 | 0.85423 |
| 2026-06-14 | 0.85334 |
| 2026-06-21 | 0.83801 |
| 2026-06-28 | 0.82678 |
| 2026-07-05 | 0.81661 |
| 2026-07-12 | 0.83028 |
| 2026-07-19 | 0.82276 |
| 2026-07-26 | 0.80474 |
| 2026-08-02 | 0.79997 |
| 2026-08-09 | 0.79851 |
| 2026-08-16 | 0.79278 |
| 2026-08-24 | 0.79010 |
| 2026-08-31 | 0.78744 |
| 2026-09-07 | 0.77924 |
| 2026-09-14 | 0.77520 |
| 2026-09-21 | 0.76141 |
High
0.85423
Low
0.67466
Average
0.78748
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.