Skip to content

ZMW to COP exchange rate API

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

171.6144

▲ +1.83% over YTD

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 year to date, ZMW/COP traded between 159.7876 and 203.3894, averaged 183.5840 and rose 1.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 YTD

ZMW/COP over YTD: show the values
PointZMW/COP
2025-12-31168.5361
2026-01-07177.0907
2026-01-14187.4548
2026-01-21181.2662
2026-01-28183.5432
2026-02-04185.7809
2026-02-11191.9777
2026-02-18197.4660
2026-02-25195.5259
2026-03-04197.6573
2026-03-11191.1588
2026-03-18188.8466
2026-03-25195.2311
2026-04-01191.6486
2026-04-08189.3218
2026-04-15187.8425
2026-04-22188.3076
2026-04-29190.5526
2026-05-06197.2434
2026-05-14199.2535
2026-05-21196.0877
2026-05-29196.1541
2026-06-05203.3894
2026-06-14198.2766
2026-06-21192.9227
2026-06-28189.5875
2026-07-05182.2009
2026-07-12179.6172
2026-07-19177.4225
2026-07-26172.4754
2026-08-02167.9682
2026-08-09168.0301
2026-08-16165.8238
2026-08-24160.5610
2026-08-31168.1766
2026-09-07162.7009
2026-09-14159.7876
2026-09-21161.2753

High

203.3894

Low

159.7876

Average

183.5840

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.