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: show the values
| Point | ZMW/COP |
|---|---|
| 2025-09-26 | 163.7111 |
| 2025-10-03 | 163.3354 |
| 2025-10-10 | 171.3367 |
| 2025-10-17 | 170.6339 |
| 2025-10-24 | 175.2748 |
| 2025-10-31 | 174.1589 |
| 2025-11-07 | 166.8230 |
| 2025-11-14 | 165.5178 |
| 2025-11-21 | 163.1923 |
| 2025-11-28 | 163.5616 |
| 2025-12-05 | 164.1698 |
| 2025-12-13 | 164.7186 |
| 2025-12-20 | 168.3076 |
| 2025-12-27 | 163.9900 |
| 2026-01-03 | 170.8166 |
| 2026-01-10 | 190.4218 |
| 2026-01-17 | 182.7294 |
| 2026-01-24 | 186.2546 |
| 2026-01-31 | 186.0353 |
| 2026-02-07 | 196.5142 |
| 2026-02-14 | 200.6134 |
| 2026-02-21 | 195.0201 |
| 2026-02-28 | 198.4179 |
| 2026-03-07 | 195.5194 |
| 2026-03-14 | 190.7810 |
| 2026-03-21 | 189.6193 |
| 2026-03-28 | 195.4837 |
| 2026-04-04 | 190.4361 |
| 2026-04-11 | 191.8649 |
| 2026-04-18 | 189.5637 |
| 2026-04-25 | 188.6429 |
| 2026-05-02 | 195.8033 |
| 2026-05-09 | 197.0011 |
| 2026-05-17 | 200.6026 |
| 2026-05-25 | 195.1668 |
| 2026-06-01 | 200.0467 |
| 2026-06-10 | 200.6673 |
| 2026-06-17 | 193.4106 |
| 2026-06-24 | 189.4113 |
| 2026-07-01 | 189.8080 |
| 2026-07-08 | 180.3649 |
| 2026-07-15 | 179.2971 |
| 2026-07-22 | 175.0498 |
| 2026-07-29 | 171.0103 |
| 2026-08-05 | 168.8408 |
| 2026-08-12 | 166.4390 |
| 2026-08-20 | 162.9635 |
| 2026-08-27 | 164.1524 |
| 2026-09-03 | 165.0927 |
| 2026-09-10 | 160.8713 |
| 2026-09-17 | 159.7417 |
| 2026-09-24 | 167.6621 |
High
200.6673
Low
159.7417
Average
179.8582
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.