Skip to content

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

ZMW/CLP over 1Y: show the values
PointZMW/CLP
2025-09-2640.2523
2025-10-0340.4157
2025-10-1041.8938
2025-10-1742.2080
2025-10-2442.7809
2025-10-3142.5547
2025-11-0741.5683
2025-11-1441.0495
2025-11-2140.3594
2025-11-2840.5095
2025-12-0539.6414
2025-12-1339.4263
2025-12-2040.2280
2025-12-2740.1904
2026-01-0340.9883
2026-01-1045.8861
2026-01-1743.9004
2026-01-2444.3260
2026-01-3144.2387
2026-02-0745.7575
2026-02-1447.2104
2026-02-2145.6154
2026-02-2846.1830
2026-03-0747.2101
2026-03-1447.2875
2026-03-2147.5460
2026-03-2849.1465
2026-04-0447.7612
2026-04-1147.0649
2026-04-1846.0838
2026-04-2547.4558
2026-05-0248.1291
2026-05-0946.8167
2026-05-1748.1117
2026-05-2547.5832
2026-06-0148.2602
2026-06-1051.4520
2026-06-1749.9296
2026-06-2450.5006
2026-07-0151.0710
2026-07-0850.1270
2026-07-1550.9734
2026-07-2250.7691
2026-07-2949.7944
2026-08-0548.2222
2026-08-1248.5643
2026-08-2049.1957
2026-08-2748.2944
2026-09-0348.9717
2026-09-1048.0368
2026-09-1748.7322
2026-09-2449.2227

High

51.4520

Low

39.4263

Average

46.0145

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=CLP");
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=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&currencies=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.