Skip to content

USD to ZMW exchange rate API

US Dollar to Zambian Kwacha · quoted 2026-09-25

19.5697

▼ +17.43% over 1Y

1 USD = 19.5697 ZMW · 1 ZMW = 0.05110 USD · Get this rate via the API

1 USD buys 19.5697 ZMW as of 2026-09-25, so 1 ZMW buys 0.05110 USD. Over the last year, USD/ZMW traded between 17.6494 and 23.9991, averaged 20.0505 and fell 17.43%. The API holds daily USD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/ZMW over 1Y

USD/ZMW over 1Y: show the values
PointUSD/ZMW
2025-09-2523.7017
2025-10-0223.9991
2025-10-0923.7417
2025-10-1622.7007
2025-10-2322.4004
2025-10-3022.1690
2025-11-0622.6192
2025-11-1322.5995
2025-11-2022.7999
2025-11-2722.7999
2025-12-0423.1491
2025-12-1223.0128
2025-12-1922.7611
2025-12-2622.5599
2026-01-0222.2509
2026-01-0919.8237
2026-01-1619.8839
2026-01-2319.8443
2026-01-3019.8476
2026-02-0618.6780
2026-02-1318.4521
2026-02-2018.9994
2026-02-2718.8973
2026-03-0619.3388
2026-03-1319.4831
2026-03-2019.5480
2026-03-2718.9000
2026-04-0319.2493
2026-04-1019.0513
2026-04-1719.1248
2026-04-2418.7268
2026-05-0118.6789
2026-05-0819.1117
2026-05-1618.9104
2026-05-2418.8854
2026-05-3118.4298
2026-06-0917.7204
2026-06-1617.6494
2026-06-2317.8798
2026-06-3018.1690
2026-07-0718.3493
2026-07-1418.0999
2026-07-2118.3008
2026-07-2818.5905
2026-08-0418.8398
2026-08-1118.7632
2026-08-1818.9463
2026-08-2619.0855
2026-09-0219.1604
2026-09-0919.3205
2026-09-1619.6001
2026-09-2319.5003

High

23.9991

Low

17.6494

Average

20.0505

For developers

Get this rate via the API

One GET request returns the USD/ZMW 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=USD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/ZMW API questions

How do I get the USD/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/ZMW rate in rates.ZMW.

How far back does USD/ZMW historical data go?

Daily USD/ZMW 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 USD/ZMW 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.