ERN to ZMW exchange rate API
Nakfa to Zambian Kwacha · quoted 2026-09-26
1.3033
▼ +18.00% over 1Y
1 ERN = 1.3033 ZMW · 1 ZMW = 0.76726 ERN · Get this rate via the API
1 ERN buys 1.3033 ZMW as of 2026-09-26, so 1 ZMW buys 0.76726 ERN. Over the last year, ERN/ZMW traded between 1.1827 and 1.5894, averaged 1.3352 and fell 18.00%. The API holds daily ERN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ERN/ZMW over 1Y: show the values
| Point | ERN/ZMW |
|---|---|
| 2025-09-26 | 1.5894 |
| 2025-10-03 | 1.5866 |
| 2025-10-10 | 1.5134 |
| 2025-10-17 | 1.5090 |
| 2025-10-24 | 1.4756 |
| 2025-10-31 | 1.4766 |
| 2025-11-07 | 1.5134 |
| 2025-11-14 | 1.5100 |
| 2025-11-21 | 1.5372 |
| 2025-11-28 | 1.5266 |
| 2025-12-05 | 1.5433 |
| 2025-12-13 | 1.5400 |
| 2025-12-20 | 1.5093 |
| 2025-12-27 | 1.5032 |
| 2026-01-03 | 1.4740 |
| 2026-01-10 | 1.3000 |
| 2026-01-17 | 1.3467 |
| 2026-01-24 | 1.3033 |
| 2026-01-31 | 1.3167 |
| 2026-02-07 | 1.2468 |
| 2026-02-14 | 1.2168 |
| 2026-02-21 | 1.2647 |
| 2026-02-28 | 1.2613 |
| 2026-03-07 | 1.2875 |
| 2026-03-14 | 1.2940 |
| 2026-03-21 | 1.3001 |
| 2026-03-28 | 1.2551 |
| 2026-04-04 | 1.2833 |
| 2026-04-11 | 1.2677 |
| 2026-04-18 | 1.2683 |
| 2026-04-25 | 1.2596 |
| 2026-05-02 | 1.2453 |
| 2026-05-09 | 1.2692 |
| 2026-05-17 | 1.2607 |
| 2026-05-25 | 1.2593 |
| 2026-06-01 | 1.2287 |
| 2026-06-10 | 1.1880 |
| 2026-06-17 | 1.1827 |
| 2026-06-24 | 1.2067 |
| 2026-07-01 | 1.2040 |
| 2026-07-08 | 1.2334 |
| 2026-07-15 | 1.2111 |
| 2026-07-22 | 1.2280 |
| 2026-07-29 | 1.2500 |
| 2026-08-05 | 1.2653 |
| 2026-08-12 | 1.2547 |
| 2026-08-20 | 1.2489 |
| 2026-08-27 | 1.2700 |
| 2026-09-03 | 1.2767 |
| 2026-09-10 | 1.2867 |
| 2026-09-17 | 1.3087 |
| 2026-09-24 | 1.3046 |
High
1.5894
Low
1.1827
Average
1.3352
Get this rate via the API
One GET request returns the ERN/ZMW 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=ERN¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
ERN/ZMW API questions
How do I get the ERN/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ERN/ZMW rate in rates.ZMW.
How far back does ERN/ZMW historical data go?
Daily ERN/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 ERN/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.