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: show the values
| Point | ZMW/COP |
|---|---|
| 2025-12-31 | 168.5361 |
| 2026-01-07 | 177.0907 |
| 2026-01-14 | 187.4548 |
| 2026-01-21 | 181.2662 |
| 2026-01-28 | 183.5432 |
| 2026-02-04 | 185.7809 |
| 2026-02-11 | 191.9777 |
| 2026-02-18 | 197.4660 |
| 2026-02-25 | 195.5259 |
| 2026-03-04 | 197.6573 |
| 2026-03-11 | 191.1588 |
| 2026-03-18 | 188.8466 |
| 2026-03-25 | 195.2311 |
| 2026-04-01 | 191.6486 |
| 2026-04-08 | 189.3218 |
| 2026-04-15 | 187.8425 |
| 2026-04-22 | 188.3076 |
| 2026-04-29 | 190.5526 |
| 2026-05-06 | 197.2434 |
| 2026-05-14 | 199.2535 |
| 2026-05-21 | 196.0877 |
| 2026-05-29 | 196.1541 |
| 2026-06-05 | 203.3894 |
| 2026-06-14 | 198.2766 |
| 2026-06-21 | 192.9227 |
| 2026-06-28 | 189.5875 |
| 2026-07-05 | 182.2009 |
| 2026-07-12 | 179.6172 |
| 2026-07-19 | 177.4225 |
| 2026-07-26 | 172.4754 |
| 2026-08-02 | 167.9682 |
| 2026-08-09 | 168.0301 |
| 2026-08-16 | 165.8238 |
| 2026-08-24 | 160.5610 |
| 2026-08-31 | 168.1766 |
| 2026-09-07 | 162.7009 |
| 2026-09-14 | 159.7876 |
| 2026-09-21 | 161.2753 |
High
203.3894
Low
159.7876
Average
183.5840
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.