Skip to content

TOP to ZMW exchange rate API

Pa’anga to Zambian Kwacha · quoted 2026-09-24

8.2849

▼ +17.12% over 1Y

1 TOP = 8.2849 ZMW · 1 ZMW = 0.12070 TOP · Get this rate via the API

1 TOP buys 8.2849 ZMW as of 2026-09-24, so 1 ZMW buys 0.12070 TOP. Over the last year, TOP/ZMW traded between 7.5043 and 10.1327, averaged 8.5176 and fell 17.12%. The API holds daily TOP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/ZMW over 1Y

TOP/ZMW over 1Y: show the values
PointTOP/ZMW
2025-09-249.9958
2025-10-0110.1037
2025-10-0810.1327
2025-10-159.5958
2025-10-229.5920
2025-10-299.2779
2025-11-059.5629
2025-11-129.6275
2025-11-199.5064
2025-11-269.5630
2025-12-039.6138
2025-12-119.7577
2025-12-189.6244
2025-12-259.3670
2026-01-019.3033
2026-01-088.3564
2026-01-158.3139
2026-01-228.5458
2026-01-298.4623
2026-02-058.2740
2026-02-128.1638
2026-02-198.0097
2026-02-268.0505
2026-03-058.1951
2026-03-128.3457
2026-03-198.3550
2026-03-268.0139
2026-04-028.1750
2026-04-098.1186
2026-04-178.1422
2026-04-247.9684
2026-05-018.0962
2026-05-088.1512
2026-05-168.0008
2026-05-248.0263
2026-05-317.8813
2026-06-097.5908
2026-06-167.5043
2026-06-237.6045
2026-06-307.6708
2026-07-077.7513
2026-07-147.6528
2026-07-217.7785
2026-07-287.9316
2026-08-048.0483
2026-08-117.9466
2026-08-188.0946
2026-08-268.1692
2026-09-028.2009
2026-09-098.2749
2026-09-168.3197
2026-09-238.3412

High

10.1327

Low

7.5043

Average

8.5176

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/ZMW API questions

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

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

How far back does TOP/ZMW historical data go?

Daily TOP/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 TOP/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.