Skip to content

BWP to ZMW exchange rate API

Pula to Zambian Kwacha · quoted 2026-09-26

1.4342

▼ +11.13% over YTD

1 BWP = 1.4342 ZMW · 1 ZMW = 0.69724 BWP · Get this rate via the API

1 BWP buys 1.4342 ZMW as of 2026-09-26, so 1 ZMW buys 0.69724 BWP. Over the year to date, BWP/ZMW traded between 1.2945 and 1.6138, averaged 1.4119 and fell 11.13%. The API holds daily BWP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BWP/ZMW over YTD

BWP/ZMW over YTD: show the values
PointBWP/ZMW
2025-12-311.6138
2026-01-071.5089
2026-01-141.4348
2026-01-211.4810
2026-01-281.4988
2026-02-041.4495
2026-02-111.4610
2026-02-181.4054
2026-02-251.4402
2026-03-041.4367
2026-03-111.4415
2026-03-181.4450
2026-03-251.3969
2026-04-011.3927
2026-04-081.4333
2026-04-151.4273
2026-04-221.4190
2026-04-291.4029
2026-05-061.3889
2026-05-141.4105
2026-05-211.4007
2026-05-291.3836
2026-06-051.3036
2026-06-141.3007
2026-06-211.2945
2026-06-281.3330
2026-07-051.3606
2026-07-121.3355
2026-07-191.3393
2026-07-261.3537
2026-08-021.3794
2026-08-091.3918
2026-08-161.4062
2026-08-241.4148
2026-08-311.4184
2026-09-071.4374
2026-09-141.4364
2026-09-211.4541

High

1.6138

Low

1.2945

Average

1.4119

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BWP/ZMW API questions

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

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

How far back does BWP/ZMW historical data go?

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