Skip to content

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

EUR/ZMW over 1Y: show the values
PointEUR/ZMW
2025-09-2427.7463
2025-10-0128.0207
2025-10-0827.7881
2025-10-1526.2584
2025-10-2226.1862
2025-10-2925.6923
2025-11-0525.8236
2025-11-1226.2781
2025-11-1926.3499
2025-11-2626.5222
2025-12-0326.8960
2025-12-1127.2797
2025-12-1827.0709
2025-12-2526.5695
2026-01-0126.1350
2026-01-0823.3497
2026-01-1522.9548
2026-01-2223.6785
2026-01-2923.8161
2026-02-0522.8928
2026-02-1222.6413
2026-02-1922.0374
2026-02-2622.2394
2026-03-0522.3431
2026-03-1222.5178
2026-03-1922.5418
2026-03-2621.5964
2026-04-0222.1630
2026-04-0922.3330
2026-04-1622.5341
2026-04-2322.3244
2026-04-3022.0942
2026-05-0722.3527
2026-05-1521.9902
2026-05-2321.9171
2026-05-3021.4870
2026-06-0620.2750
2026-06-1520.4056
2026-06-2220.5055
2026-06-2920.7012
2026-07-0620.9457
2026-07-1320.7338
2026-07-2020.9109
2026-07-2721.2286
2026-08-0321.6286
2026-08-1021.6738
2026-08-1721.9889
2026-08-2522.3473
2026-09-0122.2068
2026-09-0822.3566
2026-09-1522.3849
2026-09-2222.5249

High

28.0207

Low

20.2750

Average

23.3492

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.