XCD to ZMW exchange rate API
East Caribbean Dollar to Zambian Kwacha · quoted 2026-09-26
7.2212
▲ +2.59% over 30D
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 30 days, XCD/ZMW traded between 7.0218 and 7.2882, averaged 7.1546 and rose 2.59%. 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 30D: show the values
| Point | XCD/ZMW |
|---|---|
| 2026-08-27 | 7.0387 |
| 2026-08-28 | 7.0218 |
| 2026-08-29 | 7.0562 |
| 2026-08-30 | 7.0487 |
| 2026-08-31 | 7.0498 |
| 2026-09-01 | 7.0772 |
| 2026-09-02 | 7.0774 |
| 2026-09-03 | 7.0740 |
| 2026-09-04 | 7.0951 |
| 2026-09-05 | 7.1230 |
| 2026-09-06 | 7.1275 |
| 2026-09-07 | 7.1086 |
| 2026-09-08 | 7.1107 |
| 2026-09-09 | 7.1367 |
| 2026-09-10 | 7.1313 |
| 2026-09-11 | 7.1487 |
| 2026-09-12 | 7.1601 |
| 2026-09-13 | 7.1661 |
| 2026-09-14 | 7.1474 |
| 2026-09-15 | 7.1659 |
| 2026-09-16 | 7.2416 |
| 2026-09-17 | 7.2576 |
| 2026-09-18 | 7.2609 |
| 2026-09-19 | 7.2882 |
| 2026-09-20 | 7.2694 |
| 2026-09-21 | 7.2772 |
| 2026-09-22 | 7.2579 |
| 2026-09-23 | 7.2038 |
| 2026-09-24 | 7.2284 |
| 2026-09-25 | 7.2212 |
High
7.2882
Low
7.0218
Average
7.1546
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.