EUR to ZMW exchange rate API
Euro to Zambian Kwacha · quoted 2026-09-24
22.2658
▼ +19.75% over 1Y
1 EUR = 22.2658 ZMW · 1 ZMW = 0.04491 EUR · Get this rate via the API
1 EUR buys 22.2658 ZMW as of 2026-09-24, so 1 ZMW buys 0.04491 EUR. Over the last year, EUR/ZMW traded between 20.2750 and 28.0207, averaged 23.3492 and fell 19.75%. The API holds daily EUR/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/ZMW over 1Y: show the values
| Point | EUR/ZMW |
|---|---|
| 2025-09-24 | 27.7463 |
| 2025-10-01 | 28.0207 |
| 2025-10-08 | 27.7881 |
| 2025-10-15 | 26.2584 |
| 2025-10-22 | 26.1862 |
| 2025-10-29 | 25.6923 |
| 2025-11-05 | 25.8236 |
| 2025-11-12 | 26.2781 |
| 2025-11-19 | 26.3499 |
| 2025-11-26 | 26.5222 |
| 2025-12-03 | 26.8960 |
| 2025-12-11 | 27.2797 |
| 2025-12-18 | 27.0709 |
| 2025-12-25 | 26.5695 |
| 2026-01-01 | 26.1350 |
| 2026-01-08 | 23.3497 |
| 2026-01-15 | 22.9548 |
| 2026-01-22 | 23.6785 |
| 2026-01-29 | 23.8161 |
| 2026-02-05 | 22.8928 |
| 2026-02-12 | 22.6413 |
| 2026-02-19 | 22.0374 |
| 2026-02-26 | 22.2394 |
| 2026-03-05 | 22.3431 |
| 2026-03-12 | 22.5178 |
| 2026-03-19 | 22.5418 |
| 2026-03-26 | 21.5964 |
| 2026-04-02 | 22.1630 |
| 2026-04-09 | 22.3330 |
| 2026-04-16 | 22.5341 |
| 2026-04-23 | 22.3244 |
| 2026-04-30 | 22.0942 |
| 2026-05-07 | 22.3527 |
| 2026-05-15 | 21.9902 |
| 2026-05-23 | 21.9171 |
| 2026-05-30 | 21.4870 |
| 2026-06-06 | 20.2750 |
| 2026-06-15 | 20.4056 |
| 2026-06-22 | 20.5055 |
| 2026-06-29 | 20.7012 |
| 2026-07-06 | 20.9457 |
| 2026-07-13 | 20.7338 |
| 2026-07-20 | 20.9109 |
| 2026-07-27 | 21.2286 |
| 2026-08-03 | 21.6286 |
| 2026-08-10 | 21.6738 |
| 2026-08-17 | 21.9889 |
| 2026-08-25 | 22.3473 |
| 2026-09-01 | 22.2068 |
| 2026-09-08 | 22.3566 |
| 2026-09-15 | 22.3849 |
| 2026-09-22 | 22.5249 |
High
28.0207
Low
20.2750
Average
23.3492
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/ZMW API questions
How do I get the EUR/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/ZMW rate in rates.ZMW.
How far back does EUR/ZMW historical data go?
Daily EUR/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 EUR/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.