TOP to ZMW exchange rate API
Pa’anga to Zambian Kwacha · quoted 2026-09-24
8.2849
▼ +11.30% over YTD
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 year to date, TOP/ZMW traded between 7.3931 and 9.3406, averaged 8.1232 and fell 11.30%. 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 YTD: show the values
| Point | TOP/ZMW |
|---|---|
| 2025-12-31 | 9.3406 |
| 2026-01-07 | 8.8060 |
| 2026-01-14 | 8.2175 |
| 2026-01-21 | 8.5700 |
| 2026-01-28 | 8.4632 |
| 2026-02-04 | 8.4088 |
| 2026-02-11 | 8.1907 |
| 2026-02-18 | 7.9071 |
| 2026-02-25 | 8.1172 |
| 2026-03-04 | 8.1814 |
| 2026-03-11 | 8.2602 |
| 2026-03-18 | 8.3688 |
| 2026-03-25 | 8.0818 |
| 2026-04-01 | 8.1344 |
| 2026-04-08 | 8.2478 |
| 2026-04-16 | 8.2434 |
| 2026-04-23 | 8.1306 |
| 2026-04-30 | 8.1397 |
| 2026-05-07 | 8.1491 |
| 2026-05-15 | 8.2181 |
| 2026-05-23 | 8.0068 |
| 2026-05-30 | 7.7368 |
| 2026-06-06 | 7.3931 |
| 2026-06-15 | 7.4673 |
| 2026-06-22 | 7.6033 |
| 2026-06-29 | 7.6624 |
| 2026-07-06 | 7.7547 |
| 2026-07-13 | 7.6771 |
| 2026-07-20 | 7.7794 |
| 2026-07-27 | 7.9256 |
| 2026-08-03 | 7.9559 |
| 2026-08-10 | 7.9868 |
| 2026-08-17 | 8.0882 |
| 2026-08-25 | 8.2156 |
| 2026-09-01 | 8.1918 |
| 2026-09-08 | 8.2387 |
| 2026-09-15 | 8.2324 |
| 2026-09-22 | 8.4286 |
High
9.3406
Low
7.3931
Average
8.1232
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.