Skip to content

ZMW to BRL exchange rate API

Zambian Kwacha to Brazilian Real · quoted 2026-09-26

0.26556

▲ +7.79% over YTD

1 ZMW = 0.26556 BRL · 1 BRL = 3.7656 ZMW · Get this rate via the API

1 ZMW buys 0.26556 BRL as of 2026-09-26, so 1 BRL buys 3.7656 ZMW. Over the year to date, ZMW/BRL traded between 0.24637 and 0.28875, averaged 0.27012 and rose 7.79%. The API holds daily ZMW/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/BRL over YTD

ZMW/BRL over YTD: show the values
PointZMW/BRL
2025-12-310.24637
2026-01-070.25693
2026-01-140.27525
2026-01-210.26384
2026-01-280.26065
2026-02-040.26610
2026-02-110.27217
2026-02-180.28231
2026-02-250.27036
2026-03-040.27186
2026-03-110.26656
2026-03-180.26671
2026-03-250.27581
2026-04-010.26873
2026-04-080.26126
2026-04-150.26121
2026-04-220.26099
2026-04-290.26282
2026-05-060.26063
2026-05-140.26300
2026-05-210.26378
2026-05-290.27124
2026-06-050.28815
2026-06-140.28875
2026-06-210.28783
2026-06-280.28522
2026-07-050.28152
2026-07-120.28292
2026-07-190.28037
2026-07-260.27279
2026-08-020.27076
2026-08-090.27070
2026-08-160.27578
2026-08-240.27126
2026-08-310.27150
2026-09-070.26630
2026-09-140.26649
2026-09-210.26030

High

0.28875

Low

0.24637

Average

0.27012

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/BRL API questions

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

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

How far back does ZMW/BRL historical data go?

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