ZMW to CLP exchange rate API
Zambian Kwacha to Chilean Peso · quoted 2026-09-26
49.2704
▲ +22.40% over 1Y
1 ZMW = 49.2704 CLP · 1 CLP = 0.02030 ZMW · Get this rate via the API
1 ZMW buys 49.2704 CLP as of 2026-09-26, so 1 CLP buys 0.02030 ZMW. Over the last year, ZMW/CLP traded between 39.4263 and 51.4520, averaged 46.0145 and rose 22.40%. The API holds daily ZMW/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/CLP over 1Y: show the values
| Point | ZMW/CLP |
|---|---|
| 2025-09-26 | 40.2523 |
| 2025-10-03 | 40.4157 |
| 2025-10-10 | 41.8938 |
| 2025-10-17 | 42.2080 |
| 2025-10-24 | 42.7809 |
| 2025-10-31 | 42.5547 |
| 2025-11-07 | 41.5683 |
| 2025-11-14 | 41.0495 |
| 2025-11-21 | 40.3594 |
| 2025-11-28 | 40.5095 |
| 2025-12-05 | 39.6414 |
| 2025-12-13 | 39.4263 |
| 2025-12-20 | 40.2280 |
| 2025-12-27 | 40.1904 |
| 2026-01-03 | 40.9883 |
| 2026-01-10 | 45.8861 |
| 2026-01-17 | 43.9004 |
| 2026-01-24 | 44.3260 |
| 2026-01-31 | 44.2387 |
| 2026-02-07 | 45.7575 |
| 2026-02-14 | 47.2104 |
| 2026-02-21 | 45.6154 |
| 2026-02-28 | 46.1830 |
| 2026-03-07 | 47.2101 |
| 2026-03-14 | 47.2875 |
| 2026-03-21 | 47.5460 |
| 2026-03-28 | 49.1465 |
| 2026-04-04 | 47.7612 |
| 2026-04-11 | 47.0649 |
| 2026-04-18 | 46.0838 |
| 2026-04-25 | 47.4558 |
| 2026-05-02 | 48.1291 |
| 2026-05-09 | 46.8167 |
| 2026-05-17 | 48.1117 |
| 2026-05-25 | 47.5832 |
| 2026-06-01 | 48.2602 |
| 2026-06-10 | 51.4520 |
| 2026-06-17 | 49.9296 |
| 2026-06-24 | 50.5006 |
| 2026-07-01 | 51.0710 |
| 2026-07-08 | 50.1270 |
| 2026-07-15 | 50.9734 |
| 2026-07-22 | 50.7691 |
| 2026-07-29 | 49.7944 |
| 2026-08-05 | 48.2222 |
| 2026-08-12 | 48.5643 |
| 2026-08-20 | 49.1957 |
| 2026-08-27 | 48.2944 |
| 2026-09-03 | 48.9717 |
| 2026-09-10 | 48.0368 |
| 2026-09-17 | 48.7322 |
| 2026-09-24 | 49.2227 |
High
51.4520
Low
39.4263
Average
46.0145
Get this rate via the API
One GET request returns the ZMW/CLP 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=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/CLP API questions
How do I get the ZMW/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/CLP rate in rates.CLP.
How far back does ZMW/CLP historical data go?
Daily ZMW/CLP 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/CLP 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.