Skip to content

BRL to ZWL exchange rate API

Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26

12838.03

▲ +6.10% over 6M

1 BRL = 12838.03 ZWL · 1 ZWL = 0.000078 BRL · Get this rate via the API

1 BRL buys 12838.03 ZWL as of 2026-09-26, so 1 ZWL buys 0.000078 BRL. Over the last 6 months, BRL/ZWL traded between 64.0491 and 13389.11, averaged 10537.43 and rose 6.10%. The API holds daily BRL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BRL/ZWL over 6M

BRL/ZWL over 6M: show the values
PointBRL/ZWL
2026-03-3012099.63
2026-04-0612283.32
2026-04-1364.05
2026-04-2064.62
2026-04-2764.81
2026-05-0464.84
2026-05-1165.69
2026-05-1912888.61
2026-05-2713084.86
2026-06-0313389.11
2026-06-1213102.41
2026-06-1912953.81
2026-06-2612926.41
2026-07-0312923.37
2026-07-1013063.31
2026-07-1712999.97
2026-07-2413115.49
2026-07-3113180.09
2026-08-0713049.23
2026-08-1412838.47
2026-08-2212954.45
2026-08-2912761.75
2026-09-0512948.10
2026-09-1212998.37
2026-09-1912949.83
2026-09-2612838.03

High

13389.11

Low

64.0491

Average

10537.43

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/ZWL API questions

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

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

How far back does BRL/ZWL historical data go?

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