Skip to content

ZMW to COP exchange rate API

Zambian Kwacha to Colombian Peso · quoted 2026-09-26

171.6144

▲ +4.83% over 1Y

1 ZMW = 171.6144 COP · 1 COP = 0.005827 ZMW · Get this rate via the API

1 ZMW buys 171.6144 COP as of 2026-09-26, so 1 COP buys 0.005827 ZMW. Over the last year, ZMW/COP traded between 159.7417 and 200.6673, averaged 179.8582 and rose 4.83%. The API holds daily ZMW/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/COP over 1Y

ZMW/COP over 1Y: show the values
PointZMW/COP
2025-09-26163.7111
2025-10-03163.3354
2025-10-10171.3367
2025-10-17170.6339
2025-10-24175.2748
2025-10-31174.1589
2025-11-07166.8230
2025-11-14165.5178
2025-11-21163.1923
2025-11-28163.5616
2025-12-05164.1698
2025-12-13164.7186
2025-12-20168.3076
2025-12-27163.9900
2026-01-03170.8166
2026-01-10190.4218
2026-01-17182.7294
2026-01-24186.2546
2026-01-31186.0353
2026-02-07196.5142
2026-02-14200.6134
2026-02-21195.0201
2026-02-28198.4179
2026-03-07195.5194
2026-03-14190.7810
2026-03-21189.6193
2026-03-28195.4837
2026-04-04190.4361
2026-04-11191.8649
2026-04-18189.5637
2026-04-25188.6429
2026-05-02195.8033
2026-05-09197.0011
2026-05-17200.6026
2026-05-25195.1668
2026-06-01200.0467
2026-06-10200.6673
2026-06-17193.4106
2026-06-24189.4113
2026-07-01189.8080
2026-07-08180.3649
2026-07-15179.2971
2026-07-22175.0498
2026-07-29171.0103
2026-08-05168.8408
2026-08-12166.4390
2026-08-20162.9635
2026-08-27164.1524
2026-09-03165.0927
2026-09-10160.8713
2026-09-17159.7417
2026-09-24167.6621

High

200.6673

Low

159.7417

Average

179.8582

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=COP").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/COP API questions

How do I get the ZMW/COP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/COP rate in rates.COP.

How far back does ZMW/COP historical data go?

Daily ZMW/COP 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 ZMW/COP 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.