PAB to ZMW exchange rate API
Balboa to Zambian Kwacha · quoted 2026-09-25
19.5501
▼ +17.52% over 1Y
1 PAB = 19.5501 ZMW · 1 ZMW = 0.05115 PAB · Get this rate via the API
1 PAB buys 19.5501 ZMW as of 2026-09-25, so 1 ZMW buys 0.05115 PAB. Over the last year, PAB/ZMW traded between 17.6494 and 23.9991, averaged 20.0493 and fell 17.52%. The API holds daily PAB/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/ZMW over 1Y: show the values
| Point | PAB/ZMW |
|---|---|
| 2025-09-25 | 23.7017 |
| 2025-10-02 | 23.9991 |
| 2025-10-09 | 23.7417 |
| 2025-10-16 | 22.7006 |
| 2025-10-23 | 22.4004 |
| 2025-10-30 | 22.1690 |
| 2025-11-06 | 22.6192 |
| 2025-11-13 | 22.5995 |
| 2025-11-20 | 22.7999 |
| 2025-11-27 | 22.7999 |
| 2025-12-04 | 23.1491 |
| 2025-12-12 | 23.0128 |
| 2025-12-19 | 22.7611 |
| 2025-12-26 | 22.5599 |
| 2026-01-02 | 22.2509 |
| 2026-01-09 | 19.8237 |
| 2026-01-16 | 19.8839 |
| 2026-01-23 | 19.8443 |
| 2026-01-30 | 19.8476 |
| 2026-02-06 | 18.6780 |
| 2026-02-13 | 18.4521 |
| 2026-02-20 | 18.9994 |
| 2026-02-27 | 18.8973 |
| 2026-03-06 | 19.3388 |
| 2026-03-13 | 19.4831 |
| 2026-03-20 | 19.5480 |
| 2026-03-27 | 18.9000 |
| 2026-04-03 | 19.2493 |
| 2026-04-10 | 19.0756 |
| 2026-04-17 | 19.1256 |
| 2026-04-24 | 18.7254 |
| 2026-05-01 | 18.6752 |
| 2026-05-08 | 19.0497 |
| 2026-05-16 | 18.9104 |
| 2026-05-24 | 18.8854 |
| 2026-05-31 | 18.4298 |
| 2026-06-09 | 17.7204 |
| 2026-06-16 | 17.6494 |
| 2026-06-23 | 17.8798 |
| 2026-06-30 | 18.1690 |
| 2026-07-07 | 18.3493 |
| 2026-07-14 | 18.0999 |
| 2026-07-21 | 18.3008 |
| 2026-07-28 | 18.5905 |
| 2026-08-04 | 18.8398 |
| 2026-08-11 | 18.7632 |
| 2026-08-18 | 18.9463 |
| 2026-08-26 | 19.0855 |
| 2026-09-02 | 19.1604 |
| 2026-09-09 | 19.3205 |
| 2026-09-16 | 19.6001 |
| 2026-09-23 | 19.5003 |
High
23.9991
Low
17.6494
Average
20.0493
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/ZMW API questions
How do I get the PAB/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/ZMW rate in rates.ZMW.
How far back does PAB/ZMW historical data go?
Daily PAB/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 PAB/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.