Skip to content

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

XCD/ZMW over 1Y: show the values
PointXCD/ZMW
2025-09-268.8090
2025-10-038.7909
2025-10-108.3871
2025-10-178.3627
2025-10-248.1767
2025-10-318.1834
2025-11-078.3871
2025-11-148.3663
2025-11-218.5182
2025-11-288.4584
2025-12-058.5561
2025-12-138.5481
2025-12-208.3772
2025-12-278.3433
2026-01-038.1814
2026-01-107.2158
2026-01-177.4750
2026-01-247.2342
2026-01-317.3091
2026-02-076.9203
2026-02-146.7538
2026-02-217.0199
2026-02-287.0007
2026-03-077.1460
2026-03-147.1836
2026-03-217.2164
2026-03-286.9662
2026-04-047.1230
2026-04-117.0363
2026-04-187.0392
2026-04-256.9910
2026-05-026.9116
2026-05-097.0444
2026-05-177.0037
2026-05-256.9780
2026-06-016.8074
2026-06-106.5819
2026-06-176.5536
2026-06-246.6866
2026-07-016.6735
2026-07-086.8351
2026-07-156.7099
2026-07-226.8069
2026-07-296.9260
2026-08-057.0114
2026-08-126.9533
2026-08-206.9203
2026-08-277.0387
2026-09-037.0740
2026-09-107.1313
2026-09-177.2576
2026-09-247.2284

High

8.8090

Low

6.5536

Average

7.4044

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD&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=XCD&currencies=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&currencies=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.