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: show the values
| Point | TOP/ZMW |
|---|---|
| 2025-09-24 | 9.9958 |
| 2025-10-01 | 10.1037 |
| 2025-10-08 | 10.1327 |
| 2025-10-15 | 9.5958 |
| 2025-10-22 | 9.5920 |
| 2025-10-29 | 9.2779 |
| 2025-11-05 | 9.5629 |
| 2025-11-12 | 9.6275 |
| 2025-11-19 | 9.5064 |
| 2025-11-26 | 9.5630 |
| 2025-12-03 | 9.6138 |
| 2025-12-11 | 9.7577 |
| 2025-12-18 | 9.6244 |
| 2025-12-25 | 9.3670 |
| 2026-01-01 | 9.3033 |
| 2026-01-08 | 8.3564 |
| 2026-01-15 | 8.3139 |
| 2026-01-22 | 8.5458 |
| 2026-01-29 | 8.4623 |
| 2026-02-05 | 8.2740 |
| 2026-02-12 | 8.1638 |
| 2026-02-19 | 8.0097 |
| 2026-02-26 | 8.0505 |
| 2026-03-05 | 8.1951 |
| 2026-03-12 | 8.3457 |
| 2026-03-19 | 8.3550 |
| 2026-03-26 | 8.0139 |
| 2026-04-02 | 8.1750 |
| 2026-04-09 | 8.1186 |
| 2026-04-17 | 8.1422 |
| 2026-04-24 | 7.9684 |
| 2026-05-01 | 8.0962 |
| 2026-05-08 | 8.1512 |
| 2026-05-16 | 8.0008 |
| 2026-05-24 | 8.0263 |
| 2026-05-31 | 7.8813 |
| 2026-06-09 | 7.5908 |
| 2026-06-16 | 7.5043 |
| 2026-06-23 | 7.6045 |
| 2026-06-30 | 7.6708 |
| 2026-07-07 | 7.7513 |
| 2026-07-14 | 7.6528 |
| 2026-07-21 | 7.7785 |
| 2026-07-28 | 7.9316 |
| 2026-08-04 | 8.0483 |
| 2026-08-11 | 7.9466 |
| 2026-08-18 | 8.0946 |
| 2026-08-26 | 8.1692 |
| 2026-09-02 | 8.2009 |
| 2026-09-09 | 8.2749 |
| 2026-09-16 | 8.3197 |
| 2026-09-23 | 8.3412 |
High
10.1327
Low
7.5043
Average
8.5176
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.