Skip to content

ZMW to TOP exchange rate API

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

0.12151

▲ +22.45% over 1Y

1 ZMW = 0.12151 TOP · 1 TOP = 8.2296 ZMW · Get this rate via the API

1 ZMW buys 0.12151 TOP as of 2026-09-26, so 1 TOP buys 8.2296 ZMW. Over the last year, ZMW/TOP traded between 0.09923 and 0.13477, averaged 0.11917 and rose 22.45%. The API holds daily ZMW/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/TOP over 1Y

ZMW/TOP over 1Y: show the values
PointZMW/TOP
2025-09-260.09923
2025-10-030.09941
2025-10-100.10236
2025-10-170.10397
2025-10-240.10630
2025-10-310.10689
2025-11-070.10389
2025-11-140.10573
2025-11-210.10402
2025-11-280.10484
2025-12-050.10353
2025-12-130.10451
2025-12-200.10607
2025-12-270.10683
2026-01-030.10848
2026-01-100.12358
2026-01-170.11853
2026-01-240.12177
2026-01-310.11917
2026-02-070.12840
2026-02-140.13195
2026-02-210.12605
2026-02-280.12461
2026-03-070.12347
2026-03-140.12154
2026-03-210.12291
2026-03-280.12789
2026-04-040.12453
2026-04-120.12431
2026-04-190.12432
2026-04-260.12570
2026-05-030.12577
2026-05-100.12451
2026-05-180.12393
2026-05-260.12373
2026-06-020.12735
2026-06-110.13477
2026-06-180.12976
2026-06-250.13126
2026-07-020.13012
2026-07-090.12943
2026-07-160.12837
2026-07-230.12694
2026-07-300.12482
2026-08-060.12358
2026-08-130.12510
2026-08-210.12345
2026-08-280.12277
2026-09-040.12179
2026-09-110.12108
2026-09-180.12029
2026-09-250.12086

High

0.13477

Low

0.09923

Average

0.11917

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/TOP API questions

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

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

How far back does ZMW/TOP historical data go?

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