XCD to ZMW exchange rate API
East Caribbean Dollar to Zambian Kwacha · quoted 2026-09-26
7.2212
▼ +18.03% over 1Y
1 XCD = 7.2212 ZMW · 1 ZMW = 0.13848 XCD · Get this rate via the API
1 XCD buys 7.2212 ZMW as of 2026-09-26, so 1 ZMW buys 0.13848 XCD. Over the last year, XCD/ZMW traded between 6.5536 and 8.8090, averaged 7.4044 and fell 18.03%. The API holds daily XCD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XCD/ZMW over 1Y: show the values
| Point | XCD/ZMW |
|---|---|
| 2025-09-26 | 8.8090 |
| 2025-10-03 | 8.7909 |
| 2025-10-10 | 8.3871 |
| 2025-10-17 | 8.3627 |
| 2025-10-24 | 8.1767 |
| 2025-10-31 | 8.1834 |
| 2025-11-07 | 8.3871 |
| 2025-11-14 | 8.3663 |
| 2025-11-21 | 8.5182 |
| 2025-11-28 | 8.4584 |
| 2025-12-05 | 8.5561 |
| 2025-12-13 | 8.5481 |
| 2025-12-20 | 8.3772 |
| 2025-12-27 | 8.3433 |
| 2026-01-03 | 8.1814 |
| 2026-01-10 | 7.2158 |
| 2026-01-17 | 7.4750 |
| 2026-01-24 | 7.2342 |
| 2026-01-31 | 7.3091 |
| 2026-02-07 | 6.9203 |
| 2026-02-14 | 6.7538 |
| 2026-02-21 | 7.0199 |
| 2026-02-28 | 7.0007 |
| 2026-03-07 | 7.1460 |
| 2026-03-14 | 7.1836 |
| 2026-03-21 | 7.2164 |
| 2026-03-28 | 6.9662 |
| 2026-04-04 | 7.1230 |
| 2026-04-11 | 7.0363 |
| 2026-04-18 | 7.0392 |
| 2026-04-25 | 6.9910 |
| 2026-05-02 | 6.9116 |
| 2026-05-09 | 7.0444 |
| 2026-05-17 | 7.0037 |
| 2026-05-25 | 6.9780 |
| 2026-06-01 | 6.8074 |
| 2026-06-10 | 6.5819 |
| 2026-06-17 | 6.5536 |
| 2026-06-24 | 6.6866 |
| 2026-07-01 | 6.6735 |
| 2026-07-08 | 6.8351 |
| 2026-07-15 | 6.7099 |
| 2026-07-22 | 6.8069 |
| 2026-07-29 | 6.9260 |
| 2026-08-05 | 7.0114 |
| 2026-08-12 | 6.9533 |
| 2026-08-20 | 6.9203 |
| 2026-08-27 | 7.0387 |
| 2026-09-03 | 7.0740 |
| 2026-09-10 | 7.1313 |
| 2026-09-17 | 7.2576 |
| 2026-09-24 | 7.2284 |
High
8.8090
Low
6.5536
Average
7.4044
Get this rate via the API
One GET request returns the XCD/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=XCD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
XCD/ZMW API questions
How do I get the XCD/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XCD/ZMW rate in rates.ZMW.
How far back does XCD/ZMW historical data go?
Daily XCD/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 XCD/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.